Date: Thu, 24 Jul 2003 19:10:06 +0000 (UTC) From: othermark <atkin901@yahoo.com> To: freebsd-questions@freebsd.org Subject: Re: Etherbet interface redundancy Message-ID: <slrnbi0bqp.14tb.atkin901@adkinson245.f5net.com> References: <3F2000A1.9060500@401.cx>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <3F2000A1.9060500@401.cx>, Roger 'Rocky' Vetterberg wrote: > Is there a way to accomplish interface redundancy on machines with dual > interface? You're right ng_onetomany uses all the interfaces unless one goes down which is not what you're talking about. FreeBSD does not provide this functionality by default, but there are many hardware vendors that do provide cards that offer interface redundancy w/o the need for special software interfaces. That being said, you could write something, even in shell script, to poll an interface, and when it's state changes to down, or the link is no longer active, bring up and configure a new interface. This would lose all the existing connections, but new connections would survive the failover. --- Mark atkin901 at NOSPAM yahoo dot com (!wired)?(coffee++):(wired);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?slrnbi0bqp.14tb.atkin901>
