I’d like to tunnel all traffic from a specific browser through a vpn tunnel like mullvad for privacy, but leaving all other apps/traffic unrestricted. Is that possible? How would I go about doing that?
I dealt with this scenario by installing a proxy server on one of my VMs, and set my browser to go through that.
Edit: I should add that the VM in question goes through a vlan that is setup to only use my VPN. Airvpn, in my case.
Yes, install a VPN client on that machine.
What proxy server software did you use?
Still needs a browser that can be restricted to use a specific interface.
Edit: on Windows ForceBindIP should be able to do this: https://r1ch.net/projects/forcebindip
Squid, on a Linux machine.
Or maybe transparent forward proxy is what he is looking for.