From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 24 12:06:47 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1726106568F for ; Thu, 24 Dec 2009 12:06:47 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id 465A38FC12 for ; Thu, 24 Dec 2009 12:06:47 +0000 (UTC) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id nBOC5aUd001866; Thu, 24 Dec 2009 13:05:36 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id nBOC5Z3s001865; Thu, 24 Dec 2009 13:05:35 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Thu, 24 Dec 2009 13:05:35 +0100 From: Ruben de Groot To: yassine ayachi Message-ID: <20091224120535.GA1786@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , yassine ayachi , freebsd-hackers@freebsd.org References: <37fcc4580912240201sca6a623ma7d387f01ca5f786@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <37fcc4580912240201sca6a623ma7d387f01ca5f786@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-4.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, J_CHICKENPOX_27 autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Thu, 24 Dec 2009 13:06:46 +0100 (CET) X-Mailman-Approved-At: Thu, 24 Dec 2009 12:27:27 +0000 Cc: freebsd-hackers@freebsd.org Subject: Re: HA on FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2009 12:06:47 -0000 On Thu, Dec 24, 2009 at 10:01:12AM +0000, yassine ayachi typed: > 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, There will be, hopefully Real Soon Now. http://www.freebsdnews.net/2009/10/23/new-freebsd-project-hast/ > 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. ^^^^^^^^^^^^ There's your problem. Check the IP addresses in your gg.exports file. Ruben > 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 :) > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"