Configurando arquivo interfaces no Debian e derivados
Posted: terça-feira, 15 de janeiro de 2013 by Wairisson Gomes in
0
Por exemplo eth0:
Configuração estática:
 iface eth0 inet static
 address 192.168.1.5
 netmask 255.255.255.0
 gateway 192.168.1.254
Configuração via DHCP
auto eth0
 iface eth0 inet dhcp
