[Bug 680] Packets disappear after NAT on 2nd gateway
bugzilla-daemon at bugzilla.netfilter.org
bugzilla-daemon at bugzilla.netfilter.org
Fri Aug 26 14:54:09 CEST 2011
http://bugzilla.netfilter.org/show_bug.cgi?id=680
--- Comment #6 from Richard Lucassen <rl-20100926 at xaq.nl> 2011-08-26 14:54:09 ---
(In reply to comment #5)
> I'm having exactly the same problem. Kernel is 2.6.34.7-56.fc13.x86_64. I
> tested the solution (adding the route) and works. Anyhow, it's only usefull for
> testing, as the IP address of the "external user" varies and I can't change the
> default route. I tried marking this nat'ed service's packets with --set-mark
> and creating a rule (with ip rule add) to match them and use a special routing
> table for them, but it doesn't work.
> Despite the priority this issue receives and when or if it will be solved, I
> dissagree to consider it "an enhacement", as there isn't a way of implementing
> the same functionality in an alternative way.
I set up a server to search for the bug. The problem is definitely in the ipv4
Large Receive Offload. This is what I did:
untarred 2.6.29
patched to 2.6.30-rc5
I configured it
compiled it: works
Then:
cp -a rc5 dir to rc6 dir
make oldconfig
--> new option: INET_LRO
switched INET_LRO to off
compiled: works
Then:
switched INET_LRO to on
compiled: bug is back
I'll inform the writers of this module. To be continued.
R.
--
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
More information about the netfilter-buglog
mailing list