ps-martins
(usa Debian)
Enviado em 10/08/2015 - 23:06h
abra o arquivo:
vim /etc/network/interfaces
e configure dessa forma, seguindo o endereço da sua rede .
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.200.1
netmask 255.255.255.0
broadcast 192.168.200.255
network 192.168.200.0
gateway 192.168.200.254
/etc/init.d/networking restart
depois configure o DNS :
fica no arquivo :
vim /etc/resolv.conf
nameserver 8.8.8.8
nameserver 4.2.2.2
também pode deixar o eth0 como DHCP no arquivo /etc/network/interfaces :
auto eth0
iface eth0 inet dhcp