View Single Post
  #2   (View Single Post)  
Old 19th January 2013
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

I don't use PPPoE but to do NAT I have this in my pf.conf

Code:
# ---- external/egress interface
match out inet from ! egress to any  nat-to (egress)
If it still does not work please provide the output (on the pf box) of # ifconfig -A and # netstat -rn -f inet
__________________
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