2

I have to access two remote systems via Cisco VPN. It's really painful, as I have to keep switching between two remote machines on two different VPNs.

I know Cisco VPN only runs one instance per PC, but is there a way to run two VPNs and remote simultaneously to two PCs? I have two internet connections (one wired, one wireless).

Maybe through a virtual machine for one VPN+RemoteDesktop, and natively connect to the other from Windows?

ashes999
  • 655

2 Answers2

4

Sure its possible, but you won't like how you have to do it: virtual machines. Put each cisco client in it's own virtual machine, and your main machine will act like a dumb network switch from the perspective the vpn client.

Joel Coehoorn
  • 28,180
1

There is a workaround without using VMs: there is an open source replacement of Cisco AnyConnect, it is called OpenConnect and it is partially compatible with AnyConnect.

A problem may be that it does not implement the feature to scan the endpoint configuration, so if it is enforced, the OpenConnect client will not connect.

If that is not required, both AnyConnect and OpenConnect can work in parallel.

slhck
  • 228,104