View Single Post
  #2   (View Single Post)  
Old 26th May 2008
Kerrnel Kerrnel is offline
New User
 
Join Date: May 2008
Posts: 3
Default

net.inet.ip.forwarding: 1
net.inet.ip.redirect: 1

Stupid Q: I presume you've set the box to forward packets from other machines through it?

Also - I can't tell you anymore why I did this in my server.ovpn (note the last line):

push "route 10.8.8.0 255.255.255.0" #route to company network
push "dhcp-option DOMAIN xxx.yyy.zzz" #push the DNS domain suffix
push "dhcp-option DNS 10.8.8.1" #push DNS entries to client
push "dhcp-option WINS 10.8.8.1" #push DNS entries to client
push "route 10.8.7.1" # add route to protected network
Reply With Quote