juniorb3rg
(usa Ubuntu)
Enviado em 13/10/2011 - 16:13h
Boa Tarde, estou configurando servidor DHCP em um micro com Ubuntu e quando vou dar o comando para renenciar o DHCP ele me retorna a seguinte mensagem:
* Stopping ISC DHCP server dhcpd [fail]
* Starting ISC DHCP server dhcpd * check syslog for diagnostics.
[fail]
Olhando o arquivo syslog está com o seguinte erro:
Oct 13 16:06:34 ProxyActas dhcpd: No subnet declaration for eth1 (192.168.1.3).
Oct 13 16:06:34 ProxyActas dhcpd: ** Ignoring requests on eth1. If this is not what
Oct 13 16:06:34 ProxyActas dhcpd: you want, please write a subnet declaration
Oct 13 16:06:34 ProxyActas dhcpd: in your dhcpd.conf file for the network segment
Oct 13 16:06:34 ProxyActas dhcpd: to which interface eth1 is attached. **
Oct 13 16:06:34 ProxyActas dhcpd:
Oct 13 16:06:34 ProxyActas dhcpd:
Oct 13 16:06:34 ProxyActas dhcpd: No subnet declaration for eth0 (10.0.0.18).
Oct 13 16:06:34 ProxyActas dhcpd: ** Ignoring requests on eth0. If this is not what
Oct 13 16:06:34 ProxyActas dhcpd: you want, please write a subnet declaration
Oct 13 16:06:34 ProxyActas dhcpd: in your dhcpd.conf file for the network segment
Oct 13 16:06:34 ProxyActas dhcpd: to which interface eth0 is attached. **
Oct 13 16:06:34 ProxyActas dhcpd:
Oct 13 16:06:34 ProxyActas dhcpd:
Oct 13 16:06:34 ProxyActas dhcpd: Not configured to listen on any interfaces!
Meu arquivo do squid.conf está assim:
# dhcpd.conf
ddns-update-style none;
default-lease-time 600;
max-lease-time 7200;
authoritative;
subnet 10.0.0.0/24 netmask 255.255.255.0 {
range 10.0.0.2 10.0.0.230;
option routers 10.0.0.1;
option domain-name-servers 208.67.222.222,208.67.220.220;
option broadcast-address 10.0.0.255;
}