From owner-freebsd-questions@FreeBSD.ORG Wed Jul 30 09:58:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9187106566B; Wed, 30 Jul 2008 09:58:04 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id A5B678FC19; Wed, 30 Jul 2008 09:58:04 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by smtp.teledomenet.gr (Postfix, from userid 58) id EB1871420EE; Wed, 30 Jul 2008 12:38:41 +0300 (EEST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on smtp.teledomenet.gr X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RDNS_NONE autolearn=no version=3.2.5 Received: from iris.teledomenet.local (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id 27B71142106; Wed, 30 Jul 2008 12:38:11 +0300 (EEST) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Wed, 30 Jul 2008 12:39:58 +0300 User-Agent: KMail/1.9.7 References: <8e10486b0807292151wa67d464kfd906da08a2f8053@mail.gmail.com> In-Reply-To: <8e10486b0807292151wa67d464kfd906da08a2f8053@mail.gmail.com> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807301239.59573.nvass@teledomenet.gr> Cc: questions@freebsd.org, Alexandre Biancalana Subject: Re: carp+openospfd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2008 09:58:05 -0000 On Wednesday 30 July 2008 07:51:52 Alexandre Biancalana wrote: > Hi list, (I already ask this on -net, but I get no answers) > > I have two 100Mbit link (L2L, lan to lan) between the company and our > datacenter, on each side I have two redudant (pf+carp) firewalls. > > I configured one vlan for each 100Mbit link and used carp to do the > failover between machines on each side, the vlan interfaces are > configured without ip address (with Max's > carpdev patch), only carp interfaces have ips. > > I want to use OpenOSPFD to distribute our internal routes and do > automatic failover+loadbalance of this two 100Mbit links. > > This work ? Someone have a similar setup ? Any hints ? I think using OSPF and CARP on the same interface could have unexpected results. I would use CARP on the "lan to lan" link to provide redundancy and load balancing. Do you have to use OSPF? That is, is there an OSPF domain in which you have to be part of? Nikos