More
referral
Increase your income with Hive. Invite your friends and earn real cryptocurrency!

OpenVPN Connection Problem

Hello guys. I’m trying to connect my rig to my personal VPN. I created a .ovpn file which looks like the one below. However, it sets openvpn configuration just fine but I cannot ping anywhere, thus the miner fails to connect to mining pool. The very same openvpn connection works with my own PC. What am I missing here?

client
nobind
dev tun
remote-cert-tls server

remote xxx.xxx.xxx.xx xxxx udp

<key>
-----BEGIN PRIVATE KEY-----
SOME IMPOSSIBLE TO CRACK PRIVATE KEY
-----END PRIVATE KEY-----
</key>
<cert>
-----BEGIN CERTIFICATE-----
   SOME CRAZY LONG CERTIFICATE
-----END CERTIFICATE-----
</cert>
<ca>
-----BEGIN CERTIFICATE-----
SOME CRAZY LONG CERTIFICATE
-----END CERTIFICATE-----
</ca>
key-direction 1
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
SOME INDESTRUCTABLE STATIC KEY
-----END OpenVPN Static key V1-----
</tls-auth>

redirect-gateway def1

This topic was automatically closed 416 days after the last reply. New replies are no longer allowed.