Buckminster
(usa Debian)
Enviado em 16/01/2014 - 01:35h
The loopback network interface
auto lo
iface lo inet loopback
#The primary network interface
auto eth0 << essa linha deixa assim
#iface eth0 inet dhcp << descomente essa linha
auto eth1 << acrescente essa linha
iface eth1 inet static
address 192.0.1.253
network 192.0.1.0
netmask 255.255.255.0
gateway 192.0.1.241
broadcast 192.0.1.255
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.0.1.241 << comente ou apague essa linha.
Faça as alterações, reinicie a máquina e teste.
nameserver 192.0.1.204 << esse IP é de um servidor DNS interno?