Unable to connect from desktop or mobile client #833
Unanswered
umairriaz82
asked this question in
Help
Replies: 1 comment
-
Apparently the issue is with OpenVPN Client for Windows 10 & iOS application. I downloaded OpenVPN Client Community Edition and 3rd party app on IOS, and I was able to browse the internet using VPN. Weird that OpenVPN clients do not work on desktop or iOS |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have deployed the angristan openvpn script on Ubuntu 18.04 with default options except for port 52399. I created 2 client files (iphone & desktop) ovpn files. Server has filewall configured to allow traffic on port 52399.
Both devices are able to connect to my openvpn server, however, i am not able to browse the internet. when i check the client, the packet receive timer increasing as its not receiving any packets from the server.
the client file is for windows desktop & iphone :
client
proto udp
explicit-exit-notify
remote PUBLIC IP 52399
dev tun
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
verify-x509-name server_4qpz1WBp2GZpGe18 name
auth SHA256
auth-nocache
cipher AES-128-GCM
tls-client
tls-version-min 1.2
tls-cipher TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256
ignore-unknown-option block-outside-dns
setenv opt block-outside-dns # Prevent Windows 10 DNS leak
verb 3
Beta Was this translation helpful? Give feedback.
All reactions