From owner-freebsd-net@FreeBSD.ORG Fri Nov 28 07:44:47 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 8CB3C16A4D0 for ; Fri, 28 Nov 2003 07:44:47 -0800 (PST) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C45543FBD for ; Fri, 28 Nov 2003 07:44:45 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: by plouf.absolight.net (Postfix, from userid 1004) id BFB2F447; Fri, 28 Nov 2003 16:44:43 +0100 (CET) X-Original-To: freebsd-net@freebsd.org Received: from andromede.reaumur.absolight.net (andromede.reaumur.absolight.net [212.43.217.61]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id BEB258B4; Fri, 28 Nov 2003 16:44:41 +0100 (CET) Date: Fri, 28 Nov 2003 16:44:30 +0100 From: Mathieu Arnold To: Pawel Malachowski Message-ID: <253644301.1070037870@andromede.reaumur.absolight.net> In-Reply-To: <20031127232339.GD78866@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> <6.0.0.22.0.20031127235401.041a6038@plouf.absolight.com> <20031127232339.GD78866@shellma.zin.lublin.pl> X-Mailer: Mulberry/3.1.0 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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: Fri, 28 Nov 2003 15:44:47 -0000 +-le 28/11/2003 00:23 +0100, Pawel Malachowski =E9crivait : | On Fri, Nov 28, 2003 at 12:00:01AM +0100, Spyou wrote: |=20 |> mine stays unchanged before, during and after running freevrrpd (parent=20 |> ether & vlan managed by freevrrpd) .. that's why i was thinking this is |> a problem with the FXP driver ... |=20 |> When killing : |> Nov 26 23:23:42 f1 freevrrpd[410]: restoring real MAC address:=20 |> 00:B0:D0:E1:32:D8 for interface fxp1 |=20 | fxp1? :) Ok, so, I've played with it a bit, the fact are : it works like a charm without vlans. With vlans, when I add the gw alias 62.233.44.254/32, it works, when freevrrpd does it for me, the box seems to loose it's route to 62.233.44.128/25 (it disapears from netstat -r). When I try to access any ip address on the vlan subnet (say ping 62.233.44.132), and I tcpdump -i vlan20, I see arp requests going out, on the tcpdump I launched on the according host, I see the arp request coming in, the response going out, but I don't see any response going in on the router. If I manually add the mac address (arp -s ...) I see the icmp requests going, arriving on the host, the echo reply going back, but they're not received on the router. So, there is a problem somewhere (it's not a switch problem because with a cable between the 2 fxp it's the exact same problem.) --=20 Mathieu Arnold