OpenVPN on EC2 Linux Ubuntu freeze problem

0

I would like to connect EC2 instance Linux Ubuntu using OpenVPN to my OpenVPN server but when I connect the instance freeze immediately. Can someone give me detailed description how should I set up the connection? Like for 5 year old if possible:)

  • Did you try enabling split tunneling? Did it work?

Yan
已提问 8 个月前291 查看次数
2 回答
0

Your VPN connection is probably not configured to use split-tunneling. This means that based on the current configuration, once the VPN connection is established, all traffic going in and out of your instance must pass through the VPN server (including your SSH session) which would prevent any direct connectivity into the instance's IPs that you see in the AWS management console. Simply enable split-tunneling on your VPN connection and you shouldn't get disconnected.

This documentation will explain the concept in good detail, check it out: https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html

AWS
LondonX
已回答 8 个月前
  • Thank you very much for the info. I think you are right. The problem is that I do not have very much experience with this and Create client VPN endpoint is quite complex for me so I do a lot of mistakes :( for example Athentication information is very confusing for me.

  • Have you been able to resolve your issue? If so, would you select an answer that matched your issue to close out the thread?

0

Hi, I'd suggest to follow this post: https://dev.to/pimenvibritania/install-vpn-openvpn-server-on-aws-ec2-instance-ubuntu-50nf

In particular, the section providing the user data that you have to provide when creating the EC2 instance: it defines the proper parameters used to configure OpenVPN when installing it.

Best.

Didier

profile pictureAWS
专家
已回答 8 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则