0

I work most of the time remotly from home. To gain access to the different Networks we use OpenVPN.

I would like to connect to all of them (three, sometmes four) at once, so I don't have to switch all the time.

My setup is Windows 7 and a PC with only one NIC. Is it possible to connect mltiple VPNs at once?

slhck
  • 235,242
crono
  • 123

2 Answers2

2

You can use Cisco VPN along with any other VPN.

slhck
  • 235,242
John
  • 21
0

Open the command prompt as Administrator

net start openvpnservice

This allows you to manually connect to all VPNs at once. If you want to you can set it to automatically connect by itself without any interaction.

Open services.msc. Set the OpenVPNService to Automatic.

naisanza
  • 297