VPN en Cloudformation

0

I have created a VPN in CloudFormation, using a template and it has been created correctly.

I have problems using it, since neither iPhone, iPad nor Mac can connect, they return the message that the L2TP-VPN server is not responding.

1 Answer
1

AWS Client VPN is based on OpenVPN's custom protocol, based on TLS. L2TP is a completely different protocol not used by OpenVPN or AWS Client VPN. The OpenVPN protocol is not natively supported by iOS or Android.

You should use the OpenVPN client on the mobile devices you listed and the AWS-provided client application on Mac. There are further pointers in documentation for iOS and Android: https://docs.aws.amazon.com/vpn/latest/clientvpn-user/android.html as well as MacOS: https://docs.aws.amazon.com/vpn/latest/clientvpn-user/client-vpn-connect-macos.html

EXPERT
Leo K
answered a month ago
profile picture
EXPERT
reviewed a month ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions