Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2009 10:01:12 +0000
From:      yassine ayachi <ayachi.yassine@gmail.com>
To:        freebsd-hackers@freebsd.org
Subject:   HA on FreeBSD
Message-ID:  <37fcc4580912240201sca6a623ma7d387f01ca5f786@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi all ,

In order to improve my firewall architecture, I installed on my two
firewalls that are on linux the platforme HAProxy-Heartbeat-BRBD, now I wan=
t
to improve it further by installing the same thing on freebsd,

I installed haproxy and hearbeat without problem, but there is no DRBD
support on freeBSD,

I googled and found geom with ggated/ggatec with freevrrpd for virtual ip
support, I tried to setup this but it does not work, here is a summary of
what I'm doing :

Slave IP : 10.42.6.156
Mester IP : 10.42.6.158

1-slave# ggated -v

2-master# ggatec create 10.42.6.156 /dev/da0s1d
master#
(This command is suposed to return the device node name. something like
=E2=80=98ggate0=E2=80=B2, but nothing in my case.)

3-output on the slave machine looks like this :
slave# bginfo: Connection from: 10.42.6.158.
debug: Receiving version packet.
debug: Version packet received.
debug: Receiving initial packet.
debug: Initial packet received.
debug: Connection created [10.42.6.158, /dev/da0s1d].
debug: New connection created (token=3D2554515407).
debug: exports[/dev/da0s1d]: IP mismatch.
warning: Unauthorized connection from: 10.42.6.158.
debug: Connection removed [10.42.6.158 /dev/da0s1d].
warning: Cannot send initial packet: Bad file descriptor.

Thanks in advance  you for any help you give me :)



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