====== Configuração IP no Debian ====== Exemplo de configuração de IP fixo: auto eth0 iface eth0 inet static address 146.164.X.Y netmask 255.255.255.0 gateway 146.164.X.1 Exemplo de configuração DHCP: allow-hotplug eth0 iface eth0 inet dhcp