UCARP support for FreeBSD

2004-12-07 Thread Vladimir Terziev
Hi, i need to implement gateway redundancy for our server farm. I found UCARP ( http://www.ucarp.org ) as a potential solution, but it is written it is tested successfully only on Linux, OpenBSD and NetBSD. Did anybody have luck with it under FreeBSD ?

Re: UCARP support for FreeBSD

2004-12-07 Thread Max Laier
On Tuesday 07 December 2004 14:31, Vladimir Terziev wrote: > Hi, > > i need to implement gateway redundancy for our server farm. I found UCARP > ( http://www.ucarp.org ) as a potential solution, but it is written it is > tested successfully only on Linux, OpenBSD and NetBSD. > > Did anybody have

Re: UCARP support for FreeBSD

2004-12-07 Thread Patrick Tracanelli
Vladimir Terziev wrote: Hi, i need to implement gateway redundancy for our server farm. I found UCARP ( http://www.ucarp.org ) as a potential solution, but it is written it is tested successfully only on Linux, OpenBSD and NetBSD. Did anybody have luck with it under FreeBSD ? Try

Re: UCARP support for FreeBSD

2004-12-07 Thread Jeremie Le Hen
> i need to implement gateway redundancy for our server farm. I found > UCARP ( http://www.ucarp.org ) as a potential solution, but it is > written it is tested successfully only on Linux, OpenBSD and NetBSD. > > Did anybody have luck with it under FreeBSD ? I've just disc

Re: UCARP support for FreeBSD

2004-12-08 Thread Vladimir Terziev
Hi Jeremie, I've managed to build UCARP binary on FreeBSD 4.x without any problem. Now i have to test it how good it works. Vladimir On Tue, 7 Dec 2004 22:45:54 +0100 Jeremie Le Hen <[EMAIL PROTECTED]> wrote: > > i need to implement gateway redundancy for our server farm. I

Re: UCARP support for FreeBSD

2004-12-08 Thread Bruce M Simpson
On Wed, Dec 08, 2004 at 01:02:09PM -0600, Scott M. Ferris wrote: > ucarp will compile and run, but will silently fail to send heartbeats > due to the way libpcap > opens bpf on FreeBSD. You can find a patch to libpcap in PR 72814. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=72814 This is some

Re: UCARP support for FreeBSD

2004-12-08 Thread Jeremie Le Hen
> This is something else which needs a pcap/tcpdump update. Currently there > is no way to specify this behaviour at runtime. > > Hopefully this should be resolved at the next import. Do you know when it is scheduled ? -- Jeremie Le Hen [EMAIL PROTECTED]

Re: UCARP support for FreeBSD

2004-12-09 Thread Scott M. Ferris
On Wed, 8 Dec 2004 11:58:49 +0200, Vladimir Terziev <[EMAIL PROTECTED]> wrote: > >Hi Jeremie, > >I've managed to build UCARP binary on FreeBSD 4.x without any problem. > Now i have to test it how good it works. ucarp will compile and run, but will silently fail to send heartbeats due to

Re: UCARP support for FreeBSD

2004-12-09 Thread Jason Slagle
On Wed, 8 Dec 2004, Scott M. Ferris wrote: ucarp will compile and run, but will silently fail to send heartbeats due to the way libpcap opens bpf on FreeBSD. You can find a patch to libpcap in PR 72814. http://www.freebsd.org/cgi/query-pr.cgi?pr=72814 I submitted a similiar pr over a year ago to t