I’ve been playing with the VPN Client and trying to get the 3rd-Party VPN to work with Hide.me VPN. Has anyone had any luck getting this to work? I have downloaded the .ovpn file for linux and applied it but something isn’t right still. Here is the .ovpn code:
client
dev tun
proto udp
remote chicago.hideservers.net 3000
cipher AES-256-CBC
auth SHA256
resolv-retry infinite
nobind
persist-key
persist-tun
mute-replay-warnings
verb 3
auth-user-pass
reneg-sec 900
remote-cert-tls server
verify-x509-name "*.hide.me" name
tls-version-min 1.2
<ca>
-----BEGIN CERTIFICATE-----
(Cert info)
-----END CERTIFICATE-----
</ca>
<tls-crypt>
-----BEGIN OpenVPN Static key V1-----
(Cert Key Info)
-----END OpenVPN Static key V1-----
</tls-crypt>
It looks like it should work, but doesn’t.
Anyone have any experience with this or getting Hide.me VPN to work Firewalla?
Thanks!