tasket / Qubes-vpn-support

VPN configuration in Qubes OS
GNU General Public License v3.0
126 stars 28 forks source link

Doesn't seem to work with fedora-34 template #63

Closed drogo35 closed 2 years ago

drogo35 commented 2 years ago

Recently upgraded from fedora-33 template to fedora-34 and the openvpn connection stopped coming up. I checked and the vpn qube (setup as a proxyVM) was unable to ping the sys-net qube (set as next hop for the vpn qube).

I tried creating a new qube from scratch based on fedora-34, and before running the script, I was able to ping the gateway (sys-net). After running the install script, I was no longer able to. Setting the template VM back to fedora-33 resolved the issue.

jorgejones7711 commented 2 years ago

Same here. Worked fine with fedora 33 and earlier versions, but 34 and 35 (in testing) don't work. I know the author has a preference for debian, but it would be nice to see an effort to support fedora 34.

tasket commented 2 years ago

@drogo35 Hi... please see update comment in issue #65. The current workaround is to add vpn-handler-egress to the services list or switch the sys-vpn to use debian-11 template.

drogo35 commented 2 years ago

Thanks!!! Much appreciated!