Route packets from one VPN to another
Posted
by
Mike
on Server Fault
See other posts from Server Fault
or by Mike
Published on 2011-12-20T12:45:06Z
Indexed on
2013/11/09
4:01 UTC
Read the original article
Hit count: 516
I have two OpenVPN servers (10.8.0.0 and 10.9.0.0) set up on my OpenSUSE server. Within one network, each computer is visible to any other one, but I'd like to make it so that computers are visible across networks. I'd like to route the packets like this: when a user (say 10.8.0.6) pings an address on the other VPN (10.9.0.6), the packets are routed to the 10.9.0.1 and then to the appropriate computer in this VPN. How do I achieve this using iptables
or a different tool? I tried the commands at the end of this section with no avail.
© Server Fault or respective owner