Tagged Questions
0
votes
1answer
1k views
Trouble setting up openVPN/VPN
I'm having trouble setting up a VPN on my VPS that's running Ubuntu 11.04. I'm been following this guide http://tipupdate.com/how-to-install-openvpn-on-ubuntu-vps/
I'm able to start the VPN, but the ...
0
votes
1answer
117 views
What should the source be when using OpenVPN?
I'm trying to use OpenVPN on my Ubuntu 10 VPS.
I'm trying to route my traffic using this command:
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -j SNAT -to
The error I get is:
iptables v1.4.4: ...
4
votes
2answers
4k views
Best Way To Learn How To Set Up OpenVPN On Amazon EC2/a VPS?
What is the best way to learn how to set up a VPN using OpenVPN on an Amazon EC2 server/a VPS? What level of proficiency is required in Linux System Administration for this?