View Single Post
  #9   (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

Code:
pass out all keep state
pass quick on $int_if no state
Is better written,
Code:
pass in log quick on $int_if inet \
 from ($int_if:network) to any \
 tag OKPKTS keep state
#
pass out log quick on $ext_if inet \
 tagged OKPKTS keep state
__________________
Never argue with an idiot. They will bring you down to their level and beat you with experience.

Last edited by s2scott; 25th May 2008 at 04:40 AM.
Reply With Quote