Replies: 2 comments
-
Please include a full log. Or instruction how to reproduce this. THis is not something that is known bug and has happend before. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Apparently the cause of issue was that I tried to use a port outside of 1-65535 range. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've set up a VPN server and generated an .ovpn file for the client.
That OVPN server doesn't have a domain name but has a public IP address. The .ovpn file has a line like this:
"
...
client
remote 12.345.67.89 12345 udp
auth-nocache
...
"
.ovpn file imported into an app successfully, the server address field includes an IP address.
But when I try to connect to the server, the app tries to resolve an IP address as a domain name and it's log has a repeating message like this:
"RESOLVE: Cannot resolve host address: 12.345.67.89:12345 (servname not supported for ai_socktype)"
Is there a setting or other way to tell an app that the server address field contains an IP address and not the domain name?
Beta Was this translation helpful? Give feedback.
All reactions