blob: 42c4f1f53695c339eb2dd1d513a8fba6242a37b5 (
plain)
- # dhcpd.conf
- #
- # DHCP configuration file for raatstof.local
- #
- default-lease-time 1200;
- max-lease-time 7200;
- option subnet-mask 255.255.255.0;
- option routers 192.168.4.1;
- option domain-name-servers 192.168.4.1, 212.242.41.248, 212.242.41.249;
- option domain-name "sagahus.local";
- option netbios-name-servers 192.168.4.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 192.168.4.0 netmask 255.255.255.0 {
- range 192.168.4.60 192.168.4.229;
- }
|