From owner-freebsd-pf@FreeBSD.ORG Fri Jan 11 18:05:13 2008 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F09D16A419 for ; Fri, 11 Jan 2008 18:05:13 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.191]) by mx1.freebsd.org (Postfix) with ESMTP id 0F70213C458 for ; Fri, 11 Jan 2008 18:05:12 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so699727mue.6 for ; Fri, 11 Jan 2008 10:05:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=Tj+wxNYp8R4Xv/w3YT3QjVneYYk2NWCFwHkpQZfEv+k=; b=kVRYvu8LzdBc1kficI4qky/gfqs1AwcN8TcyBWrIIVwGsqM+YcQEGGbQAXRitgfa5O6szRwhf0f4BcQYO24DWUnP4xS9YMHvu4kyLQYmrze6ouXGwbQpUTL9SHOsrWcGSVU93IcrSi5ZZaknENv0fYY0FNpJXQ7iTsG2IICO+1s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ko4oJvz5aqBLgcjGAzI2E5wgzNwzbXu+GMtEJBit7ADaX2A+mmOYlTO6RotUbiYplcyrYHE84AuOiymiMegadxxp2Mj91fIoXuEI60VIE0xU3lIumIsXIkT43ivnrv7YT+WOg/RpcmfgswTPkJXpQyUPlmRJi+a+bxDChMvpK88= Received: by 10.78.138.6 with SMTP id l6mr1747018hud.32.1200074711366; Fri, 11 Jan 2008 10:05:11 -0800 (PST) Received: by 10.78.161.18 with HTTP; Fri, 11 Jan 2008 10:05:11 -0800 (PST) Message-ID: Date: Fri, 11 Jan 2008 13:05:11 -0500 From: "Scott Ullrich" To: "Alexandre Biancalana" In-Reply-To: <8e10486b0801110949u1593e427wc24493b98d0003d2@mail.gmail.com> MIME-Version: 1.0 References: <200710272311.09059.max@love2party.net> <200712091835.33608.max@love2party.net> <8e10486b0801090741k605d7183gfb8bbdfa55fce331@mail.gmail.com> <200801110408.22724.max@love2party.net> <8e10486b0801102018h4f417a4ex900bdaeb078bd29e@mail.gmail.com> <8e10486b0801110252w452f3e4asf438beb6297eb1f@mail.gmail.com> <8e10486b0801110949u1593e427wc24493b98d0003d2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-pf@freebsd.org Subject: Re: carpdev ... X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2008 18:05:13 -0000 On 1/11/08, Alexandre Biancalana wrote: > > FW1:/usr/home/ale $ ifconfig pfsync0 > pfsync0: flags=41 metric 0 mtu 1460 > pfsync: syncdev: interconnect syncpeer: 224.0.0.240 maxupd: 128 > > FW1:/usr/home/ale $ ifconfig interconnect > interconnect: flags=8843 > metric 0 mtu 1500 > options=8 > ether 00:16:76:24:23:25 > inet 10.0.0.1 netmask 0xfffffffc broadcast 10.0.0.3 > media: Ethernet autoselect (100baseTX ) > status: active > > > > FW2:/root # ifconfig pfsync0 > pfsync0: flags=41 metric 0 mtu 1460 > pfsync: syncdev: interconnect syncpeer: 224.0.0.240 maxupd: 128 > FW2:/root # ifconfig interconnect > interconnect: flags=8843 > metric 0 mtu 1500 > > options=19b > ether 00:13:20:c4:7f:ca > inet 10.0.0.2 netmask 0xfffffffc broadcast 10.0.0.3 > media: Ethernet autoselect (100baseTX ) > status: active > Thank you. Do you see the states on the backup machine when it is in the backup status mode? pfctl -ss You should see a similar output on the backup machine as the primary. BTW: I did not know about ifconfig interconnect... Cool stuff!! Scott