Re: Etherbet interface redundancy

2003-07-24 Thread othermark
In article <[EMAIL PROTECTED]>, Kerberus wrote:
> Does the new version of FreeVRRPD do nic redundency in case of failure,
> along with system failover ? 

As far as I know, FreeVRRPD only provides HOST to HOST failover.


---
Mark
atkin901 at NOSPAM yahoo dot com
(!wired)?(coffee++):(wired);

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Etherbet interface redundancy

2003-07-24 Thread Kerberus
Does the new version of FreeVRRPD do nic redundency in case of failure,
along with system failover ? 

On Thu, 2003-07-24 at 19:10, othermark wrote:
> In article <[EMAIL PROTECTED]>, 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);
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Etherbet interface redundancy

2003-07-24 Thread othermark
In article <[EMAIL PROTECTED]>, 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);

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"