Cannot resolve host address: x.x.x.x; (The specified class was not found. )

This forum is for admins who are looking to build or expand their OpenVPN setup.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
parsicode
OpenVpn Newbie
Posts: 4
Joined: Thu Jun 22, 2017 7:18 am

Cannot resolve host address: x.x.x.x; (The specified class was not found. )

Post by parsicode » Thu Jun 22, 2017 7:28 am

hello. i can't connect to openvpn server from windows 10 client.
this error occurred:
  • MANAGEMENT: >STATE:1498115727,RESOLVE,,,,,,
    Thu Jun 22 11:45:27 2017 us=289442 RESOLVE: Cannot resolve host address: 88.99.133.10:3389; (The specified class was not found. )
    Thu Jun 22 11:45:27 2017 us=289442 Could not determine IPv4/IPv6 protocol
client config:
  • client
    dev tun
    proto tcp
    remote x.x.x.x 3380;
    resolv-retry infinite
    nobind
    persist-key
    persist-tun
    ca ca.crt
    cert client.crt
    key client.key
    remote-cert-tls server
    comp-lzo
    verb 5
port is open and openvpn server listening to this port.
i'm sure that problem is in windows client.

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: Cannot resolve host address: x.x.x.x; (The specified class was not found. )

Post by TinCanTech » Thu Jun 22, 2017 11:56 am

parsicode wrote:remote x.x.x.x 3380;
You have a typo .. ";"

parsicode
OpenVpn Newbie
Posts: 4
Joined: Thu Jun 22, 2017 7:18 am

Re: Cannot resolve host address: x.x.x.x; (The specified class was not found. )

Post by parsicode » Thu Jun 22, 2017 12:07 pm

TinCanTech wrote:
parsicode wrote:remote x.x.x.x 3380;
You have a typo .. ";"
thank bro.

Post Reply