From owner-freebsd-net@FreeBSD.ORG Thu Nov 27 13:47:38 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 1AAF316A4CE for ; Thu, 27 Nov 2003 13:47:38 -0800 (PST) Received: from shellma.zin.lublin.pl (shellma.zin.lublin.pl [212.182.126.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC2AF43F75 for ; Thu, 27 Nov 2003 13:47:33 -0800 (PST) (envelope-from pawmal-posting@freebsd.lublin.pl) Received: by shellma.zin.lublin.pl (Postfix, from userid 1018) id 7D8575F103; Thu, 27 Nov 2003 22:54:26 +0100 (CET) Date: Thu, 27 Nov 2003 22:54:26 +0100 From: Pawel Malachowski To: Spyou Message-ID: <20031127215426.GA78866@shellma.zin.lublin.pl> References: <6.0.0.22.0.20031127222359.03cf8800@212.43.217.14> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <6.0.0.22.0.20031127222359.03cf8800@212.43.217.14> User-Agent: Mutt/1.4.1i cc: freebsd-net@freebsd.org Subject: Re: FreeBSD 4.9 / VRRP / vlan X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 21:47:38 -0000 On Thu, Nov 27, 2003 at 10:37:35PM +0100, Spyou wrote: > Now, i need to isolate some servers into vlans. So i create vlans on the > interface managed by VRRP, i told VRRP to use various vlans instead of the > parent interface ... And ... here's the probleme ... > > as you might know, VRRP modify the MAC address of the network card (or of > the real parent card in case of vlans) to avoid problems when virtual IP > switch from one box to another. When VRRP changes the MAC address of the > parent ethernet card of my vlans ... i cannot ping boxes behind anymore ... > when i kill freevrrpd (he restore the real mac address) everything comes > back to normal ... > > > Is it a "bug" or a "feature" (ie, are vlans & ether cards linked by the mac > address of the ether card .. or something like this ?) > > If anyone got an idea ... > > I will try with a FreeBSD 5.2 tomorow .. i'll keep you informed :-) I was checking freevrrpd on vlan(4) with almost identical setup and it worked (4.7 with modified vlan.ko and 4.9). However, ospfd caused problems and it was necessery to turn it out. ;) When moving IP address from R1 to R2, R2 is not able to bring this IP up cause it already has route to that network in routing table. Is it possible You have similar problem here? -- Paweł Małachowski