⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vmnetdhcp.conf

📁 VB绿色VB绿色VB绿色VB绿色VB绿色VB绿色VB绿色VB绿色VB绿色VB绿色VB绿色
💻 CONF
字号:
#
# Configuration file for VMware port of ISC 2.0 release running on
# Windows.
#
# This file is generated by the VMware installation procedure; it
# is edited each time you add or delete a VMware host-only network
# adapter.
#
# We set domain-name-servers to make some clients happy
# (dhclient as configued in SuSE, TurboLinux, etc.).
# We also supply a domain name to make pump (Red Hat 6.x) happy.
#
allow unknown-clients;
default-lease-time 1800;                # default is 30 minutes
max-lease-time 7200;                    # default is 2 hours

# Virtual ethernet segment 8
# Added at 03/26/08 16:31:49
subnet 192.168.203.0 netmask 255.255.255.0 {
range 192.168.203.128 192.168.203.254;            # default allows up to 125 VM's
option broadcast-address 192.168.203.255;
option domain-name-servers 192.168.203.2;
option domain-name "localdomain";
option netbios-name-servers 192.168.203.2;
option routers 192.168.203.2;
default-lease-time 1800;
max-lease-time 7200;
}
host VMnet8 {
    hardware ethernet 00:50:56:C0:00:08;
    fixed-address 192.168.203.1;
    option domain-name-servers 0.0.0.0;
    option domain-name "";
    option routers 0.0.0.0;
}
# End

# Virtual ethernet segment 1
# Added at 03/26/08 16:32:34
subnet 10.10.10.0 netmask 255.255.255.0 {
range 10.10.10.128 10.10.10.254;            # default allows up to 125 VM's
option broadcast-address 10.10.10.255;
option domain-name-servers 10.10.10.1;
option domain-name "localdomain";
default-lease-time 1800;
max-lease-time 7200;
}
host VMnet1 {
    hardware ethernet 00:50:56:C0:00:01;
    fixed-address 10.10.10.1;
    option domain-name-servers 0.0.0.0;
    option domain-name "";
}
# End

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -