HA on FreeBSD
yassine ayachi
ayachi.yassine at gmail.com
Thu Dec 24 10:25:38 UTC 2009
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 want
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
‘ggate0′, 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=2554515407).
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 :)
More information about the freebsd-hackers
mailing list