View Single Post
  #5   (View Single Post)  
Old 29th September 2013
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

I use this on my OpenBSD firewall:
Code:
# ---- external/egress interface
match out inet from ! egress to any  nat-to (egress)
If this still does not work in your case, please post the output of :
  • # ifconfig vic0
  • # ifconfig vic1
  • # sysctl net.inet.ip.forwarding
  • # netstat -rn -f inet.
  • # pfctl -vvsr
  • # pfctl -s info
__________________
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