From owner-freebsd-questions@FreeBSD.ORG Tue Jun 15 17:21:44 2004 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 64BF416A4CE for ; Tue, 15 Jun 2004 17:21:44 +0000 (GMT) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0404443D2F for ; Tue, 15 Jun 2004 17:21:44 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.84.3]) by out003.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040615172137.WKTJ6671.out003.verizon.net@[192.168.1.3]>; Tue, 15 Jun 2004 12:21:37 -0500 Message-ID: <40CF301A.1000700@mac.com> Date: Tue, 15 Jun 2004 13:21:30 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040608 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Matt \"Cyber Dog\" LaPlante" References: <200406151659.i5FGxjt2009268@ms-smtp-04.nyroc.rr.com> In-Reply-To: <200406151659.i5FGxjt2009268@ms-smtp-04.nyroc.rr.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [68.161.84.3] at Tue, 15 Jun 2004 12:21:37 -0500 cc: freebsd-questions@freebsd.org Subject: Re: Keep log_in_vain Value 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: Tue, 15 Jun 2004 17:21:44 -0000 Matt "Cyber Dog" LaPlante wrote: > Right now on a FreeBSD 4.7 box, net.inet.tcp.log_in_vain and > net.inet.udp.log_in_vain are both turned on. I know they can be disabled > using sysctl, but this only fixes the problem until the machine is rebooted, > at which point they both come back on. These default to off, so I would suggest you check /etc/sysctl.conf and see whether they are being turned on there, and then change that. :-) Otherwise, something like "grep log_in_vain /etc/*" might give a hint... -- -Chuck