# Auto-Proxy option wpad-curl code 252 = text ; option wpad code 252 = text; # MS routes: adds extras to supplement routers option option ms-classless-static-routes code 249 = array of unsigned integer 8; # RFC3442 routes: overrides routers option option rfc3442-classless-static-routes code 121 = array of unsigned integer 8; ddns-update-style none; authoritative; update-static-leases on; default-lease-time 60000; max-lease-time 86400; log-facility local7; #local7.debug /var/log/dhcpd.log shared-network domain.ru { subnet 10.1.0.0 netmask 255.255.255.0 { option domain-name "sub1.domain.ru"; option domain-name-servers 10.1.0.1, 10.1.0.2; option netbios-name-servers 10.1.0.3, 10.1.0.4; option routers 10.1.0.1; option subnet-mask 255.255.255.0; option ntp-servers 10.1.0.1; option wpad-curl "http://10.1.0.1/wpad.dat\000" ; option wpad "http://10.1.0.1/wpad.dat"; range 10.1.0.10 10.1.0.20; } host host1 { hardware ethernet 01:01:02:03:04:05; fixed-address 10.1.0.101; } subnet 10.2.0.0 netmask 255.255.255.0 { option domain-name "sub2.domain.ru"; option domain-name-servers 10.2.0.1; option netbios-name-servers 10.2.0.1; option routers 10.2.0.1; option subnet-mask 255.255.255.0; option ntp-servers 10.2.0.1; option tftp-server-name "http://pbx/provisioning"; option time-offset 10800; range 10.2.0.10 10.2.0.20; } host host2 { hardware ethernet 02:01:02:03:04:05; fixed-address 10.2.0.101; } }