View Single Post
  #5   (View Single Post)  
Old 8th July 2009
robbak's Avatar
robbak robbak is offline
Real Name: Robert Backhaus
VPN Cryptographer
 
Join Date: May 2008
Location: North Queensland, Australia
Posts: 366
Default

You haven't set logging on any rules yet, so you won't see anything on pflog.
At the least, set logging on the block rules like this:
Code:
block drop log all
block in log quick from <abusers>
The log statement goes directly after the direction keyword (in or out) or after the action keyword (block, pass, rdr etc) if you aren't stating a direction. Then you will find out what is happening to your packets.
Unless you are handling gigabytes per second through your firewall, you should always log blocked packets
__________________
The only dumb question is a question not asked.
The only dumb answer is an answer not given.
Reply With Quote