qwj / python-vpn

VPN Server implemented in pure Python. (For Research Purposes Only)
MIT License
362 stars 102 forks source link

User and Pass on android? #5

Closed x011 closed 4 years ago

x011 commented 4 years ago

"IPSec IKE PSK" doesn't exist on android, just google it and you'll see no results. What's the username and password that needs to be used on android? It's funny how you call other programs "stupid", but yours is the one I'd more trouble setting up.

kyleharte commented 4 years ago

Don't use IKE, it's not secure! Use IKEv2

testcaoy7 commented 3 years ago

As a matter of fact, both IPsec XAuth PSK and L2TP/IPsec PSK on Android forces user to enter user name and password. The best way to use this VPN's IPsec protocol, I believe, is to use a Mac or Linux. I use macOS Mojave with IKEv2 PSK protocol and it works perfectly.