dhcp wywala mi taki komuinikat:
"For info, please visit
http://www.isc.org/products/DHCP
Wrote 0 deleted host decls to leases file.
Wrote 0 new dynamic host decls to leases file.
Wrote 0 leases to leases file.
No subnet declaration for eth1 (192.168.1.1).
** Ignoring requests on eth1. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface eth1 is attached. **
No subnet declaration for eth0 (80.244.143.9).
** Ignoring requests on eth0. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface eth0 is attached. **"
a oto dhcpd.conf
# Plik konfiguracyjny demona dhcpd
ddns-update-style=ad-hoc;
option domain-name "lapanow.pl";
option domain-name-servers 194.204.159.1;
option subnet-mask 255.255.255.0;
default-lease-time 21600;
max-lease-time 86400;
subnet 192.168.20.0
netmask 255.255.255.0 {
range 192.168.20.252 192.168.20.254;
option broadcast-address 192.168.20.255;
option routers 192.168.20.1;
}
host glowny {
hardware ethernet 00:0D:F3:04:99:0E;
fixed-address 192.168.1.2;
option broadcast-address 192.168.1.255;
option routers 192.168.1.1;
}
#Ponizej przyklad wpisu statycznego
#host ssacz {
#hardware ethernet 00:00:00:00:00:00;
#fixed-address 192.168.1.10;
#option broadcast-address 192.168.1.255;
#option routers 192.168.1.1;
#}
co jest nie teges ?