blob: 40a0aa4a3b060c68b009e5092375eaa605421e6b (
plain)
- # dhcpd.conf
- #
- # DHCP configuration file for helenesminde.local
- #
- default-lease-time 25000;
- max-lease-time 50000;
- option subnet-mask 255.255.0.0;
- option routers 172.16.0.1;
- option domain-name-servers 172.16.0.1, 194.239.134.83, 193.162.153.164;
- option domain-name "helenesminde.local";
- option netbios-name-servers 172.16.0.1;
- # According to our policy, the dynamic address space starts
- # at .60 and ends at .229 giving 170 client addresses.
- # (See "System Description --> Network Model")
- subnet 172.16.0.0 netmask 255.255.0.0 {
- range 172.16.0.60 172.16.1.250;
- }
|