View Single Post
  #8   (View Single Post)  
Old 11th March 2011
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

What is the output of
Code:
$ sysctl -a | grep ip.forward
net.inet.ip.forwarding=0
?

In my case it is off, which is OK for a workstation. For a router you need to turn this on, by uncommenting the following line from /etc/sysctl.conf and reboot:
Code:
#net.inet.ip.forwarding=1       # 1=Permit forwarding (routing) of IPv4 packets
To make things easier to debug you could turn of OpenVPN first, get things working without it first, and then add it again.
__________________
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