Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I use multiple public connections in a fail-over setup?

fail-over public Setup
0
Posted

How can I use multiple public connections in a fail-over setup?

0

In this example we have an ADSL modem on ppp0 and a CableModem on eth1. All referenced scripts can be found in a contrib directory, http://rcf.mvlan.net/dist/contrib/adsl-cable-failover/. The idea is to use the ADSL to host web servers, etc., and the CableModem for all outgoing stuff (like browsing the web from LAN PCs, outgoing e-mail, etc.). If one of the lines goes down, traffic should start using the other viable internet connection. This can all be done with routing. There’s no monitoring of anything involved. You need a process that runs in order to move incoming connections from one line to the other though. In this case, we assume you’re using a dynamic DNS, this is fairly easy. Monitor the ADSL line, if it goes down, update the dynamic DNS with the Cable’s IP (using the cable’s outgoing connection). Start monitoring the ADSL line, and when it comes back, update the DNS entries with the ADSL’s IP. What you need is a startup script called ‘route’ (created by Jean-Sbastien Moriss

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123