OpenVPN client on Amazon EC2
- by Matt Culbreth
I have an account with an OpenVPN service, and I'd like to get that running on my EC2 instance running Ubuntu 12.04.
I have my config file in /etc/openvpn, and it connects fine when I run sudo openvpn --config matt.ovpn. However, I then lose connectivity to the EC2 machine, and I can't SSH back to it until I reboot.
Previously I have done things…