bugzilla-daemon at bugzilla.netfilter.org
2011-Aug-26 12:54 UTC
[Bug 680] Packets disappear after NAT on 2nd gateway
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.
bugzilla-daemon at bugzilla.netfilter.org
2011-Aug-26 12:55 UTC
[Bug 680] Packets disappear after NAT on 2nd gateway
http://bugzilla.netfilter.org/show_bug.cgi?id=680 --- Comment #7 from Richard Lucassen <rl-20100926 at xaq.nl> 2011-08-26 14:55:44 --- (In reply to comment #6)> cp -a rc5 dir to rc6 dirNo, of course not. I created a ne real rc6 dir and copied the .config -- 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.
bugzilla-daemon at bugzilla.netfilter.org
2011-Aug-27 09:24 UTC
[Bug 680] Packets disappear after NAT on 2nd gateway
http://bugzilla.netfilter.org/show_bug.cgi?id=680 Richard Lucassen <rl-20100926 at xaq.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- 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.