public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Intermittent NAT failure when multiple hosts send UDP packets
@ 2005-09-17  3:01 Bernardo Innocenti
  2005-09-18  2:40 ` Bernardo Innocenti
  0 siblings, 1 reply; 6+ messages in thread
From: Bernardo Innocenti @ 2005-09-17  3:01 UTC (permalink / raw)
  To: lkml; +Cc: netfilter-devel

This smells like a bug in UDP ip_nat_proto_udp.c or nearby.
I'm seeing this on 2.6.12-1.1447_FC4, but code in 2.6.13 is
still the same.

I've setup SNAT the usual way:

 iptables -A POSTROUTING -t nat -o ppp0 -j SNAT --to-source 151.38.19.110

When multiple clients in the LAN send UDP packets to the same port of
the same remote host, I see something like this in my /proc/net/ip_conntrack:

 udp      17 170 src=10.3.3.2 dst=194.185.88.60 sport=5060 dport=5060 src=194.185.88.60 dst=151.38.19.110 sport=5060 dport=5060 [ASSURED] use=1
 udp      17 29 src=10.3.3.2 dst=212.97.59.76 sport=5060 dport=5060 [UNREPLIED] src=212.97.59.76 dst=151.38.19.110 sport=5060 dport=5060 use=1
 udp      17 177 src=10.3.3.250 dst=194.185.88.60 sport=5060 dport=5060 src=194.185.88.60 dst=151.38.19.110 sport=5060 dport=1024 [ASSURED] use=1

In the last line, the destination port has been properly remapped from
5060 to 1024 to distingish between incoming packets.

However, I see packets going out over ppp0 without the source
address properly rewritten to 151.38.19.110:

 04:38:28.739514 IP 10.3.3.2.5060 > 194.185.88.60.5060: UDP, length 536

This doesn't happen when there's just a single host sending to port 5060.
Sometimes I must restart the interface to trigger this bug.  



-- 
  // Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/  http://www.develer.com/


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-09-27 21:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-17  3:01 Intermittent NAT failure when multiple hosts send UDP packets Bernardo Innocenti
2005-09-18  2:40 ` Bernardo Innocenti
2005-09-20 19:35   ` Bernardo Innocenti
2005-09-20 21:15     ` Patrick McHardy
2005-09-21  0:11       ` Bernardo Innocenti
2005-09-27 21:00         ` Bernardo Innocenti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox