From owner-freebsd-questions@FreeBSD.ORG Wed Sep 23 05:14:11 2009 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 590ED106566B for ; Wed, 23 Sep 2009 05:14:11 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 174CD8FC16 for ; Wed, 23 Sep 2009 05:14:10 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id n8N5EAqA012107; Tue, 22 Sep 2009 23:14:10 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id n8N5E95F012104; Tue, 22 Sep 2009 23:14:09 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 22 Sep 2009 23:14:09 -0600 (MDT) From: Warren Block To: Henry Olyer In-Reply-To: <1d7089c40909221512i717a0a92kd5c7ab2428fa7cab@mail.gmail.com> Message-ID: References: <1d7089c40909221512i717a0a92kd5c7ab2428fa7cab@mail.gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (wonkity.com [127.0.0.1]); Tue, 22 Sep 2009 23:14:10 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: seeing a wireless router when building a 7.2 system 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: Wed, 23 Sep 2009 05:14:11 -0000 On Tue, 22 Sep 2009, Henry Olyer wrote: > I am putting up 7.2 and I am attempting to use a wireless router. > How do I tell the 7.2 configurator to use my router, wirelessly? > > --jg > > I am using an Atheros chip-set, so I am not expecting trouble. I just need > FBSD to see my system. I know my wireless 'name'. What do I do?? If you're using WPA, create your /etc/wpa_supplicant.conf: network={ ssid="myssid" psk="mykey" } Then you need the entries in /etc/rc.conf to create the wlan0 interface and set it up for WPA and DHCP: wlans_ath0="wlan0" ifconfig_wlan0="WPA DHCP" If you're not using WPA, well, why not? See the Handbook for more: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html -Warren Block * Rapid City, South Dakota USA