All of lore.kernel.org
 help / color / mirror / Atom feed
* ip_conntrack fails to track Windows Vista TCP connection
@ 2010-06-14 15:25 Fischer, Anna
  2010-06-14 16:15 ` Patrick McHardy
  0 siblings, 1 reply; 11+ messages in thread
From: Fischer, Anna @ 2010-06-14 15:25 UTC (permalink / raw)
  To: netfilter-devel@vger.kernel.org

I am trying to track (and NAT) a TCP connection to a Windows Vista machine using ip_conntrack. However, Vista uses the Nagle algorithm combined with the TCP Delayed ACK mechanism which does not ACK every single packet, and it seems as if the connection tracking module has problems with this. Basically it fails to recognize Delayed ACK packets, and as these are not picked up by the connection tracking module, my NAT function does not work and so packets are not delivered properly because they are not rewritten by ip_nat. I am certain that the problem is the Vista TCP stack and its mechanisms as when I configure my Windows Vista machine with Nagle = off and TCPNODelay = 1, then actually connection tracking works fine. Also, all connections with Linux machines are tracked properly.

Is this a known issue?

Thanks,
Anna

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

end of thread, other threads:[~2010-06-15 16:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-14 15:25 ip_conntrack fails to track Windows Vista TCP connection Fischer, Anna
2010-06-14 16:15 ` Patrick McHardy
2010-06-14 16:34   ` Jan Engelhardt
2010-06-14 17:34     ` Fischer, Anna
2010-06-14 17:43       ` Jan Engelhardt
2010-06-14 18:09         ` Fischer, Anna
2010-06-14 20:07           ` Narendra Choyal
2010-06-15  2:23       ` Patrick McHardy
2010-06-15 16:15         ` Fischer, Anna
2010-06-15 16:20           ` Patrick McHardy
2010-06-15 16:20             ` Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.