Skip site navigation (1)Skip section navigation (2)
Date:      04 Nov 2003 19:12:14 -0500
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        "Bryce Edwards" <bryce@bryce.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Dual Interface Server Setup
Message-ID:  <44n0bb3c81.fsf@be-well.ilk.org>
In-Reply-To: <015901c3a244$1b090e40$67320a0a@gis2.com>
References:  <015901c3a244$1b090e40$67320a0a@gis2.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Bryce Edwards" <bryce@bryce.net> writes:

>     I need help with a server configuration.  I need to setup some FreeBSD
> servers that have dual interfaces.  I would like the servers to have one IP
> address, and I would like them to use both interfaces in a fault tolerant
> setup, so that a link or switch failure to either one can be sustained.  The
> interfaces are connected to separate switches and I would like them to be a
> member of the same VLAN and not have STP enabled if at all possible. TIA!

That's an awful lot of work you're going to.  If you really want to
shoot your foot off, it's not necessary to take such careful aim.

Most of what you're trying isn't really that hard; you want to
configure one of the interfaces, and keep the other "down" until the
first develops a problem, then bring the first one down and raise the
second with the same IP configuration.  The hard part is *detecting*
any problems, especially without running a spanning tree.  You'll need
to do some sort of hack, probably at the IP layer, to raise an alarm
when connectivity to some specific destination fails.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44n0bb3c81.fsf>