Date: Sun, 26 Mar 2000 13:16:10 +0200 (CEST) From: Ronald Klop <ronald@node11a94.a2000.nl> To: Sam Carleton <scarleton@miltonstreet.com> Cc: FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: setting up the firewall Message-ID: <Pine.BSF.4.05.10003261314350.68994-100000@bak.evertsen.nl> In-Reply-To: <38DD762D.18DAA020@miltonstreet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10003261314350.68994-100000>