/etc/init.d/networking restart
vi /etc/network/interfaces
auto lo eth0 eth1
iface lo inet loopback
#The primary network interface
iface eth0 inet static
address 192.168.0.100
netmask 255.255.255.0
network 192.168.0.14
broadcast 192.168.0.255
Altere também o /etc/resolv.conf , inserindo os endereços DNS que o provedor utiliza:
sudo vi /etc/resolv.conf
nameserver xxx.xxx.xxx.xxx
nameserver xxx.xxx.xxx.xxx
nameserver xxx.xxx.xxx.xxx
#LEVANTANDO A PLACA DE RED
ifconfig eth0 up
#ADICIONADO IP NA PLACA
ifconfig eth0 inet 192.168.0.2 netmask 255.255.255.0
#SEU GATEWAY
route add default gw 192.168.0.1
#DNS
echo nameserver SEUDNS >> /etc/resolv.conf
e por arquivos de configuração depende da distro!
se for debian o arquivo é /etc/network/interface
Nenhum comentário:
Postar um comentário