need Openvpn routing help

Ben Scott dragonhawk at gmail.com
Fri Jun 13 13:26:35 EDT 2008


On Fri, Jun 13, 2008 at 1:24 PM, Ben Scott <dragonhawk at gmail.com> wrote:
> route add net 10.10.0.0 netmask 255.255.255.0 gw 10.8.0.6

  Also:

Make sure IP forwarding is enabled on both VPN gateways.  You can check with

	sysctl net.ipv4.ip_forward

and turn it on with

	sysctl net.ipv4.ip_forward=1

  If you're using an iptables firewall, you may also need to add rules
to allow the packets in the FORWARD chain.

-- Ben


More information about the gnhlug-discuss mailing list