I am trying to get around my Usenet download bandwidth restrictions based on IP.
I currently have two IPs from my ISP to double the download speed. So far I have it working and getting double speed from one server that has multiple access addresses, by using this command to get a second stream going with the first on eth0. sudo route add -host xx.xx.xxx.20 gw 192.168.2.1 dev wlan0
My problem is another service I want to do the same only has one address but multiple port choices. So how can I send any data to a different gateway based on the port.
Default example.com:80 should use the 192.168.1.1 gateway on eth0 (which it does since this is the default gateway) Whereas example.com:81 should use the 192.168.2.1 gateway on wlan0