View Single Post
  #9   (View Single Post)  
Old 5th July 2014
EverydayDiesel EverydayDiesel is offline
Shell Scout
 
Join Date: Jan 2009
Posts: 124
Default

they are both 255.255.255.0 but still no internet.

I changed my pf.conf to look like this so I could catch the blocks

Code:
EXT_IF = "xl0"
WRLS_IF = "athn0"

block log all

match out on egress inet from !(egress:network) to any nat-to (egress:0)

pass out on $EXT_IF from any to any
pass out on $WRLS_IF from any to any
pass in on $WRLS_IF from any to any
Reply With Quote