View Single Post
  #2   (View Single Post)  
Old 12th June 2011
nilsgecko's Avatar
nilsgecko nilsgecko is offline
Port Guard
 
Join Date: Apr 2011
Location: Chicago, USA
Posts: 45
Default

You don't have to set a sysctl for source checking with IPFW. You can do:
Off the top of my head,

Code:
ipfw add 00010 deny log ip from any to any not verrevpath
or

Code:
check-state
At the beginning which I believe does the same thing? Please anyone correct me if I'm wrong. The info is in the man page too.

As far as icmp types, check out this website for an example ruleset where the author explains which ones he's allowed etc.

http://securosis.com/blog/help-build...ules-sets-ever
Reply With Quote