Closed liamwb closed 4 months ago
Hmm does it work if you set the DNS manually e.g. vopono exec ... --dns 8.8.8.8
?
And maybe try with --no-killswitch
just to reduce any firewall issues for now.
I managed to solve this by adding the following to my openvpn config:
pull-filter ignore "dhcp"
pull-filter ignore "register-dns"
pull-filter ignore "block-outside-dns"
Which are required because of this:
Q: I am getting “Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]: dhcp-renew / dhcp-release / register-dns / block-outside-dns” in my connection log. What does that mean?
A: Our servers push various options during connection procedure. These particular options are meant for Windows platform and are not required on Linux derivatives. The same goes for router firmwares. Also, these errors are not critical and will not prevent a VPN connection from being established.
I'm not sure if this is really vopono's fault, although it's only a problem when trying to run openvpn through vopono (normally these errors are simply ignored).
Hi there, I'm trying to use voporo with the VPN provider "hide.me". I have been using their provided openvpn config file with no issues, however when I try to use voporo I get the following error:
The only modification I have made to the openvpn config is to the
auth-user-pass
option. I have tried on other (unmodified) configuration files as well, and it gets far enough to prompt me for my username password, but ends up giving me the same error.Here is some system info in case it's relevant:
Any help is much appreciated