The specified class was not found

Need help configuring your VPN? Just post here and you'll get that help.

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
tfran1990
OpenVpn Newbie
Posts: 4
Joined: Thu Mar 15, 2018 5:23 am

The specified class was not found

Post by tfran1990 » Thu Mar 15, 2018 5:54 am

ok so i have a DNS from google and on the Rberry pi it resolves fine

nochg XX.XXX.88.162 Last run: Thu 15 Mar 05:00:01 UTC 2018(that is the using the link to update the dns)

when connecting i get this error

Thu Mar 15 00:42:46 2018 RESOLVE: Cannot resolve host address: txxxxxxx.com:255.255.255.255 (The specified class was not found. )
Thu Mar 15 00:42:46 2018 RESOLVE: Cannot resolve host address: txxxxxxx.com:255.255.255.255 (The specified class was not found. )
Thu Mar 15 00:42:46 2018 Could not determine IPv4/IPv6 protocol
Thu Mar 15 00:42:46 2018 SIGUSR1[soft,init_instance] received, process restarting
Thu Mar 15 00:42:46 2018 Restart pause, 5 second(s)
Thu Mar 15 00:42:51 2018 TCP/UDP: Preserving recently used remote address: [AF_INET]127.0.0.1:1337
Thu Mar 15 00:42:51 2018 Socket Buffers: R=[65536->65536] S=[65536->65536]
Thu Mar 15 00:42:51 2018 Attempting to establish TCP connection with [AF_INET]127.0.0.1:1337 [nonblock]
Thu Mar 15 00:42:51 2018 TCP connection established with [AF_INET]127.0.0.1:1337
Thu Mar 15 00:42:51 2018 TCPv4_CLIENT link local: (not bound)
Thu Mar 15 00:42:51 2018 TCPv4_CLIENT link remote: [AF_INET]127.0.0.1:1337
Thu Mar 15 00:42:51 2018 Connection reset, restarting [-1]
Thu Mar 15 00:42:51 2018 SIGUSR1[soft,connection-reset] received, process restarting
Thu Mar 15 00:42:51 2018 Restart pause, 5 second(s)


openvpn server conf


port 1194
proto tcp
dev tun
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
ca /etc/openvpn/easy-rsa/keys/ca.crt
cert /etc/openvpn/easy-rsa/keys/pivpn.crt
key /etc/openvpn/easy-rsa/keys/pivpn.key
dh /etc/openvpn/easy-rsa/keys/dh2048.pem
server 10.8.0.0 255.255.255.0
push "redirect-gateway def1 bypass-dhcp"
push "dhcp-option DNS 8.8.8.8"
push "dhcp-option DNS 8.8.4.4"
keepalive 5 30
comp-lzo
persist-key
persist-tun
status /var/log/openvpn.log

this is my client on windows10

client
dev tun
proto tcp4
remote localhost 1337
remote name.com 255.255.255.255
resolv-retry infinite
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
auth-nocache
remote-cert-tls server
comp-lzo
verb 3

im using stunnel from this guide
http://www.farrellf.com/projects/softw ... index_.php
i have port 433 open and pointed to my pberry pi

whats weird is google says my ip is updated but i cant ping.
i tried to use a different ddns that i could ping and i get the same results.

has anyone had this issue?

Post Reply