From owner-freebsd-virtualization@FreeBSD.ORG Thu Oct 10 00:42:19 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ABE982A4; Thu, 10 Oct 2013 00:42:19 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 6B5A3220D; Thu, 10 Oct 2013 00:42:18 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id 5A26B11F39; Thu, 10 Oct 2013 10:42:17 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro-2.local ([64.245.0.210]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BPC63781 (AUTH peterg@ptree32.com.au); Thu, 10 Oct 2013 10:42:16 +1000 Message-ID: <5255F7E6.8010505@freebsd.org> Date: Wed, 09 Oct 2013 17:42:14 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Craig Rodrigues Subject: Re: Using wlan0 device over tap0 device with BHyve? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-virtualization@freebsd.org" 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 00:42:19 -0000 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.