tasket / Qubes-vpn-support

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

Add Qubes 4.0 support #14

Closed tasket closed 6 years ago

tasket commented 6 years ago

For posterity...

Handle Qubes R4.0 firewall specifics after qubes-firewall service is fixed.

tasket commented 6 years ago

done

alexis- commented 6 years ago

Thanks for your work, truly appreciated.

tasket commented 6 years ago

@alexis- Glad you like!

One wrinkle though... the required firewall fixes didn't make it into the Qubes rc5 release, so you'll need to update the template with the Qubes testing repositories for now. Without the update the service will refuse to run and will block networking.

On fedora its simply sudo dnf update --enablerepo=qubes*testing, while on debian you un-comment the 'testing' lines in /etc/apt/sources.list.d/qubes* and then run sudo apt-get update && sudo apt-get dist-upgrade.

alexis- commented 6 years ago

I was lucky enough to avoid this issue without knowing then, since I already updated using the testing repo. ! Thanks for the heads up