Вот конфиг, если поможет:
Код: Выделить всё
authoritative;
log-facility local6;
ddns-update-style interim;
ignore client-updates;
option ms-classless-static-routes code 249 = array of unsigned integer 8;
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
shared-network FlintNet {
subnet 10.0.0.0 netmask 255.255.240.0 {
option routers 10.0.0.100;
option subnet-mask 255.255.240.0;
option domain-name "flint.net";
option domain-name-servers 10.0.0.1;
option ntp-servers 10.0.0.1;
option ms-classless-static-routes 16,192,168,10,0,0,101, 32,81,90,0,138,10,0,0,101, 24,195,133,188,10,0,0,101, 24,195,133,189,10,0,0,101, 24,195,133,190,10,0,0,101 , 24,195,133,191,10,0,0,101;
option rfc3442-classless-static-routes 16,192,168,10,0,0,101, 32,81,90,0,138,10,0,0,101, 24,195,133,188,10,0,0,101, 24,195,133,189,10,0,0,101, 24,195,133,190,10,0,0,101 , 24,195,133,191,10,0,0,101;
# option rfc3442-classless-static-routes 8,10,10,0,0,101, 12,172,16,10,0,0,101, 16,192,168,10,0,0,101, 25,81,90,0,0,10,0,0,101, 24,195,133,188,10,0,0,101, 24,195,133,189,10,0,0,101, 24,195,133,190,10,0,0,101, 20,192,168,0,10,0,0,102, 20,192,168,96,10,0,0,102;
default-lease-time 86400;
max-lease-time 172800;
use-host-decl-names on;
one-lease-per-client on;
range 10.0.15.0 10.0.15.254; # for wild clients
include "/etc/dhcpd.clients"; # for home users
}
Далее еще несколько сетей прописано...