-3

I want to use 2 ISP providers at the same time, to avoid downtime. Here's a diagram of what I want to do:

Network Setup Diagram

What settings should I use for the routers and can I force PCs to use ISP#1 when online and ISP#2 when 1 is down?

Jatin
  • 197
  • 9

1 Answers1

1

How you do it will depend on the routers you have. What you are trying to do is configure the routers in failover also known as high availability mode.

You can also you two ISPs with a single router and use WAN failover. You also are able to use a dedicated device to do link balancing and connection failover.

First, you need to determine what routers you are using and then I suggest looking for the terms above to find the configuration you need to build. If you have a specific question about how to do something please let me know.

user5870571
  • 3,094
  • 2
  • 12
  • 35
  • One of my routers is Asus RT-AC68U and it supports Dual WAN. I suppose this is what you're talking about? – Radoslav Trenev Aug 15 '16 at 22:47
  • Yes that is one option. There are various ways to do what you want to. You can have two NICs on a single router and the router has link failover where one NIC with ISP1 cable connected to it is the primary and if the connection goes down a different NIC with ISP2 cable connected to it takes over. You can also have a dedicated server that both ISP cables plug into and it does failover. More commercial routers will let you have them connect to each other so if one router goes down the other router comes online. – user5870571 Aug 15 '16 at 23:05
  • I see. Appreciate that. Another question that you might help me with: Can i use Static IP settings provided to me from ISP#1, with ISP#2? – Radoslav Trenev Aug 15 '16 at 23:09
  • You are welcome. No, you cannot. You must use the IP address, gateway, and subnet mask given to you from each provider. – user5870571 Aug 15 '16 at 23:14
  • How do i do that, when using Dual WAN? – Radoslav Trenev Aug 15 '16 at 23:15
  • Go to WAN and Dual WAN and enter the information. https://www.asus.com/support/faq/1005714/ – user5870571 Aug 15 '16 at 23:19
  • Oh i just saw that you can actually switch between the WAN Type (WAN/Ethernet LAN) to configure the IP settings. I think you solved it all. Thank you! – Radoslav Trenev Aug 15 '16 at 23:21
  • You are welcome! Good luck! – user5870571 Aug 15 '16 at 23:22