I have a VPS in the cloud I want to use to act as a media download server.
I have a VPN to avoid getting anyone in trouble (me or host). I have set up the VPN tunnel, and it created an interface called ppp0
How do I route all the traffic from a specific process (newsgroup reader) through that interface? I want to leave the rest of the traffic as-is to be able to contact the server via SSH and not worrying about the VPN's changing IP.
Also, if you have an easier way of doing this, feel free to answer!