wislleym
(usa Debian)
Enviado em 03/02/2013 - 23:53h
Olá Daniel,
Obrigado pela resposta, mas identiquei um problema no arquivo INTERFACES.
Não sei se deletei a informação por engano, mas vi que no arquivo não tinha a placa de rede ETH1.
Adicionei a placa ETH1 com a informação para pegar IP pelo servidor DHCP.
Reiniciei a máquina e agora o problema foi resolvido,
Segue abaixo o arquivo.
Se tiver alguma informação faltante peço que me indique o que.
Obrigado
__________________________________________________________________________
# This file describes the network interfaces available on your system
# and how to activate them. For me information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address x.x.x.x
netmask x.x.x.x
network x.x.x.x
broadcast x.x.x.x
gateway x.x.x.x
dns-nameservers x.x.x.x
dns-search hyu.com
# Internet
auto eth1
iface eth1 inet dhcp