1

I need a way to connect to multiple VPNs. It's to access camera systems and resources that are on different networks as a client. One VPN could be a company network, and another a city network. Is there a straightforward way to do this? I've experimented with setting up multiple virtual machines in virtualbox already, and I'd like to avoid having to have a full OS installation for every VPN I want to connect to.

Joe Lyga
  • 251

1 Answers1

2

this link will probably answer you question:

https://security.stackexchange.com/questions/2053/multiple-vpn-clients-in-parallel

You should consider using ssh instead of vpn, or using vpn on Virtual Machines with some minimalist OS (some tiny Linux distro, or something highly customizable like Arch Linux)

Bruno9779
  • 1,247