On 02/04/2012 07:53 AM, Robert Spangler wrote:
<snip> DEVICE=eth# ONBOOT=yes BRIDGE=br# </snip>
Thank you so much, Robert. That is the thing I wanted to do.
For the record, in Debian world, it's
auto br0 iface br0 inet static address 192.168.0.10 network 192.168.0.0 netmask 255.255.255.0 broadcast 192.168.0.255 gateway 192.168.0.1 bridge_ports eth0 # <----- here you list bridged ports
I was a bit lost, I looked for that definition in the bridge conf file instead of the interface one.
Thank you again.