Gregory Edigarov schrieb:


Marian Hettwer wrote:
Hi All,

Question is:
How do I fiddle around with my routing table, that basically the wget running on my router is using sis2 (with the pppoe uplink), while the rest (my existing working lan) is still using sis0 with my good-guys cable modem uplink?
just do:

route add som.eth.in.g <your pppoe server ip> and you're set....

This would basically mean, if som.eth.in.g is let's say 123.123.123.123, that every connection to that destination goes through my pppoe uplink. Right? Isn't there a way to say something like: if source is 127.0.0.1, then go via the pppoe uplink? I bet there's a way to do that via route. On the other hand, it may interfer with my existing setup. Thinking of the ftp proxy which connects from localhost to somewhere. hhmm...

well, the host route setup is good enough for the moment. I'll write a small shellscript which does the downloading from different servers anyway, and well, I'll just setup the route before starting.

thanks so far!

./Marian

Reply via email to