home *** CD-ROM | disk | FTP | other *** search
/ Chip: Linux Special / CorelLinux_CHIP.iso / VMware / lib / configurator / vmnet-dhcpd.conf < prev   
Encoding:
Text File  |  1999-11-10  |  539 b   |  17 lines

  1. #
  2. # Configuration file for ISC 2.0b6pl1 vmnet-dhcpd operating on %vmnet%.
  3. #
  4. # Beware, this file was generated by the VMware configuration script. If you
  5. # modify it, it will be clobbered the next time you run the configuration
  6. # script (TO BE FIXED).
  7. #
  8. allow unknown-clients;
  9. default-lease-time 1800;        # 30 minutes
  10. max-lease-time 7200;            # 2 hours
  11.  
  12. subnet %network% netmask %netmask% {
  13.     range %range_low% %range_high%;
  14.     option domain-name-servers %hostaddr%;    # By convention, use the host
  15.     option broadcast-address %broadcast%;
  16. }
  17.