From owner-freebsd-stable Mon Jun 4 20: 8:43 2001 Delivered-To: freebsd-stable@freebsd.org Received: from flounder.jimking.net (flounder.jimking.net [209.205.176.18]) by hub.freebsd.org (Postfix) with ESMTP id 8A8E637B403 for ; Mon, 4 Jun 2001 20:08:40 -0700 (PDT) (envelope-from jim@jimking.net) Received: from bluto.jimking.net (root@bluto.jimking.net [216.54.255.8]) by flounder.jimking.net (8.11.3/8.11.2) with ESMTP id f5538b134805 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified FAIL) for ; Mon, 4 Jun 2001 22:08:38 -0500 (CDT) (envelope-from jim@jimking.net) Received: from marble (marble.lgc.com [134.132.228.4]) by bluto.jimking.net (8.11.3/8.11.1) with SMTP id f5538ZH34467 for ; Mon, 4 Jun 2001 22:08:36 -0500 (CDT) (envelope-from jim@jimking.net) Message-ID: <011b01c0ed6c$d01b8810$980b8486@marble> From: "Jim King" To: Subject: netgraph bridge and Aironet Date: Mon, 4 Jun 2001 22:08:35 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Should netgraph bridging work with Cisco Aironet NICs which use an(4)? It seems to work bridging an Intel (fxp) and a DEC (de), but trying to bridge an Intel and an Aironet doesn't seem to work - the remote node on the Aironet side is able to get a DHCP lease across the bridge, but nothing after that works. I can see packets coming into the Aironet with tcpdump, but I don't see them going out on the Intel side. I'm using ether.bridge from /usr/share/examples/netgraph, with BRIDGE_IFACES="an0 fxp0" and LOCAL_IFACE="fxp0" to get setup the bridge. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message