search for: nf_nat_packet

Displaying 1 result from an estimated 1 matches for "nf_nat_packet".

2009 Sep 17
3
[Bug 607] New: About NAT translation
...ity: 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...