From owner-freebsd-net@FreeBSD.ORG Sat Jan 31 21:59:49 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8595210656CC for ; Sat, 31 Jan 2009 21:59:49 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 4BDD68FC1C for ; Sat, 31 Jan 2009 21:59:49 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id C69B5FF77; Sun, 1 Feb 2009 10:33:58 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hXbHukaQnVaN; Sun, 1 Feb 2009 10:33:55 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Sun, 1 Feb 2009 10:33:55 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id ACAD611432; Sun, 1 Feb 2009 10:33:54 +1300 (NZDT) Date: Sat, 31 Jan 2009 13:33:54 -0800 From: Andrew Thompson To: Mike Tancsa Message-ID: <20090131213354.GA29777@citylink.fud.org.nz> References: <200901271739.n0RHdGd3047497@lava.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200901271739.n0RHdGd3047497@lava.sentex.ca> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-net@freebsd.org Subject: Re: lagg failover mode and vlans X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2009 21:59:49 -0000 On Tue, Jan 27, 2009 at 12:39:26PM -0500, Mike Tancsa wrote: ... > > but if I create some vlan interfaces off lagg0 > > lagg0.100: flags=8843 metric 0 mtu 1500 > options=3 > ether 00:30:48:90:4c:fe > inet 192.168.100.1 netmask 0xffffff00 broadcast 192.168.100.255 > media: Ethernet autoselect > status: active > vlan: 100 parent interface: lagg0 > lagg0.102: flags=8843 metric 0 mtu 1500 > options=3 > ether 00:30:48:90:4c:fe > inet 192.168.102.1 netmask 0xffffff00 broadcast 192.168.102.255 > media: Ethernet autoselect > status: active > vlan: 102 parent interface: lagg0 > > and do the same pulling of the cable, it does not work. BUT, if I do an > arp -nda on a machine that is part of vlan102 which is doing the pinging > (so an arp-who has gets sent out and a reply answered), it works. The > other option is if I send a packet out on the vlan's broadcast address from > the server Can you verify that em2, em3 and all the lagg* interfaces have the same mac address. Andrew