From owner-freebsd-virtualization@FreeBSD.ORG Thu Oct 10 02:00:11 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 13EEA5F7 for ; Thu, 10 Oct 2013 02:00:11 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1E582542 for ; Thu, 10 Oct 2013 02:00:10 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id hn3so432544wib.17 for ; Wed, 09 Oct 2013 19:00:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=M4KhNYrT0OdrfQBs/cN2SCwAt/Cw3xeEcBB7Ar1Elgk=; b=x9HmEIurTwJ8m5r7YiwFjHPxgBC06SSlluRpLzqVqsbpr6g2hNOJdsoElCWBdil4Ys 9qg2cgYow7dhoQFNKodpUKkyyHyxKqMpy3y31TsEEOTjBMXsQeTD8mQSO/DOYuiMXSxQ uK0Lqo744IKoAsiTCZ6PhZu0O+5QiNug+gC8vINVZoUt65h20wsV/JSgk8Xq6vmio9uu QF1yU1VRfN94UNbXxAgp6V6JxEVqYUR1ZyMeSwRP/kGqo6mWhTA2V/G7Dyw0PAZ+969w eocw4rkGBP4PUT4L/+ZrWq0Ar9ypJd6cBDCJc8hNy+JC3VO632ZhPpKHFvKBplleIqtn obiQ== X-Received: by 10.194.174.36 with SMTP id bp4mr9368405wjc.7.1381370409141; Wed, 09 Oct 2013 19:00:09 -0700 (PDT) Received: from [10.10.50.70] (52.91.249.5.rev.vodafone.pt. [5.249.91.52]) by mx.google.com with ESMTPSA id ma3sm20750888wic.1.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Oct 2013 19:00:08 -0700 (PDT) Message-ID: <52560A22.6030402@gmail.com> Date: Thu, 10 Oct 2013 03:00:02 +0100 From: "Mike C." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: freebsd-virtualization@freebsd.org Subject: Re: Using wlan0 device over tap0 device with BHyve? References: <5255F7E6.8010505@freebsd.org> In-Reply-To: <5255F7E6.8010505@freebsd.org> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 02:00:11 -0000 I run into this problem too, and in my case my laptop (where I'm testing bhyve) only has one NIC and its wireless! I have an ath card "MAC spoofinc" is not availeble, so for now I opted for nating with PF and I assign manual IP's to the host tap0 and the guest's vtnet0. However it would be nice to be able to do this with DWDS, my router supports WDS and can act has an AP! I know freebsd supports DWDS but I couldn't find much info on how to set it up as a client.... If I could get it to work It would allow the bridge to work! If anyone knows how to do this or were I can find more info please share! Melhores Cumprimentos // Best Regards ------------------------------------------------------------------------ Miguel Clara *nix Sys Admin Freelance ------------------------------- On 10/10/13 01:42, Peter Grehan wrote: > Hi Craig, > >> In this case, I am not connected to the lan nic. From you look >> at the ifconfig output from my previous posting, >> you will see that my bridge0 interface only has two members: >> >> tap0 >> wlan0 > > APs generally only allow a single MAC per client, so any packets with a > source address other than wlan0's will be dropped. > > There are esoteric ways around this e.g. > > > http://wireless.kernel.org/en/users/Documentation/iw#Using_4-address_for_AP_and_client_mode > > > later, > > Peter. > > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to > "freebsd-virtualization-unsubscribe@freebsd.org"