Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 1998 12:58:52 +0100 (BST)
From:      Aled Morris <aledm@routers.co.uk>
To:        Greg Lehey <grog@lemis.com>
Cc:        Hans Huebner <hans@artcom.de>, freebsd-hackers@FreeBSD.ORG
Subject:   Re: FreeBSD HA configuration / Ethernet address takeover
Message-ID:  <Pine.BSF.3.91.980429125123.1625C-100000@uk.ns.eu.org>
In-Reply-To: <19980429111546.54200@papillon.lemis.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 29 Apr 1998, Greg Lehey wrote:

>     Tandem's Reliable Ethernet product does pretty much what you
>     suggest: it has one board waiting as a hot standby, and if the
>     first fails, the second will take its MAC address and carry on as
>     if nothing had happened.  The main concern is determining when the
>     first board has failed.

Just to illustrate another approach - Cisco's Hot Standby Routing Protocol
(HSRP) allows two (or more) routers on the same LAN to share an IP address
which you can configure into your LAN hosts as their default route.  This
address is distinct from the actual address of your routers, so the HSRP
address is basically a secondary (alias) address. 

The HSRP address also has its own MAC address, so if a fail-over occurs, 
the new "active" router simply starts responding to the HSRP MAC and IP 
address.  This avoids problems with ARP cache flushing.

The protocol is implemented by broadcasting keep-alives every 10 seconds or
so on the LAN, and there are tweaks for nominating preferred routers,
simple security etc.

It would be cool to support this in FreeBSD (of course) but I don't know 
if the HSRP protocol is published.

Aled
-- 
tel  +44 973 207987                     O-
aledm@routers.co.uk


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.980429125123.1625C-100000>