Hi,
I am sitting on a PC with 2 Interfaces. One is a ADSL connection with no quota and one a Link to the University's LAN/WAN and also access to the Uni's gateway.
Currently I am using the ADSL interface (ppp0) for my default route and the Uni interface (eth1) for my route to certain servers, like my mail and webservers for a nice, reliable and fast connection.
The routing table looks something like this:
Code:
Destination Gateway Genmask Flags Metric Ref Use Iface
213.191.89.28 * 255.255.255.255 UH 0 0 0 ppp0
10.4.0.0 * 255.255.0.0 U 0 0 0 eth1
129.0.0.0 10.4.11.1 255.0.0.0 UG 0 0 0 eth1
loopback * 255.0.0.0 U 0 0 0 lo
default 213.191.89.28 0.0.0.0 UG 0 0 0 ppp0
My question is if there is any way to route packages going to *.*.*.*: port through the eth1 interface rather than the ppp0 interface?
My motivation is that I want to route packages going to ssh or ICQ servers through my Uni connection since it does not have the 24h disconnect unlike my ADSL interface.
I hope I have been specific enough.
Thanks in advance,
Jeeves