From owner-freebsd-questions@FreeBSD.ORG Wed Oct 24 15:55:30 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 876FF16A418 for ; Wed, 24 Oct 2007 15:55:30 +0000 (UTC) (envelope-from doug@polands.org) Received: from ms-smtp-01.rdc-kc.rr.com (ms-smtp-01.rdc-kc.rr.com [24.94.166.115]) by mx1.freebsd.org (Postfix) with ESMTP id 5017C13C48D for ; Wed, 24 Oct 2007 15:55:30 +0000 (UTC) (envelope-from doug@polands.org) Received: from corinth.polands.org (CPE-75-87-219-217.new.res.rr.com [75.87.219.217]) by ms-smtp-01.rdc-kc.rr.com (8.13.6/8.13.6) with ESMTP id l9OFpi0W020850 for ; Wed, 24 Oct 2007 10:51:45 -0500 (CDT) Received: from omnihp-rj45.polands.org (ammon.polands.org [172.16.1.7]) by corinth.polands.org (8.13.8/8.13.8) with ESMTP id l9OFtLUT033341 for ; Wed, 24 Oct 2007 10:55:21 -0500 (CDT) (envelope-from doug@polands.org) Message-ID: <471F6AE6.2070106@polands.org> Date: Wed, 24 Oct 2007 10:55:18 -0500 From: Doug Poland User-Agent: Thunderbird 2.0.0.6 (X11/20071020) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: ClamAV 0.88.4/4589/Wed Oct 24 04:55:55 2007 on corinth.polands.org X-Virus-Status: Clean Cc: Subject: if_bridge, if_tap and wireless NICs 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: Wed, 24 Oct 2007 15:55:30 -0000 Hello, I've finally gotten emulators/qemu to work with bridge/tap networking on FreeBSD-7.0-BETA1 i386 using bfe0: For reference, I used the tutorial listed at: http://forums.bsdnexus.com/viewtopic.php?id=1563 My issue is, however, that QEMU/bridge/tap does not work with my wireless NIC (ath0: ) The question, is there a work-around for this issue? My first thought was to bridge the loopback device. I tried adding the loopback device lo0 to the bridge (ifconfig bridge0 addm lo0 up) but that failed with an error (ifconfig: BRDGADD lo0: Invalid argument). Any help, pointers is much appreciated. -- Regards, Doug