From owner-freebsd-wireless@FreeBSD.ORG Thu Apr 3 06:39:20 2014 Return-Path: Delivered-To: freebsd-wireless@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 ESMTPS id C1855E95; Thu, 3 Apr 2014 06:39:20 +0000 (UTC) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "theravensnest.org", Issuer "theravensnest.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A380F36; Thu, 3 Apr 2014 06:39:20 +0000 (UTC) Received: from [192.168.0.100] (cpc14-cmbg15-2-0-cust307.5-4.cable.virginm.net [82.26.1.52]) (authenticated bits=0) by theravensnest.org (8.14.7/8.14.7) with ESMTP id s336dC4u062216 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 3 Apr 2014 06:39:18 GMT (envelope-from theraven@theravensnest.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: WDS with a FreeBSD access point From: David Chisnall In-Reply-To: <533CD386.80906@weboutsourcing.cz> Date: Thu, 3 Apr 2014 07:39:07 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <533BD60D.9050701@weboutsourcing.cz> <533CD386.80906@weboutsourcing.cz> To: Ondra Knezour X-Mailer: Apple Mail (2.1874) Cc: "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 06:39:20 -0000 On 3 Apr 2014, at 04:20, Ondra Knezour = wrote: > There are some scripts in /usr/src/tools/tools/net80211/scripts - = related are setup.wds setup.wdsmain and setup.wdsrelay. Also following = message can bring in little more info = http://lists.freebsd.org/pipermail/freebsd-net/2009-March/021559.html I found setup.wdsmain, which looks a bit like what I need. It creates = an extra bridging interface (not sure why I need this - some docs would = be nice - or even if I need it, as I'm using pf to move traffic between = my wired and wireless networks and I definitely don't want to do simple = bridging from the WAN to the WLAN), but then runs /usr/local/bin/wlanwds = - I've no idea which port this comes from... David