search for: myadsl1_ip

Displaying 1 result from an estimated 1 matches for "myadsl1_ip".

Did you mean: adsl1_ip
2007 Oct 11
3
Problem with multiple ADSL lines
...as LARTC recommends. I am able to direct traffic for specific internal IPs either to one or the other ADSL line. However, I am faced with two problems I am struggling for the solution: 1. I have opened a few ports on the ADSL router/firewalls to talk to internal hosts; 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...