Mark,

bridge configuration is done in /etc/network/interfaces.
At the end of the file is an example bridge configuration
In the bridge_ports line you list the devices you want to 
bridge, normally your internal interfaces.
These devices must not be configured, so comment out the 
respective lines.
Backup etc.

In the file /etc/network/if-pre-up.d/bridge

the line
  brctl addif $IFACE $i && ip set dev $i up
should read
  brctl addif $IFACE $i && ip link set dev $i up

Change this and backup bridge.

Manfred

Mark A Nordstrand schrieb:
> 
> Manfred,
> 
> Loaded bridge.lrp and bridge.o wasn't anywhere to be
> found. Grabbed bridge.o from the web and put it in
> /lib/modules.  This solved the br_add_bridge message.
> 
> Looking at the scripts in /etc/networking, it looks
> like there's several variable which aren't initialized
> (IF_BRIDGE_PORTS for example).  Should I be doing this
> as part of configuration, or should this be pick up out
> of /etc/network/interfaces?  (sorry if I'm a bit weak on
> information, shell scripts have never been my forte).
> 

Manfred Schuler
E_Mail: mailto:[EMAIL PROTECTED]


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to