From owner-freebsd-questions@FreeBSD.ORG Sun Sep 5 10:55:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EB7616A4CE for ; Sun, 5 Sep 2004 10:55:21 +0000 (GMT) Received: from mta203-rme.xtra.co.nz (mta203-rme.xtra.co.nz [210.86.15.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id A345643D2F for ; Sun, 5 Sep 2004 10:55:20 +0000 (GMT) (envelope-from mmumby@xtra.co.nz) Received: from mta2-rme.xtra.co.nz ([210.86.15.143]) by mta203-rme.xtra.co.nz with ESMTP <20040905105518.ZAIW6845.mta203-rme.xtra.co.nz@mta2-rme.xtra.co.nz> for ; Sun, 5 Sep 2004 22:55:18 +1200 Received: from bob ([219.89.164.204]) by mta2-rme.xtra.co.nz with ESMTP id <20040905105518.VHQT21940.mta2-rme.xtra.co.nz@bob> for ; Sun, 5 Sep 2004 22:55:18 +1200 From: "Mark Mumby" To: Date: Sun, 5 Sep 2004 22:54:45 +1200 Message-ID: <000b01c49336$c1cd70c0$1403a8c0@mumby.co.nz> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Finding MAC Addresses on bridge interfaces X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mmumby@xtra.co.nz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2004 10:55:21 -0000 Hi, I am running FreeBSD 4.9-RELEASE as a bridging ipfw firewall. What i would like to know is how to get the mac addresses of the upsteam and downstream neighbors (mac addresses of devices either side of the bridge) showing what interface they "appear" on. Using arp -a seems to associate the mac addresses with the interface that is configured with the management ip address ie LAN A | rl0 192.168.4.200 | bridge | xl0 un-numbered | LAN B When i do a arp -a, addresses on LAN B say they are on rl0 not xl0. Thanks Mark