Interfaces
Setembro 19, 2008
Publicar um comentário
Como é bastante comum não me lembrar do conteúdo do ficheiro /etc/network/interfaces aqui fica um exemplo:
auto lo
iface eth0 inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1
auto eth1
iface eth1 inet dhcp

