Desculpe pela resposta tardia, mas comecei a escrever aqui.
Eu suponho que você tenha instalado o bridge-utils via apt-get.
Edite o arquivo / etc / network / interfaces. Deve parecer semelhante a isto:
# Bridge between eth0 and eth1
auto br0
iface br0 inet dhcp
# For static configuration delete or comment out the above line and uncomment the following:
# iface br0 inet static
# address 192.168.1.10
# netmask 255.255.255.0
# gateway 192.168.1.1
# dns-nameservers 192.168.1.5
# dns-search example.com
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
Então, rapidamente, dê ao seu br0 os valores originalmente manipulados pela eth0. Sua eth0 não deve conter nenhuma informação de IP.
ifup br0