From owner-freebsd-questions@FreeBSD.ORG Mon Jun 8 12:48:25 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E566B9A for ; Mon, 8 Jun 2015 12:48:24 +0000 (UTC) (envelope-from andreas@wrede.ca) Received: from mail.wapanafa.org (unknown [IPv6:2001:4dd0:ff00:91b4::10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EAAD1453 for ; Mon, 8 Jun 2015 12:48:24 +0000 (UTC) (envelope-from andreas@wrede.ca) Received: from wapaserver (localhost [127.0.0.1]) by mail.wapanafa.org (Postfix) with ESMTP id 584764D28E1; Mon, 8 Jun 2015 14:48:17 +0200 (CEST) X-Virus-Scanned: amavisd-new at wapanafa.org Received: from mail.wapanafa.org ([127.0.0.1]) by wapaserver (mail.wapanafa.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NawfVsT0RbPC; Mon, 8 Jun 2015 14:48:16 +0200 (CEST) Received: from node-77b1pkn5l7mmjwcc0rv.ipv6.teksavvy.com (unknown [IPv6:2607:f2c0:f00e:f400:39b5:ecb3:4fa:4aeb]) by mail.wapanafa.org (Postfix) with ESMTPSA id 75DDC4D28A8; Mon, 8 Jun 2015 14:48:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=wrede.ca; s=S201404; t=1433767696; bh=8lPr0O6qH+fS7Wafgp56xMYfDFxF/zKnnUKa7a02cxo=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=uHu/N6UeZ0UrC6Kq+/vl8viRqmsWV5At0DCGcPomiuWXqArBwZPltfOSWtD7FvUN5 LVIuzHAxvooiyf3LCAcStktR5WOrPbRoJ5fz57+9CA2TZfHFsPJ3j0Mt7uomgMubOR cwNF14tNY9Lq9neU83UXZq3FXlIb++9e/c9xRt9w= Subject: Re: Bridge(4) not learning Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Content-Type: multipart/signed; boundary="Apple-Mail=_A70DC928-1D3B-4609-A549-4CF0A7EA0595"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Pgp-Agent: GPGMail 2.5b6 From: Andreas Wrede In-Reply-To: <15304556.VzR42eXemu@desk8.phess.net> Date: Mon, 8 Jun 2015 08:48:14 -0400 Cc: Patrick Hess Message-Id: References: <15304556.VzR42eXemu@desk8.phess.net> To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.2098) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 12:48:25 -0000 --Apple-Mail=_A70DC928-1D3B-4609-A549-4CF0A7EA0595 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On Jun 7, 2015, at 18:29 , Patrick Hess wrote: >=20 > Andreas Wrede via freebsd-questions wrote: >> igb1 is the interface to the local LAN with 192.168.0.1 as the = servers >> IP address >=20 > Not sure if that's actually related to your issue, but according to > the handbook, the IP address should be set on the bridge, not the > physical interface. I am not sure either but the working setup also has the IP address on = the physical interface. As a test, I created a bridge and added the igb0(4) interface (which = connects to the pppoe modem). The mac addresses from that LAN (i.e. the = modem's and a second server's) are learned by the bridge! So the bridge = learns addresses from igb0 but not from igb1! The igb0/1 are two ports = on an Intel 82576: igb0: port = 0xdc00-0xdc1f mem = 0xdf6e0000-0xdf6fffff,0xdf6c0000-0xdf6dffff,0xdf69c000-0xdf69ffff irq 16 = at device 0.0 on pci6 igb0: Using MSIX interrupts with 9 vectors igb0: Ethernet address: c8:0a:a9:c8:7e:86 igb0: Bound queue 0 to cpu 0 igb0: Bound queue 1 to cpu 1 igb0: Bound queue 2 to cpu 2 igb0: Bound queue 3 to cpu 3 igb0: Bound queue 4 to cpu 4 igb0: Bound queue 5 to cpu 5 igb0: Bound queue 6 to cpu 6 igb0: Bound queue 7 to cpu 7 igb1: port = 0xd880-0xd89f mem = 0xdf620000-0xdf63ffff,0xdf600000-0xdf61ffff,0xdf5dc000-0xdf5dffff irq 17 = at device 0.1 on pci6 igb1: Using MSIX interrupts with 9 vectors igb1: Ethernet address: c8:0a:a9:c8:7e:87 igb1: Bound queue 0 to cpu 8 igb1: Bound queue 1 to cpu 9 igb1: Bound queue 2 to cpu 10 igb1: Bound queue 3 to cpu 11 igb1: Bound queue 4 to cpu 12 igb1: Bound queue 5 to cpu 13 igb1: Bound queue 6 to cpu 14 igb1: Bound queue 7 to cpu 15 I won't be able to physically swap the two ports until later this week = but now I think this might be a bug somewhere rather than a config = issue. -- aew --Apple-Mail=_A70DC928-1D3B-4609-A549-4CF0A7EA0595 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQGcBAEBCAAGBQJVdY8OAAoJELCrT6gHg/Vq52AMAJZ+ohI9hDWS3L2DsTEI+ZM4 Fh1wg/p7JJO6bq256mGbVYSPKuHeuEXU2ynfIDuQWOgJ5BZ25XGkQzQXmiEhUScg Ifye/KbECnehyOW1rLX2jpeqFVi1iDixbPOBq75KHDoV2IZT0KmvYSztkoSIIA5r jMxBYwldVopyJ7+1s84stNTr+fddKOONtYSuSrXjWmlmsQ1PcmIBGYA87qYlCS+9 8Kcq4hsY9o2jCcCHuz7VIpz1XQakeLNM8ed7WuVhMzvG3vkdMhZky/TbksZH9TxJ 7pOPTDTw6v5PytE7RjPuEiYCUq/xWjMx+9ZdZi/XfsF478pZcRbGURt3h8t4eyAX rA+0CLdKyy9I9GWOqJpaeEPJpQsUKAV5emlINVJ5kYxyoB/M+gi7n7NV+tcO92BV pVtThpW+6qY7Hxaeki1eNGWui24i5IJjJ2YbfdUv/Sey3OvgYTmQzJRc0oYdJ/1w VhewARZ9jS+bH6g9tWtGXN9AN3fBVf3XgYPcLEwVhA== =YNGP -----END PGP SIGNATURE----- --Apple-Mail=_A70DC928-1D3B-4609-A549-4CF0A7EA0595--