I'm using Ubuntu 10.10 and have a VPN connection to work. I'd like to leave practically all traffic going through the tunnel so that my machine doesn't become a security vulnerability for my work network. However I feel a bit silly getting my spotify music through the VPN. Two questions:

  1. Does anyone have any reasons why this might be a bad idea?
  2. How do I do it? :)

TIA

link|improve this question

71% accept rate
feedback

1 Answer

What you want to do is called split tunnelling. A previous question asked something similar, but there weren't many useful answers.

To do this you'd need to identify the spotify traffic. This might be a problem because while some of the data goes to/from TCP port 4070 on Spotify's server, it also uses peer-to-peer transfer to other users of the client on a variety of different ports. Therefore it would probably be tricky to configure the VPN to ensure all Spotify traffic didn't go through the VPN.

The details of how to set up split tunnelling depends on which VPN software that you're using.

link|improve this answer
Thanks, yeah that's the problem. I was hoping there might be a way to identify the traffic based on the process and route it through the local gateway. – Andy Jan 9 '11 at 22:14
feedback

Your Answer

 
or
required, but never shown

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