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
preguntada hace 8 meses291 visualizaciones
2 Respuestas
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
respondido hace 8 meses
  • 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
EXPERTO
respondido hace 8 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas