webdigi / AWS-VPN-Server-Setup

Setup your own private, secure, free* VPN on the Amazon AWS Cloud in 10 minutes. CloudFormation
Other
762 stars 163 forks source link

AWS VPN Windows 10 not working #79

Open janol12 opened 4 years ago

janol12 commented 4 years ago

hi, I just went thru the process of of creating the vpn using your process, and my computer loses connectivity one it established the connection with the vpn server. I can connect to the vpn server via my iphone and ipad but not PC.

yww325 commented 4 years ago

You probably need to change your windows registry like below post: https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk98656

janol12 commented 4 years ago

Thanks for this. Still doesn't work. Using PPTP it connects to the VPN server, but my PC loses internet connectivity which is strange. Essentially it's as if it has an issue with NAT, just doesnt get an IP at the server.

yww325 commented 4 years ago

PPTP won't work(I don't know why yet). in windows 10, you need to use L2TP/IPSec with PSK(pre shared key), after creating the VPN, you need to go to your network connections setting, find that VPN connection and right click go to properties/Security tab, you need to choose "Optional encryption" and only allow the MS-CHAP v2 protocol. In Networking tab, choose IPV4 only.

janol12 commented 4 years ago

Still nothing.... Thanks for your help!

janol12 commented 4 years ago

Is there a way to make it work with OpenVPN??