ldfxavier
(usa Debian)
Enviado em 15/10/2013 - 22:11h
sxxyoryxxs escreveu:
boa noite, ldfxavier;
Você trocou as placas de rede correto? A nova placa de rede está sendo reconhecida como ETH0 ou ETH1? e como está as configurações no 'interfaces'?
Isso, antes era eth1, agora está eth0.
[code]
# 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
#network interface
allow-hotplug eth1
iface eth1 inet static
address 192.168.1.112
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 127.0.0.1
#network interface
#allow-hotplug eth0
#iface eth0 inet static
# address 10.200.20.1
# netmask 255.255.255.0
# network 10.200.20.0
# broadcast 10.200.20.255
# dns-* options are implemented by the resolvconf package, if installed
# dns-nameservers 127.0.0.1