home *** CD-ROM | disk | FTP | other *** search
- #
- # Configuration file for ISC 2.0b6pl1 vmnet-dhcpd operating on %vmnet%.
- #
- # Beware, this file was generated by the VMware configuration script. If you
- # modify it, it will be clobbered the next time you run the configuration
- # script (TO BE FIXED).
- #
- allow unknown-clients;
- default-lease-time 1800; # 30 minutes
- max-lease-time 7200; # 2 hours
-
- subnet %network% netmask %netmask% {
- range %range_low% %range_high%;
- option domain-name-servers %hostaddr%; # By convention, use the host
- option broadcast-address %broadcast%;
- }
-