I connect to my company VPN for email, intranet, fileshare etc, but when I'm working I also like to listen to Spotify which is blocked through the company network, so I have to disconnect to the VPN to use it. Is there anything I can do which will enable me to remain connected to the VPN but bypass it for Spotify? I use the Cisco VPN client.

link|improve this question

50% accept rate
1  
Potential ServerFault Question? – Diago Aug 4 '09 at 11:16
Wondering the same thing, specifically for built in VPN client in OSX 10.6 (Snow Leopard). Posted here: superuser.com/questions/4904/… – Josh Newman Apr 15 '10 at 18:01
feedback

4 Answers

This article mentions a method where in the Windows Networking you change the Networking Settings to not use the Remote Default Gateway. I am not sure if this will work for the Cisco VPN Client however.

If I remember correctly there is an option to allow local network traffic in the Advanced Settings of the Cisco VPN Client.

link|improve this answer
I've tried this settings (not using remote default gateway) and it doesn't give a per application solution. – mindless.panda Sep 22 '10 at 14:08
feedback

Can you change your default gateway so it uses your internet connection instead of the VPN? This will mean that only things not on the general internet (such as your intranet and fileshare) go over the VPN.

Alternatively, you should be able to setup a static route so that connections to 10...* (i.e. your companies VPN range) go over the VPN and everything else goes to your internet connection. This setup will differ depending on your OS.

Of course, if your company is using "public IP space" (i.e. outside the 10.* and 192.168.* ranges) then it's going to start getting very tricky.

link|improve this answer
feedback

The cisco VPN software supports a "split" tunnel right out of the box. The split tunnel will allow you to keep your internet traffic separate from the VPN traffic. This is exactly what you want to do and should get your spotify program working.

Open up your vpn connection and select the modify option. Once in the modify dialog box click on the second tab. At the top of the screen there is a check box "enable transparent tunneling" Check this box and try it again.

link|improve this answer
I've been using a Cisco VPN client, with this checkbox enabled, but for me, the Internet access is still unavailable :( – Sathya Aug 4 '09 at 14:36
I would try configuring a static route to capture all internet traffic. I would force it to the default gateway interface for your local router. – Axxmasterr Aug 4 '09 at 14:41
1  
Any links for the same will be appreciated! – Sathya Aug 4 '09 at 14:46
1  
mydigitallife.info/2008/12/25/… You might try "route print" from a dos box to get started. – Axxmasterr Aug 4 '09 at 15:11
feedback

Latest versions of Cisco VPN Client don't allow you to override the routing if your network admin has disabled local lan access.

Even logging as admin on your local machine and modifying the routing table will not change anything as the VPN Client still blocks it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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