From mboxrd@z Thu Jan 1 00:00:00 1970 From: Corin Langosch Subject: conntrack Date: Mon, 15 Mar 2004 22:16:20 +0100 Sender: netfilter-admin@lists.netfilter.org Message-ID: <373399813.20040315221620@gmx.de> Reply-To: Corin Langosch 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@lists.netfilter.org Hi all, i used to use iptables conntrack module. as our servers are really busy and get a lot of connections, we got a lot of errors like conntrack: table full, dropping packet. due to resource limits we dont want to increase the conntrack_max limit, its currently set to something about 32000. how can we configure iptables so that some ports are excluded from being tracked? as most connections are incomming on only around 5 different ports all problems should be solved with such an option :) is there anything like iptables --notrack -dport 80 ..? would be great!! thanks for any help, corin