View Single Post
  #7   (View Single Post)  
Old 15th May 2009
bsdnewbie999 bsdnewbie999 is offline
Package Pilot
 
Join Date: May 2008
Posts: 145
Default

What is wrong with my pf.conf ?
Code:
#Macro
int_if="rl0"

#options
set block-policy return
set loginterface $int_if

#Normalization
scrub in all

#Passing Traffic
pass out quick on $int_if inet proto tcp from $int_if to any port www
pass in quick log on $int_if inet proto tcp to $int_if port 21 keep state

#Default Deny
block all
I having trouble surfing the web but i did "pass out quick" the www packets did I ?
Reply With Quote