Displaying 1 result from an estimated 1 matches for "adsl2_rules".
Did you mean:
adsl1_rules
2007 Oct 11
3
Problem with multiple ADSL lines
...say when someone hits http://myADSL1_IP I would redirect him
to 192.168.0.10; while if someone hits http://myADSL2_IP I would redirect
him to 192.168.0.20. If I have rules such as the following all works well:
ip rule add from 192.168.0.10 table ADSL1_rules
ip rule add from 192.168.0.20 table ADSL2_rules
Unfortunately, if I want to do the reverse it does not work. I can''t have a
host prefer one ADSL line, but still receive traffic from the other ADSL
line. It may sound weird, but I only want to have one host reply to any of
the two IPs, either from ISP1 or ISP2. With the current configurat...