View Single Post
  #4   (View Single Post)  
Old 25th May 2008
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

The default rule (number 65536) is "deny ip from any to any". Which means if you load the ipfw.ko kernel module, all network traffic will stop.

To change the default rule to "allow ip from any to any", you have to recompile the kernel with options IPFIREWALL_DEFAULT_TO_ACCEPT.
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote