Qubes-vpn-support icon indicating copy to clipboard operation
Qubes-vpn-support copied to clipboard

VPN configuration in Qubes OS

Results 32 Qubes-vpn-support issues
Sort by recently updated
recently updated
newest added

Here is my (simple) setup to randomize the VPN endpoint every X minutes. It assumes you have `qubes-vpn-support` correctly installed and working with your vpn configs somewhere below /rw/config/vpn. I...

howtos

I use following steps to install wireguard on Qubes 4.0: 1- Create a Standalone VM(sys-wireguard) (based on template (fedora-28)) with "provides network" 2- Switch it to HVM mode and kernel=""...

NordVPN provides neat packages for Linux, based on OpenVPN. One key feature of that package over vanilla OpenVPN is that NordVPN connects to a recommended server based on load and...

Hi, thanks for your work on this project! Could you provide some documentation on Bitmask specifically? Bitmask is essentially a fork of OpenVPN so it should be fairly similar. Edit:...

doc

I'll see if I can make a PoC of this however I have a use case where I'd make a `workVPN` ProxyVM which would connect to various L2 OpenVPN instances....

Most of Qubes-vpn-support functionality will probably be added to Qubes OS, either for R4.0 or R4.1. See 3503 in Qubes issues. At that point this project will go into a...

doc

So far, Wireshark is showing no leaks (and zero non-arp chatter) on the eth0 and vif interfaces when using whonix/tor over the vpn vm. Test pages from [tor project](https://trac.torproject.org/projects/tor/wiki/doc/build/BuildSignoff). ​...

help wanted
tests

Convert iptables to their nftables equivalents.

Qubes dropped iptables support and replaced it with nftables: https://github.com/QubesOS/qubes-core-agent-linux/commit/28b95535c7cbd15543c804e822c0e4c997f5966e This pull request replaces iptables with nftables. Removed `allow established input` rules from `proxy-firewall-restrict` since they are already present in...