bugzilla-daemon at bugzilla.netfilter.org
2009-Sep-17 02:08 UTC
[Bug 607] New: About NAT translation
http://bugzilla.netfilter.org/show_bug.cgi?id=607 Summary: About NAT translation Product: netfilter/iptables Version: linux-2.4.x Platform: All OS/Version: All Status: NEW Severity: normal Priority: P1 Component: NAT AssignedTo: laforge at netfilter.org ReportedBy: kalatre at yahoo.com.tw In function nf_nat_fn, if a connection belongs to retransmission, then it will not find nat rules match again (since it has been NATed when the first connection comes) and call nf_nat_packet function. My question is that if we set static routing policy such that the connection (the connection belongs to retransmission) should not be NATed, then it should do NAT rule match again. However, it will not do this, since the connection belongs to retransmission. Thank you for any suggestions in advance. -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at bugzilla.netfilter.org
2009-Sep-17 02:10 UTC
[Bug 607] NAT rule matching in nf_nat_fn
http://bugzilla.netfilter.org/show_bug.cgi?id=607 kalatre at yahoo.com.tw changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|About NAT translation |NAT rule matching in | |nf_nat_fn -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at bugzilla.netfilter.org
2009-Sep-17 10:35 UTC
[Bug 607] NAT rule matching in nf_nat_fn
http://bugzilla.netfilter.org/show_bug.cgi?id=607 ------- Comment #1 from kaber at trash.net 2009-09-17 12:35 ------- Routing and NAT are independant of each other. Why do you NAT the connection in the first place if you don't intend to? -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at bugzilla.netfilter.org
2009-Nov-01 01:11 UTC
[Bug 607] NAT rule matching in nf_nat_fn
http://bugzilla.netfilter.org/show_bug.cgi?id=607 jengelh at medozas.de changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|laforge at netfilter.org |kaber at trash.net -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You are the assignee for the bug, or are watching the assignee.
Possibly Parallel Threads
- [Bug 591] New: NAT REDIRECT target does not always work
- [Bug 610] New: conntrack doesn't work
- [Bug 714] New: Kernel panics in same_src()
- [Bug 713] New: CPPFLAGS are mishandled which breaks non-shared targets
- [Bug 600] New: ULOG target does not support --log-uid