Estoy creando una red de puente en Ubuntu 9.04 (servidor)
Configuré el siguiente archivo de configuración
/ etc / network / interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
auto br0
iface br0 inet static
address 192.168.1.10
network 192.168.1.0
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1
bridge_ports eth0
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off
No sé este parámetro meenings bridge_fd, bridge_hello, bridge_maxage, bridge_stp
ubuntu
bridge
kvm-virtualization
freddiefujiwra
fuente
fuente
Corresponden a la configuración de brctl. Mira al hombre brctl .
fuente