mam na eth1 kilka klas adresowych jedne z nich to x.x.8.1 z maska 26 bitowa oraz x.x.8.241 z maska 28 bitowa
chcialem w dhcp zrobic takie wpisy zeby po adresie mac klient dostawal zawsze jedno ip wpisalem cos takiego w dhcpd.conf
subnet x.x.8.64 netmask 255.255.255.192; {
range x.x.8.66 x.x.8.126;#Zakres przydzielanych adresów
option broadcast-address x.x.8.127;#Adres rozgłoszeniowy
option ruters x.x.8.65;#Brama domyślna
}
host xxx_1 {
hardware ethernet 00:00:00:00:00:01;
fixed-address x.x.8.2;
option broadcast-address x.x.8.127;
option ruters x.x.8.1 ;
}
subnet x.x.8.128 netmask 255.255.255.240; {
range x.x.8.130 x.x.8.142;#Zakres przydzielanych adresów
option broadcast-address x.x.8.143;#Adres rozgłoszeniowy
option ruters x.x.8.129;#Brama domyślna
}
host xx_1 {
hardware ethernet 00:00:00:00:00:02;
fixed-address x.x.8.242;
option broadcast-address x.x.8.255;
option ruters x.x.8.241 ;
}
po odpaleniu dhcp wywala mi cos takiego
NND: Starting DHCP Server
[Trwa....]
Internet Systems Consortium DHCP Server V3.0.3b3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/sw/dhcp/
Wrote 0 deleted host decls to leases file.
Wrote 0 new dynamic host decls to leases file.
Wrote 0 leases to leases file.
Interface eth1 matches multiple shared networks
If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.
If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the
dhcp-server@isc.org
mailing list, please read the section on the README about
submitting bug reports and requests for help.
Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.
exiting.
[Nieudane]
co robie żle ??
