From owner-freebsd-net@FreeBSD.ORG Thu Jul 31 12:25:16 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 969DE37B401 for ; Thu, 31 Jul 2003 12:25:16 -0700 (PDT) Received: from smtp2.libero.it (smtp2.libero.it [193.70.192.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E13B43F75 for ; Thu, 31 Jul 2003 12:25:15 -0700 (PDT) (envelope-from ml.ventu@flashnet.it) Received: from soth.ventu (151.38.127.191) by smtp2.libero.it (7.0.012) id 3E9BEBC302323CAC for freebsd-net@freebsd.org; Thu, 31 Jul 2003 21:25:18 +0200 Received: from mailer (xanatar.ventu [10.1.2.6]) by soth.ventu (8.12.6p2/8.12.6) with SMTP id h6VJP9MD003337 for ; Thu, 31 Jul 2003 21:25:13 +0200 (CEST) (envelope-from ml.ventu@flashnet.it) Message-Id: <200307311925.h6VJP9MD003337@soth.ventu> To: Priority: Normal X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Thu, 31 Jul 2003 21:25:09 EST From: Andrea Venturoli X-Scanned-By: MIMEDefang 2.35 Subject: freevrrp X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrea Venturoli List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 19:25:16 -0000 ** Reply to note from "Bryce Edwards" Thu, 31 Jul 2003 11:59:14 -0500 > I'm trying to run freevrrpd on a server with two interfaces for redundancy. > I want them both to act as one IP in a master/slave setup. Here's the > errors I'm getting: > > Jul 31 11:07:34 ns freevrrpd[208]: cannot set ip addr a.b.c.131 for > interface fxp0 (ioctl SIOCAIFADDR): File exists > > Here's my config: > > addr = a.b.c.131/26 > > addr = a.b.c.131/26 Try /32 instead. bye av.