-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ProtonVPN Wireguard and OpenVPN Portforwarding Does Not Work #247
Comments
Thanks, could you post the OpenVPN log please? I.e. in the above try to cat The first one is a regression from #245 but now we have multiple providers with different port forwarding conventions we'll need a way to specify which one to use when using a custom Wireguard config. |
I ran |
Fixes port forwarding when using Wireguard with ProtonVPN as custom provider config files, e.g.: ```bash $ vopono -v exec --custom ~/hostname-RO-9.conf --protocol wireguard --provider custom --custom-port-forwarding protonvpn --port-forwarding-callback ./print_first_arg.sh firefox-developer-edition ``` Fixes Wireguard part of issue #247
Wireguard part should be fixed on master now, I'll try to check OpenVPN tomorrow! |
I've checked master and I can confirm protonvpn port forwarding with wireguard works 👍 |
For OpenVPN the issue is you need to remove the DNS update scripts from their generated config:
Remove those two lines and it should work - remember you need to append Then you can run: $ vopono -v exec --provider custom --custom ~/Downloads/xx-yy-01.protonvpn.udp.ovpn --protocol openvpn --custom-port-forwarding protonvpn firefox-developer-edition Also btw for OpenVPN you can generate the configs with $ vopono sync
$ vopono -v exec --provider protonvpn --protocol openvpn --port-forwarding --server romania firefox-developer-edition (remember to append |
I'm using the
vopono-git
AUR package, with a ProtonVPN Pro account.Version is
0.10.8
.To replicate WireGuard
vopono -v exec --provider custom --custom wg-XX-XX.conf --protocol wireguard --port-forwarding qbittorrent
Error: Port forwarding not supported for the selected provider
To replicate OpenVPN
vopono -v exec --provider ProtonVPN --custom XX-XX.protonvpn.udp.ovpn --port-forwarding qbitorrent
ip netns exec vo_c_HTCzRwv openvpn --config /home/user/Documents/XX-XX.protonvpn.udp.ovpn --machine-readable-output --log /home/user/.config/vopono/logs/vo_c_HTCzRwv_openvpn.log --connect-retry-max 1 --pull-filter ignore block-outside-dns
.Ctrl + C
does not cancel the operation.Note
This is a regression, rolling back to
0.10.7
makes ProtonVPN port-forwarding work as expected.The text was updated successfully, but these errors were encountered: