From 8a02bc705940232e6543ced417464920d04f07e5 Mon Sep 17 00:00:00 2001 From: Denis Peplin Date: Fri, 4 Mar 2005 08:04:06 +0000 Subject: [PATCH] Add warning to describe relation between rc.conf firewall_logging variable and sysctl net.ip.fw.verbose variable; suggest to set net.inet.ip.fw.verbose_limit variable via sysctl.conf (it is impossible to set it via rc.conf variables). Discussed with (and my English fixed by): trhodes --- .../books/handbook/firewalls/chapter.sgml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml b/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml index fd963406d5..cda83446fd 100644 --- a/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml @@ -2163,6 +2163,19 @@ options IPV6FIREWALL_DEFAULT_TO_ACCEPT Enable logging: firewall_logging="YES" + + + The only thing that the firewall_logging + variable will do is setting the + net.inet.ip.fw.verbose sysctl variable to + the value of 1 (see + ). There is no + rc.conf variable to set log limitations, + but it can be set via sysctl variable, manually or + from the /etc/sysctl.conf file: + + net.inet.ip.fw.verbose_limit=5 +