andrecanhadas
(usa Debian)
Enviado em 16/01/2012 - 15:36h
Edita o arquivo:
vim /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# Eth0
allow-hotplug eth0
auto eth0
iface eth0 inet dhcp
# Eth1
allow-hotplug eth1
auto eth1
iface eth1 inet dhcp
Se não funcionar edita o arquivo:
vim /etc/udev/rules.d/70-persistent-net.rules
Apaga todo o conteudo e reinicie o server para ele recarregar as configuraçoes das placas de rede.