My work blocks access to music streaming sites to cut down on bandwidth costs. I have an android phone that I plug in that will give me a separate NIC for internet access. I've been playing with "route add" to add ips one at a time and got Rdio.com to go through my phone but I'm having trouble with Last.fm
I got the Last.fm to load up in the browser using the route table as mentioned above but adding the ip's of the stream urls has become a nightmare. Last.fm has a bunch of different sub domains (cdn) that a streamed song could possibly go through (I got up to 16 before I said f it and came here), each with a different ip (not even the first octet is always the same) however the tld is always last.fm
So, to make this easier, anyone have any suggestions to how I could say "send all *.last.fm traffic through NIC 2, everything else through NIC 1"?
Or, if someone knows of a (free) proxy server that can be configured to send it's traffic through a specific NIC I could make do with that work.