* [Bridge] VLAN traffic through an Ethernet Bridge
@ 2010-10-19 17:46 Erik Schweigert
2010-10-20 15:38 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: Erik Schweigert @ 2010-10-19 17:46 UTC (permalink / raw)
To: bridge
Hello all,
I have configured a transparent ethernet bridge containing two network
interfaces: eth0, eth1 in br0. IP forwarding is enabled i.e. cat
/proc/sys/net/ipv4/ip_forward = 1.
All traffic destined through my Linux machine has the 802.1Q tag
(VLAN). However, only ARP with the VLAN tags passes through the
machine correctly (100% of the time) and broadcast and multicast
appears to work. It 'seems' IP layer and above is being dropped if it
is unicast, or intermittently works ( +/- 1 of 10 ICMP passes
through).
All non-VLAN'd traffic passes through my machine flawlessly.
arptables, ebtables, and IPtables are all flushed, so there is no
possibility of any traffic being blocked.
Is there a caveat with ethernet bridging that does not permit VLAN'd traffic?
Any help or suggestions is greatly appreciated!
Thanks,
Erik
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Bridge] VLAN traffic through an Ethernet Bridge
2010-10-19 17:46 [Bridge] VLAN traffic through an Ethernet Bridge Erik Schweigert
@ 2010-10-20 15:38 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2010-10-20 15:38 UTC (permalink / raw)
To: Erik Schweigert; +Cc: bridge
On Tue, 19 Oct 2010 10:46:38 -0700
Erik Schweigert <ejschweigert@gmail.com> wrote:
> Hello all,
>
> I have configured a transparent ethernet bridge containing two network
> interfaces: eth0, eth1 in br0. IP forwarding is enabled i.e. cat
> /proc/sys/net/ipv4/ip_forward = 1.
This is irrelevant for bridging.
> All traffic destined through my Linux machine has the 802.1Q tag
> (VLAN). However, only ARP with the VLAN tags passes through the
> machine correctly (100% of the time) and broadcast and multicast
> appears to work. It 'seems' IP layer and above is being dropped if it
> is unicast, or intermittently works ( +/- 1 of 10 ICMP passes
> through).
>
> All non-VLAN'd traffic passes through my machine flawlessly.
>
> arptables, ebtables, and IPtables are all flushed, so there is no
> possibility of any traffic being blocked.
>
> Is there a caveat with ethernet bridging that does not permit VLAN'd traffic?
>
> Any help or suggestions is greatly appreciated!
>
> Thanks,
>
> Erik
Missing bits:
1. Kernel version?
2. Did you configure vlans on eth0 and eth1?
3. Is it an MTU issue? do small packets get through but
not largere ones.
4. What is overall configuration of bridging and ethernets?
Did you assign IP address to bridge or the ethernet devices.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-20 15:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19 17:46 [Bridge] VLAN traffic through an Ethernet Bridge Erik Schweigert
2010-10-20 15:38 ` Stephen Hemminger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox