From owner-freebsd-questions Sun Mar 26 3:16:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from node11a94.a2000.nl (node11a94.a2000.nl [24.132.26.148]) by hub.freebsd.org (Postfix) with SMTP id D5BB237B74C for ; Sun, 26 Mar 2000 03:16:13 -0800 (PST) (envelope-from ronald@node11a94.a2000.nl) Received: (qmail 69016 invoked from network); 26 Mar 2000 11:16:11 -0000 Received: from node11a94.a2000.nl (24.132.26.148) by node11a94.a2000.nl with SMTP; 26 Mar 2000 11:16:11 -0000 Date: Sun, 26 Mar 2000 13:16:10 +0200 (CEST) From: Ronald Klop To: Sam Carleton Cc: FreeBSD Questions Subject: Re: setting up the firewall In-Reply-To: <38DD762D.18DAA020@miltonstreet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 25 Mar 2000, Sam Carleton wrote: > I am working on setting up a firewall on my FreeBSD box (v3.3). I am > not able to ping the internet at all, and I am not getting any logging > even though I have logging on every rule. What do I need to do to get > more logging info to figure out what is wrong with my firewall? > > Sam Change te following sysctl to 1 net.inet.ip.fw.verbose: 1 the command is: sysctl -w net.inet.ip.fw.verbose=1 You can also compile something like IPFWVERBOSE (see LINT config) in the kernel. -- Ronald Klop http://node11a94.a2000.nl/~ronald/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message