From owner-freebsd-net@FreeBSD.ORG Thu Nov 27 14:58:06 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 281F916A4CE for ; Thu, 27 Nov 2003 14:58:06 -0800 (PST) Received: from lumia.in.spyou.org (l01m-22-89.d2.club-internet.fr [195.36.193.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0256043FE0 for ; Thu, 27 Nov 2003 14:58:04 -0800 (PST) (envelope-from root@spyou.org) Received: from santyrix.spyou.org (santyrix.in.spyou.org [212.43.217.53]) by lumia.in.spyou.org (Postfix) with ESMTP id C065DBD; Thu, 27 Nov 2003 23:58:09 +0100 (CET) Message-Id: <6.0.0.22.0.20031127235401.041a6038@plouf.absolight.com> X-Sender: root@spyou.org@plouf.absolight.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Fri, 28 Nov 2003 00:00:01 +0100 To: Pawel Malachowski From: Spyou In-Reply-To: <20031127225459.GC78866@shellma.zin.lublin.pl> References: <6.0.0.22.0.20031127222359.03cf8800@212.43.217.14> <20031127215426.GA78866@shellma.zin.lublin.pl> <6.0.0.22.0.20031127225400.04464cc0@plouf.absolight.com> <20031127222339.GB78866@shellma.zin.lublin.pl> <6.0.0.22.0.20031127233525.03feac78@plouf.absolight.com> <20031127225459.GC78866@shellma.zin.lublin.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed 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 22:58:06 -0000 At 23:54 27/11/2003, Pawel Malachowski wrote: >On Thu, Nov 27, 2003 at 11:38:40PM +0100, Spyou wrote: > > > Damn ! The mac address of you vlan (and, i suppose, of you ether card) has > > changed ... > >Ether card MAC and other vlans are unchanged. Thats what we are expecting. :) According to your last mail, before you run freevrrpd, your vlan says ether 00:00:e8:41:cd:10 (probably the mac addr of your eth card) After, i see ether 00:00:5e:00:01:01 on your dump ... wich seems to be a typical freevrrpd virtual mac address. mine stays unchanged before, during and after running freevrrpd (parent ether & vlan managed by freevrrpd) .. that's why i was thinking this is a problem with the FXP driver ... >What version are You running with? 4.9 right now >What says freevrrpd in syslog? nothing relevant .. When launching : Nov 26 23:22:20 f1 freevrrpd[409]: launching daemon in background mode Nov 26 23:22:20 f1 freevrrpd[410]: initializing threads and all VRID Nov 26 23:22:20 f1 freevrrpd[410]: reading configuration file /usr/local/etc/freevrrpd.conf Nov 26 23:22:20 f1 freevrrpd[410]: send ip = 10.42.42.42, eth = 0:0:5e:0:1:1 Nov 26 23:22:20 f1 freevrrpd[410]: server state vrid 1: master When killing : Nov 26 23:23:42 f1 freevrrpd[410]: restoring real MAC address: 00:B0:D0:E1:32:D8 for interface fxp1 Regards,