From owner-freebsd-net@FreeBSD.ORG Sun Oct 19 09:15:39 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8100016A4B3 for ; Sun, 19 Oct 2003 09:15:39 -0700 (PDT) Received: from blacklamb.mykitchentable.net (207-173-254-228.bras01.elk.ca.frontiernet.net [207.173.254.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2DE643F75 for ; Sun, 19 Oct 2003 09:15:38 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from bigdaddy (unknown [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 1B9F83BF372; Sun, 19 Oct 2003 09:15:38 -0700 (PDT) Message-ID: <00ca01c3965c$3beaff40$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: "Dan" References: <200310191532.40136.dan@ntlbusiness.com><009501c39659$338fe570$0301a8c0@bigdaddy> <200310191659.04893.dan@ntlbusiness.com> Date: Sun, 19 Oct 2003 09:15:37 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 cc: freebsd-net@freebsd.org Subject: Re: IPFW. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 16:15:39 -0000 ----- Original Message ----- From: "Dan" To: "Drew Tomlinson" Cc: Sent: Sunday, October 19, 2003 8:59 AM > On Sunday 19 October 2003 4:53 pm, you wrote: > > tail -f /var/log/security > > Hi - I don't see anything happening when I type that (or read the file > afterward) of when the laptop attempts to connect to something. /var/log/security is the default place ipfw logs. I just checked my kernel conf file and found you need this line to include logging: options IPFIREWALL_VERBOSE #enable logging to syslogd(8) If you don't have it, add it and recompile. > This is very, very strange! > Yet, it works fine with those silly little rules!!! > > Thanks again for your reply. You're welcome. I know how frustrating it can be. But when you get it right, it's all worth it. :) Drew