Linux Configurao de Rede Subir PLAPA Automaticamente

auto lo
iface lo inet loopback
##NÃO ALTERE AS LINHAS ACIMA - Esses são os endereços de loopback do seu PC
 
auto eth0
allow-hotplug eth0 
iface eth0 inet dhcp
 
auto eth1
allow-hotplug eth1
iface eth1 inet static
    address 10.42.43.1
    netmask 255.255.255.0
    network 10.42.43.0
    broadcast 10.42.43.255
Evil Echidna