# # 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 11/26/18 11:43:45 subnet 192.168.145.0 netmask 255.255.255.0 { range 192.168.145.128 192.168.145.254; # default allows up to 125 VM's option broadcast-address 192.168.145.255; option domain-name-servers 192.168.145.2; option domain-name "localdomain"; option netbios-name-servers 192.168.145.2; option routers 192.168.145.2; default-lease-time 1800; max-lease-time 7200; } host VMnet8 { hardware ethernet 00:50:56:C0:00:08; fixed-address 192.168.145.1; option domain-name-servers 0.0.0.0; option domain-name ""; option routers 0.0.0.0; } # End