[Bridge] help needed regarding configuration for bridging

2010-09-13 Thread debasis das
Hi all, I have a Linux box with 3 interfaces eth0,eth1 and eth2. Could anyone please let me know whether the following configuration would be valid : *#brctl addbr br1 #brctl addif br1 eth1 #ifconfig br1 up # brctl show bridge name bridge id STP enabled

Re: [Bridge] help needed regarding configuration for bridging

2010-09-13 Thread Stephen Hemminger
On Mon, 13 Sep 2010 15:11:21 +0530 debasis das fordeba...@gmail.com wrote: Hi all, I have a Linux box with 3 interfaces eth0,eth1 and eth2. Could anyone please let me know whether the following configuration would be valid : *#brctl addbr br1 #brctl addif br1 eth1

Re: [Bridge] help needed regarding configuration for bridging

2010-09-13 Thread Simon Barber
I think you're looking for more vlan capability than the current Linux bridging code has. I posted a patch a few years back to add vlan aware bridging to the kernel - it would be great if someone updated it to the current kernel. Here's a reference: