OpenVPN is listening at 10.8.0.0:1194
Netstat shows listening at 0.0.0.0:1194
I created a tor hidden service like so
these are the lines that I added in my torrc file.
HiddenServiceDir /var/lib/tor/hidden_service/
HiddenServicePort 1194 127.0.0.1:1194
Tor shows running at 127.0.0.1:9050 in netstat.
Also I tested with 'curl' and it shows that Tor is up and running.
I restarted tor and go the xxx.onion hostname.
I used that hostname in my openvpn client config like so
client
dev tun
proto tcp-client
resolv-retry 60
nobind
persist-key
persist-tun
remote-cert-tls server
ca <redacted>.crt
cert <redacted>.crt
key <redacted>.key
comp-lzo
verb 3
reneg-sec 3600
<connection>
remote xxx.onion 1194
socks-proxy 127.0.0.1 9150
socks-proxy-retry
</connection>
Loaded this conf into OpenVPN Connect client on Windows.
But I get error:
Code: Select all
Transport Error: DNS resolve error on xxx.onion for TCPv4 session. The requested name is a valid but no data of the requested type was found