| To: | netfilter@lists.netfilter.org |
|---|---|
| Subject: | Re: ip_conntrack growing indefinitely |
| From: | fd4 <fd4@itsec4u.de> |
| Date: | Sat, 11 Aug 2007 09:38:08 +0200 |
| Delivered-to: | sp-com-lists@consult.net |
| Delivered-to: | netfilter-list1@securepoint.com |
| In-reply-to: | <20070730133240.730c0ef4@alice.thum.ath.cx> |
| List-archive: | </pipermail/netfilter> |
| List-help: | <mailto:netfilter-request@lists.netfilter.org?subject=help> |
| List-id: | General discussion and user questions <netfilter.lists.netfilter.org> |
| List-post: | <mailto:netfilter@lists.netfilter.org> |
| List-subscribe: | <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=subscribe> |
| List-unsubscribe: | <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=unsubscribe> |
| Organization: | i.t |
| References: | <46AB38AC.5050509@netfilter.org> <20070730133240.730c0ef4@alice.thum.ath.cx> |
| Sender: | netfilter-bounces@lists.netfilter.org |
> For now it has been patched setting ip_conntrack_max to 65536 but > connections still grow indefinitely (seems NAT never drops old > connections). Any idea of the reasons? Could be related with the kernel > version (2 years old) we're running? I've a similar phenomen using kernel 2.6.18-4-vserver-686 : conntrack -L|wc -l 3340 nearly all started at a similar time from two ports to random example iptstate: Source Destination Proto State TTL 1.2.3.4:42573 1.2.3.4:842 tcp ESTABLISHED 10:44:43 1.2.3.4:42574 1.2.3.4:1501 tcp ESTABLISHED 10:43:51 1.2.3.4:42573 1.2.3.4:1392 tcp ESTABLISHED 10:43:20 well :- on my wish list now something like that: conntrack -D -s 1.2.3.4 -d 1.2.3.4 -p tcp --orig-port-src 42573 --orig-port-dst * |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Next by Date: | can't ssh outside with OUTPUT (policy ACCEPT), Maxim Veksler |
|---|---|
| Next by Thread: | Re: ip_conntrack growing indefinitely, Eric Leblond |
| Indexes: | [Date] [Thread] [Top] [All Lists] |