Does anyone know how to make a link redundancy? I have two ADSL lines, and i want the linux machine to be able to switch between the two lines everytime the first ADSL line goes down. Thanks a lot. Cristiano
On Fri, Apr 09, 2004 at 04:19:03PM -0300, Cristiano Soares wrote:> Does anyone know how to make a link redundancy? I have two ADSL lines, and > i want the linux machine to be able to switch between the two lines > everytime the first ADSL line goes down. Thanks a lot. > > CristianoYou''ll need BGP4 support for this. GNU Zebra[1] may help you here. [1] www.zebra.org -- Paolo Alexis Falcone pfalcone@free.net.ph _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
That could be done with a simple shell script, just pinging and switching if host doesn''t respond. Otherwise u could use something more complex such as BGP, but I really don''t think your ADSL provider allows yo to ibgp peer with them :/ On Fri, 9 Apr 2004 16:19:03 -0300 "Cristiano Soares" <stillnick2@terra.com.br> wrote:> Does anyone know how to make a link redundancy? I have two ADSL lines, and i want the linux machine to be able to switch between the two lines everytime the first ADSL line goes down. Thanks a lot. > > Cristiano >_______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/