Setup your own free OpenVPN on AWS EC2:
Setup OpenVPN with CentOS and AWS EC2arrow-up-right
Setup OpenVPN with Ubuntu 16.04arrow-up-right
You might need to add custom DNSarrow-up-right on the client machine
If you can connect succefully, but don't have Internet, try running this:
sudo iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE
Last updated 5 years ago