Adicione estas linhas ao / etc / newtork / interfaces:
iface eth1 inet static
address 192.168.1.8
netmask 255.255.255.0
Estou configurando um servidor (Ubuntu 12.04 64bits, com kvm) com 2 placas adaptadoras. O primeiro (eth0) é configurado para trabalhar com bridge virtual (vbr0) para a interface DMZ. Ho eu posso configurar o segundo (eth1) para trabalhar com a interface LAN (192.168.1.8 como endereço IP estático). Aqui está a configuração atual (/ etc / newtork / interfaces)
auto lo eth0 eth1 br0
iface lo inet loopback
iface eth0 inet manual
iface br0 inet static
address 192.168.4.8
netmask 255.255.255.0
broadcast 192.168.4.255
network 192.168.4.0
gateway 192.168.4.1
bridge_ports eth0
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off
Obrigado pelo apoio !!!
Adicione estas linhas ao / etc / newtork / interfaces:
iface eth1 inet static
address 192.168.1.8
netmask 255.255.255.0
Tags networking server ethernet