From owner-freebsd-questions@FreeBSD.ORG Mon Jan 23 18:30:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 57C0516A41F for ; Mon, 23 Jan 2006 18:30:54 +0000 (GMT) (envelope-from dswartz@druber.com) Received: from mail.druber.com (dsl-216-129-135-2.lightband.com [216.129.135.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5781442E0 for ; Mon, 23 Jan 2006 18:30:53 +0000 (GMT) (envelope-from dswartz@druber.com) Received: from mail.druber.com (localhost.druber.com [127.0.0.1]) by mail.druber.com (Postfix) with ESMTP id A44DD10E for ; Mon, 23 Jan 2006 13:31:18 -0500 (EST) Received: from SWARTZEN-D3.druber.com (localhost.druber.com [127.0.0.1]) by mail.druber.com (Postfix) with ESMTP id 0F16310D for ; Mon, 23 Jan 2006 13:31:17 -0500 (EST) Message-Id: <6.2.3.4.2.20060123132459.01c5ac40@127.0.0.1> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Mon, 23 Jan 2006 13:30:51 -0500 To: freebsd-questions@freebsd.org From: Dan Swartzendruber Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: ClamAV using ClamSMTP Subject: Problem with if_bridge? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2006 18:30:54 -0000 This has got to be something silly I'm doing, but the man pages don't tell me what. I've googled a fair amount and likewise nothing. Anyway... I've got a box running 6.0-RELEASE-p3. Two network cards present, an intel pro/100 (fxp0) and a cisco aironet card (ath0). I want to bridge the wireless users onto the LAN, but can't get it to work. I was told to use if_bridge instead of bridge. Recommended steps: ifconfig bridge0 create ifconfig addm fxp0 ifconfig addm ath0 *** The first steps works fine. After doing the second, I completely lose ethernet connectivity. The odd thing is that I can ping hosts on the LAN, but no TCP or UDP traffic will flow. I'm not running pf or ipfw. I also this this: ifconfig addm fxp0 addm ath0 (in fact the above was the original rec I found on google, but that didn't work either, so I tried eliminating the ath interface from the equation by doing the wired nic first...) There has GOT to be something obvious and/or stupid here, but I'm stumped :(