Thread: IPFW question
View Single Post
  #3   (View Single Post)  
Old 13th March 2011
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

According to this handbook page:
http://www.freebsd.org/doc/en_US.ISO...alls-ipfw.html

Quote:
The loadable module does have logging ability compiled in. To enable logging and set the verbose logging limit, there is a knob that can be set in /etc/sysctl.conf. By adding these statements, logging will be enabled on future reboots:
net.inet.ip.fw.verbose=1
net.inet.ip.fw.verbose_limit=5
As I read this, IPFIREWALL_VERBOSE and IPFIREWALL_VERBOSE_LIMIT are the same as the sysctl knobs.
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote