Re: Bridging 2 tagged vlans together
Tim Flowers <[email protected]>
| Newsgroups | gmane.linux.network.bridge.ebtables.user |
|---|---|
| Message-ID | <[email protected]> |
of course I did that :) sorry I forgot it in the email.
What I would expect from the setup that I previously posted would be that
traffic from vlan 11 and 10 is bridged so that I can filter with
ebtables/iptables My test lab looks like this:
10.1.10.1 <http://10.1.10.1> ---<VLAN 10> -- [ETH0.10]{brhost}[ETH1.11]
---<VLAN11>---10.1.10.2 <http://10.1.10.2>
i've tryed both a cisco catalyst and a foundry switch to present the tagged
vlans just to rule out a problem with one of the switches.
I currently don't get arp or anything through the bridge.
On 9/13/05, Matthew Natalier <[email protected]> wrote:
>
> You need to bring the vlans up:
>
> ifconfig eth0.10 up
> ifconfig eth1.11 up
>
> Cheers
>
> Matt
>
> On 13/09/2005, at 4:55 PM, Tim Flowers wrote:
>
> > 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?
> >
>
>