Bridging 2 tagged vlans together
Tim Flowers <[email protected]>
| Newsgroups | gmane.linux.network.bridge.ebtables.user |
|---|---|
| Message-ID | <[email protected]> |
So, this should be simple but i've googled and searched the list and/or documentation and I can't find any usefull documentation. I'm trying to bridge 2 tagged vlans together: eth0.10 and eth1.11 I have tried the following: vconfig add eth0 10 vconfig add eth1 11 brctl addbr br0 brctl addif br0 eth0.10 brctl addif br0 eth1.11 Is there something that i am missing?