📜  linux configuração de rede subir placa automaticamente - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:58.211000             🧑  作者: Mango

代码示例1
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