I'm trying to connect to a Cisco VPN using an USB-tethered connection using OpenVPN. The moment I enable Cisco AnyConnect, traffic stops on OpenVPN interface, resulting in disconnection.

OS is Windows 7 64-bit.

link|improve this question

20% accept rate
feedback

1 Answer

I believe AnyConnect will change the default gateway, so all traffic goes through it (i.e., the default behavior is not to do split routing). In that case, you may no longer be able to reach your OpenVPN server if the AnyConnect destination disallows that traffic.

link|improve this answer
isn't it possible to tweak priorities, routing and such to make it work somehow? it can be completely manual, i don't expect to use such a contrived combination often. unfortunately i can't provide more details (like route -n) now, that'll have to wait till tomorrow. – Baczek Jan 24 at 20:57
The term of art is apparenlty "split tunneling". I don't know if that's pushed by the VPN server. You should be able to do something on the client configuration. Google for "cisco anyconnect split tunnel"? – cjc Jan 24 at 21:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.