This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Dual ISP

Hi,
I have two ISP.
One with 6 MBPS of connection and second as 2 MBPS just in case of emergency.

Now requirement arises as below;
1. all traffic should leave from 6MBPS except for a specific host leaving from 2MBPS.

Two take it further;
1. Added both the link as Active under uplink balancing.
2. Created a static route with priority lower (say 4) for this particular inside host to leave from 2MBPS interface.

But internet doesn't work at all in this conditions for this host.
Also tried using multipath rule without any success.

Am i doing it correctly or missing something?

Regards,
Sushil


This thread was automatically locked due to age.
  • Also tried using multipath rule without any success.

    Then you did your multipath rule wrong. Can you show a screenshot of it?
  • Change Itf. persitence to "by interface". If you want all traffic (not only HTTP/HTTPS) from that host go through that interface, change service to "Any".

  • 2. Created a static route with priority lower (say 4) for this particular inside host to leave from 2MBPS interface.


    its not priority you enter in the sense of a top list.
    instead its a weight in a "round ruby", say you got the ISP 2 at "50" and ISP1 at "100", than connections will get over ISP twice as much as over ISP 2.

    Instead put ISP 2 (2mbit connection) to weight 0. As long as its in the active interface list it will get used when ISP 1 is down.
  • Change Itf. persitence to "by interface". If you want all traffic (not only HTTP/HTTPS) from that host go through that interface, change service to "Any".


    I already did the same and had attached the screen shot,without any success.
    Tried it both for web traffic and any traffic too.

    Reg,
    Sushil


  • Instead put ISP 2 (2mbit connection) to weight 0. As long as its in the active interface list it will get used when ISP 1 is down.


    with  weight 0 for ISP2 will the traffic from particular host in question will leave from ISP2,without any additional configuration at route or multipath level.

    Not tested this,but is under the impression that how will it learn host even in the case of ISP1 is up.

    Reg,
    Sushil