0

I am connecting to an Open VPN server and want that connection to only apply to the user who has initiated it, no one else who may be concurrently logged in. I am happy to use OpenVPN GUI, or SoftEther or any Open VPN compatible software.

I have not tried much because I do not know where to start. I do not want to create a whole VM and hope to be able to only isolate the VPN adapter. Ideally, I would do this in the VPN client itself but I have found no such references in either of the two clients I listed above. If it can be done with Windows that would be fine too.

For the server I am connecting to I am only forwarding LAN traffic and not internet wide. It is a Synology NAS that is implementing Open VPN, and must use Open VPN.

2
  • What do you mean by the current user and how are you going to switch users?
    – harrymc
    Commented Jun 18, 2023 at 19:44
  • Current Windows user. You can switch between users without logging out, just part of how Windows operates. Commented Jun 19, 2023 at 0:41

1 Answer 1

1

For switching users the answer is negative : The VPN creates a virtual network adapter for the entire computer, and also modifies the routing table which also serves the entire computer.

As you said, isolating the VPN inside a virtual machine is a solution, although complicated. Apart from this, the only answer I can see is to turn off and on the VPN.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .