1º
edit e o arquivo:
# vim /etc/network/interfaces
Depois
Para configurar ip estático troque o texto abaixo....
iface eth0 inet dhcp
pelo texto ...
iface eth0 inet static
address 192.168.x.xx
netmask 255.255.255.0
network 192.168.x.0
broadcast 192.168.x.255
gateway 192.168.x.xxx
Nenhum comentário:
Postar um comentário