I'm currently trying to build a VPN to a family members house using OpenVPN, the server side is setup on an Asus RT-N16 running TomatoUSB, devices can easily connect to this, so that side of things is all setup and running.
So, here's the questions:
So, here's the questions:
- Is it as simple as installing OpenVPN on the Pi, configure it as a client, connect it up on their network and then do static route on their router & forward port 1194 to the Pi?
- My routers network is 192.168.1.xxx, theirs is 192.168.3.xxx. As the server is on my network my router shouldn't need any static routes as that is all dealt with by my router. Would theirs then need to be set as destination: 192.168.1.0 & gateway 192.168.3.Pi?