View Single Post
  #8   (View Single Post)  
Old 25th May 2008
s2scott's Avatar
s2scott s2scott is offline
Package Pilot
 
Join Date: May 2008
Location: Toronto, Ontario Canada
Posts: 198
Default

As mentioned, change
Code:
# filters
block in all
block in quick from <abusive_hosts>
block in quick from <bogons>
to be
Code:
 # filters
block in all
block in quick on $ext_if from <abusive_hosts>
block in quick on $ext_if from <bogons>
__________________
Never argue with an idiot. They will bring you down to their level and beat you with experience.
Reply With Quote