From owner-freebsd-current@FreeBSD.ORG Tue Mar 3 05:02:40 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0493106566C for ; Tue, 3 Mar 2009 05:02:40 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id BEE368FC14 for ; Tue, 3 Mar 2009 05:02:40 +0000 (UTC) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=rmac.psg.com) by ran.psg.com with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LeMm8-000AUW-7M for freebsd-current@freebsd.org; Tue, 03 Mar 2009 05:02:40 +0000 Received: from rmac.psg.com.psg.com (localhost [127.0.0.1]) by rmac.psg.com (Postfix) with ESMTP id A913FB773CA for ; Tue, 3 Mar 2009 14:02:39 +0900 (JST) Date: Tue, 03 Mar 2009 14:02:39 +0900 Message-ID: From: Randy Bush To: freebsd-current@freebsd.org User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (i386-apple-darwin9.6.0) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Subject: wpa2 hostap setup X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 05:02:41 -0000 i386 (soekris) 8-current i currently have wlans_ath0="wlan0 wlan1" create_args_wlan0="wlanmode hostap channel 11 ssid rgnet-aden wep wepkey itsasecretsilly weptxkey 1 media autoselect mode 11g up" create_args_wlan1="wlanmode hostap ssid rg-free up" cloned_interfaces=bridge0 ifconfig_bridge0="192.168.0.1 addm vr1 addm vr2 addm vr3 addm wlan0 addm wlan1 up" ifconfig_vr1=up ifconfig_vr2=up ifconfig_vr3=up i want to go to a more reasonable over the air crypt sceheme, e.g. wpa2. clients are mac, airport express, and winxp. is there a well known recipe? i think i need to run hostapd with a hostapd.conf something like interface=wlan0 ctrl_interface=/var/run/hostapd ctrl_interface_group=0 ssid=rgnet-aden country_code=JP hw_mode=g channel=42 auth_algs=3 wpa=1 wpa_passphrase=itsasecretsilly wpa_key_mgmt=WPA-PSK i could not really understand the dual bssid stuff and many of the options. and when i get that sorted, what do i do to my /etc/rc.conf? randy