View Single Post
Old 1st February 2011
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,125
Default

Try this simple pf wich allows all traffic from both your NIC and tun0 device

Code:
#IF = re0 
IF = nfe0

VPN_IF = tun0

set skip on lo0

block log all

pass out quick on $IF
pass out quick on $VPN_IF
pflog0 should not show any blocked packets now.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote