From owner-freebsd-questions@FreeBSD.ORG Sat May 10 11:13:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA85D1065673 for ; Sat, 10 May 2008 11:13:07 +0000 (UTC) (envelope-from mneumann@ntecs.de) Received: from core.ntecs.de (213-239-223-123.clients.your-server.de [213.239.223.123]) by mx1.freebsd.org (Postfix) with ESMTP id A7FDD8FC15 for ; Sat, 10 May 2008 11:13:07 +0000 (UTC) (envelope-from mneumann@ntecs.de) Received: from localhost (unknown [127.0.0.1]) by core.ntecs.de (Postfix) with ESMTP id B480E2EFE0 for ; Sat, 10 May 2008 12:27:29 +0200 (CEST) Received: from core.ntecs.de ([127.0.0.1]) by localhost (core.ntecs.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27209-07 for ; Sat, 10 May 2008 12:27:26 +0200 (CEST) Received: from nunus.localnet (krlh-4dbdf05b.pool.einsundeins.de [77.189.240.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by core.ntecs.de (Postfix) with ESMTP id E8B582EFD9 for ; Sat, 10 May 2008 12:27:25 +0200 (CEST) Message-ID: <48257C5F.4030702@ntecs.de> Date: Sat, 10 May 2008 12:43:43 +0200 From: Michael Neumann User-Agent: Thunderbird 2.0.0.9 (X11/20080213) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at ntecs.de Subject: tap -> wireless client bridging (WPA) 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: Sat, 10 May 2008 11:13:08 -0000 Hi, I'd like to run Qemu on FreeBSD 7.0 and be able to connect from the Qemu instance to the internet. For this to work, I'd like to use a tap device and bridge it with a wireless (wpi) device. But it seems like both lagg and if_bridge doesn't yet support WPA security (or wireless clients). Anyone knows if this support will be added in 7.1 or maybe another good approach to my problem? Regards, Michael