From owner-freebsd-questions@FreeBSD.ORG Fri Aug 8 11:08:36 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CCB637B401 for ; Fri, 8 Aug 2003 11:08:36 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id A013543FAF for ; Fri, 8 Aug 2003 11:08:35 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (sccrmhc13) with ESMTP id <2003080818083501600grb0qe>; Fri, 8 Aug 2003 18:08:35 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h78I8YKS028178; Fri, 8 Aug 2003 14:08:34 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h78I8YE8028175; Fri, 8 Aug 2003 14:08:34 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: Chris References: <200308071311.24285.racerx@makeworld.com> From: Lowell Gilbert Date: 08 Aug 2003 14:08:33 -0400 In-Reply-To: <200308071311.24285.racerx@makeworld.com> Message-ID: <44fzkc9g4e.fsf@be-well.ilk.org> Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org Subject: Re: A queston on default sysctl settings. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2003 18:08:36 -0000 Chris writes: > Can someone tell me if there is a adverse effect in setting: > net.inet.ip.rtexpire from 3600 to say 5 > > And the same with net.inet.ip.rtminexpire fro 10 to say 2 ? > > This would be on an ADSL wire. You don't want to drop it more than necessary, because otherwise minor problems will start causing connection establishment to fail. If you're having a real problem with packet-spoofing attacks, then I'd recommend keeping an eye on how low the kernel drops the rtexpire value, and reduce the default value to just a bit more than that. If you're not having problems with such attacks, then there's no real benefit to making these changes in the first place.