jamesmcm / vopono

Run applications through VPN tunnels with temporary network namespaces
GNU General Public License v3.0
790 stars 44 forks source link

Nooby question: Alongside system-wide vpn #271

Open RAVENz46 opened 1 month ago

RAVENz46 commented 1 month ago

Hi, Thanks for your work! I'm sorrry for the rudimentary question. I'd like to know

  1. When system-wide VPN enable, is connection like PC -> system-wide VPN -> vopono's VPN -> server ?
  2. Can I create bridged namespace to bypass system-wide VPN with vopono?
jamesmcm commented 1 month ago

I think it'd be the other way around, that you'd need a bridge in order to get the system-wide VPN to apply, because here the nftables rules are applying directly on the network interface.

But have you tested it? I'll try it tonight just for the simple case of running OpenVPN directly outside of vopono.