From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Leonardo Rodrigues ( listas )" Subject: understanding ip_conntrack entry Date: Thu, 3 Oct 2002 17:05:09 -0300 Sender: netfilter-admin@lists.netfilter.org Message-ID: <000f01c26b18$2d114990$3201a8c0@leonardo> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter ML Hello Guys, I'd like your help to understand this entry from /proc/net/ip_conntrack: tcp 6 325849 ESTABLISHED src=192.168.10.1 dst=192.168.229.25 sport=53699 dport=80 [UNREPLIED] \ src=192.168.229.25 dst=192.168.10.1 sport=80 dport=53699 use=1 Well ...... 192.168.10.1 is my iptables box and 192.168.229.25 is one of my remote machines. My question is .... if this connection is marked as ESTABLISHED, shouldnt it appear on 'netstat -an' entries ??? I think it should, but it's not appearing there ..... Sincerily, Leonardo Rodrigues