Comment 6 for bug 1013199

Revision history for this message
Joseph Salisbury (jsalisbury) wrote :

@Pierre,

One other question. I haven't tested all of your config settings to setup the bridge. I was just curious if you tried this config on a system with a driver other than be2net, just to confirm they are all set properly?

auto br0
iface br0 inet static
address 192.168.1.10
netmask 255.255.255.0
network 192.168.1.0
gateway 192.168.1.1
pre-up ip link set eth0 down
pre-up brctl addbr br0
pre-up brctl addif br0 eth0
pre-up ip addr flush dev eth0
post-down ip link set eth0 down
post-down ip link set br0 down
post-down brctl delif br0 eth0
post-down brctl delbr br0