]> git.pld-linux.org Git - packages/VMware-server.git/blob - VMware-server-dhcpd.conf
- try modules from kernel dir first for pre-packaged modules
[packages/VMware-server.git] / VMware-server-dhcpd.conf
1 allow unknown-clients;
2 default-lease-time 1800;                # 30 minutes
3 max-lease-time 7200;                    # 2 hours
4
5 subnet 192.168.76.0 netmask 255.255.255.0 {
6     range 192.168.76.128 192.168.76.254;
7     option broadcast-address 192.168.76.255;
8     option domain-name-servers 192.168.76.2;
9     option domain-name "localdomain";
10     option routers 192.168.76.2;
11 }
This page took 0.064274 seconds and 3 git commands to generate.