All of lore.kernel.org
 help / color / mirror / Atom feed
* /proc/net/ip_conntrack trange behavior
@ 2007-08-24  7:43 Dong_Wei
  2007-08-29  9:14 ` Yasuyuki KOZAKAI
  0 siblings, 1 reply; 12+ messages in thread
From: Dong_Wei @ 2007-08-24  7:43 UTC (permalink / raw)
  To: netfilter-devel

Hi, all
	When I checked /proc/net/ip_conntrack in my Linux server, I found some 
strange tracks like the following:

[normal case]
tcp      6 387113 ESTABLISHED src=219.135.189.40 dst=58.60.9.41
sport=2391 dport=443 src=58.60.9.41 dst=219.135.189.40 sport=443
dport=2391 [ASSURED] use=1

[strange track]
tcp      6 377231 ESTABLISHED src=222.173.17.207 dst=219.135.189.11
sport=19691 dport=3815 [UNREPLIED] src=219.135.189.11 dst=222.173.17.207
sport=3815 dport=19691 use=1

As we kown after SYN->SYN,ACK->ACK. TCP connection is in ESTABLISHED
state. and the ip_conntrack "see" the REPLY direction packet, I think
the conntrak should be ASSURED. not UNREPLIED.

So, pls help me. My kernel version is 2.4.22

Thanks in advance  :-)

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

end of thread, other threads:[~2007-09-03  5:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-24  7:43 /proc/net/ip_conntrack trange behavior Dong_Wei
2007-08-29  9:14 ` Yasuyuki KOZAKAI
2007-08-29 18:49   ` Patrick McHardy
2007-08-30  1:14     ` Dong_Wei
2007-08-30  6:49       ` Patrick McHardy
2007-08-30  9:48         ` Dong_Wei
2007-08-31  8:45           ` Patrick McHardy
2007-08-31  9:59             ` Dong_Wei
2007-08-31 15:09               ` Krzysztof Oledzki
2007-09-03  3:34                 ` Dong_Wei
2007-09-03  4:03                   ` Philip Craig
2007-09-03  5:11                     ` Dong_Wei

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.