dhcp i 2 rozne podsieci
Przemysław Backiel
przemyslaw.backiel w backiel.com.pl
Wto, 6 Mar 2007, 14:45:24 CET
Witam,
mam podsieć gdzie klientom nadaje IPki według MACa
chce zrobić drugą podsieć, gdzie IPki nadam z DHCP - ale to będzie inna
podsieć..
zrobiłem tak:
ddns-update-style ad-hoc;
option domain-name "siec.lan";
option domain-name-servers 192.168.1.12, 192.168.1.20;
option subnet-mask 255.255.255.0;
default-lease-time 14400;
max-lease-time 18000;
ignore client-updates;
authoritative;
subnet 192.168.0.0 netmask 255.255.254.0 {
option broadcast-address 192.168.1.255;
option routers 192.168.1.22;
option netbios-name-servers 192.168.1.1;
option subnet-mask 255.255.254.0;
}
host_1 { hardware ethernet 00:11:12:13:14:15; fixed-address
92.168.1.7; }
host_2 { hardware ethernet 00:11:12:13:14:15; fixed-address
92.168.1.8; }
subnet 10.12.14.0/23 netmask 255.255.254.0 {
option routers ADRES_IP_BRAMKI
option subnet-mask 255.255.254.0;
option broadcast-address 10.12.15.255;
range 10.12.14.1 10.12.15.254;
}
wersja dhcp:
dhcp-3.0.4-3
jak osiągnąć to co chce?
--
Z powazaniem
Przemyslaw Backiel
Więcej informacji o liście dyskusyjnej pld-users-pl