Newbie here…but I was hoping that I could get some help here on openvpn. SLES 12 with a Windows 10 client
Here’s my Windows config file:
client
dev tap
proto udp
remote ip 10.0.0.186:1194
resolv-retry infinite
nobind
persist-key
persist-tun
pkcs12 client2.p12
auth-user-pass
comp-lzo
I’m getting the following errors:
Fri Jul 14 13:09:11 2017 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Fri Jul 14 13:09:11 2017 RESOLVE: Cannot resolve host address: ip:10.0.0.186:1194 (The specified class was not found. )
Fri Jul 14 13:09:11 2017 RESOLVE: Cannot resolve host address: ip:10.0.0.186:1194 (The specified class was not found. )
Fri Jul 14 13:09:11 2017 SIGUSR1[soft,init_instance] received, process restarting
Fri Jul 14 13:09:12 2017 SIGTERM[hard,init_instance] received, process exiting
When I’m on my home network with the server - I can ping the 10.0.0.186 address. Don’t neccesarily know how to test the port.
What do I need to look at next??? Is there any easy fix out there?