[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bridging across VLANs?



Sascha Luck wrote:
> The problem is, I can't seem to get the 2 VLANs to see each other.
> What am I missing here? config files as follows:
>
> /etc/hostname.xl[0-3]
> up
>
> /etc/bridgename.bridge0
> add xl0
> add xl1
> add xl2
> add xl3
> maxaddr 256
> up
>
> This should work, right?

Which VLAN is on which interface ? Only things I can think of are strange
MAC database interactions on the 3com between VLANs. Also, have you run
tcpdump on both interfaces to see what flows ?

Also, though about using trunking and vlanXX interfaces directly ? My
understanding is that this should work since Jason Wright put some changes
in around 3.1 to make bridging vlan interfaces work.

Peter