Displaying 2 results from an estimated 2 matches for "schwaar".
Did you mean:
scholar
2006 Jan 25
8
[Bug 400] connection tracking does not work on VLANs if underlying interface is a bridge
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=400
------- Additional Comments From kaber@trash.net 2006-01-25 12:55 MET -------
Please add a LOG rule to PRE_ROUTING in the mangle table and post the output.
BTW, are you using hardware checksumming (check with ethtool) on the underlying
ethernet device?
--
Configure bugmail:
2007 Apr 18
2
[Bridge] Re: [2.4.22] bad interaction between e100 and bridge: BUG at dev.c:991!
...n't enable it. When the board is doing checksum
offload, then the csum field isn't set.
Please try disabling receive checksumming on the e100 driver
modprobe e100 XsumRX=0
If this is the problem, it exists both 2.4 and 2.6.
On Wed, 27 Aug 2003 18:24:57 +0200
Hannes Schulz <schulz@schwaar.com> wrote:
> setup & how to reproduce:
> HP Netserver 2000 with 2 onboard e100 NICs. Both are connected to the same hub.
> Add both eth0 and eth1 to the same bridge. Pull the plug on eth0.
> Wait till the bridge is about to enter forwarding state on eth1.
>
> I have rep...