]> git.pld-linux.org Git - packages/VMware-server.git/blob - VMware-server-dhcpd-hostonly.conf
- up to 2.0.0 build 116503
[packages/VMware-server.git] / VMware-server-dhcpd-hostonly.conf
1 #
2 # Configuration file for ISC 2.0b6pl1 vmnet-dhcpd operating on vmnet1.
3 #
4 # This file was automatically generated by the VMware configuration program.
5 # If you modify it, it will be backed up the next time you run the
6 # configuration program.
7 #
8 # We set domain-name-servers to make some DHCP clients happy
9 # (dhclient as configued in SuSE, TurboLinux, etc.).
10 # We also supply a domain name to make pump (Red Hat 6.x) happy.
11 #
12 allow unknown-clients;
13 default-lease-time 1800;                # 30 minutes
14 max-lease-time 7200;                    # 2 hours
15
16 subnet 192.168.23.0 netmask 255.255.255.0 {
17     range 192.168.23.128 192.168.23.254;
18     option broadcast-address 192.168.23.255;
19     option domain-name-servers 192.168.23.1;
20     option domain-name "localdomain";
21     
22 }
This page took 0.03137 seconds and 3 git commands to generate.