dhcpd3 problem
Postat: 01 jun 2010, 21:39
hej
Har ett problem med dhcp3 setupen
då jag ska starta den så kommer det upp:
No subnet declaration for eth1 (192.168.1.17).
dhcpd: ** Ignoring requests on eth1. If this is not what
dhcpd: you want, please write a subnet declaration
dhcpd: in your dhcpd.conf file for the network segment
dhcpd: to which interface eth1 is attached. **
Har konfiguerat i dhcpd.conf så här:
subnet 10.0.0.0 netmask 255.255.255.0 {
range 10.0.0.100 10.0.0.150;
option domain-name-servers 208.67.222.222, 208.67.220.220;
option routers 10.0.0.1;
default-lease-time 600;
max-lease-time 7200;
}
Frågorna är:
1. Vart fyller man i subnet declaration för eth1 ?
2. Hur binder man dhcp servern till eth0 interfacet?
Vore mycket tacksam för hjälp.
Har ett problem med dhcp3 setupen
då jag ska starta den så kommer det upp:
No subnet declaration for eth1 (192.168.1.17).
dhcpd: ** Ignoring requests on eth1. If this is not what
dhcpd: you want, please write a subnet declaration
dhcpd: in your dhcpd.conf file for the network segment
dhcpd: to which interface eth1 is attached. **
Har konfiguerat i dhcpd.conf så här:
subnet 10.0.0.0 netmask 255.255.255.0 {
range 10.0.0.100 10.0.0.150;
option domain-name-servers 208.67.222.222, 208.67.220.220;
option routers 10.0.0.1;
default-lease-time 600;
max-lease-time 7200;
}
Frågorna är:
1. Vart fyller man i subnet declaration för eth1 ?
2. Hur binder man dhcp servern till eth0 interfacet?
Vore mycket tacksam för hjälp.