From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Lamb Subject: conntrack idle timeout Date: Tue, 25 Feb 2003 21:09:24 -0600 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3E5C2FE4.3010007@slamb.org> 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"; format="flowed" To: netfilter@lists.netfilter.org Is there a way to control the time it takes for an idle, established TCP session to be purged from conntrack's state tables? I'm looking for the something like "ipchains -M -S". I saw at that there is no iptables equivalent, but I'm hoping it's changed since then. Maybe there's a sysctl or something? The problem I'm experiencing is pretty simple. I leave ssh sessions open for a while (possibly several hours). I come back to them and get a "Connection reset by peer" error and have to open a new session. Back when I used ipchains, "iptables -M -S 86400 10 60" or similar solved the problem for me. Thanks, Scott Lamb