Running a Cisco VPN in Linux Namespace
At work we have to use a Cisco VPN to connect to a GNS3 Server for some training. Since the Cisco VPN Redirects all network traffic into the VPN it is not possible to use any other tool while connected to the VPN which is not very useful.
To get around this issue, I use Linux Network Namespaces to connect the VPN.
Preparation Make sure that the vpnc package is installed.
[Mehr]