From owner-freebsd-questions@FreeBSD.ORG Wed Dec 7 21:36:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DBB616A41F for ; Wed, 7 Dec 2005 21:36:00 +0000 (GMT) (envelope-from dominique.goncalves@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1F9943D55 for ; Wed, 7 Dec 2005 21:35:58 +0000 (GMT) (envelope-from dominique.goncalves@gmail.com) Received: by nproxy.gmail.com with SMTP id l37so157148nfc for ; Wed, 07 Dec 2005 13:35:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uCqetLL+2oGiFByLpiu11arLmRrcg0HOZQYSX42PKlZJXRVvhBZMJb4LmRxzSd9YaQNY4rTcI3OSXhVEcbUhmh4eG0sWbbXs6gTxueWv1rK+g/O1QewIhFyJbMRNAv3lBOerd/wDNz6WpjZRWfaMzRqG46wC4arLwPAmwBCEvkk= Received: by 10.49.5.15 with SMTP id h15mr129006nfi; Wed, 07 Dec 2005 13:35:55 -0800 (PST) Received: by 10.48.42.6 with HTTP; Wed, 7 Dec 2005 13:35:54 -0800 (PST) Message-ID: <7daacbbe0512071335t835e72mfc0b016b89a349f9@mail.gmail.com> Date: Wed, 7 Dec 2005 22:35:54 +0100 From: Dominique Goncalves To: =?ISO-8859-1?Q?Erik_N=F8rgaard?= In-Reply-To: <43974CEB.6080708@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7daacbbe0512071233q71e5608as8e47a975032f46f4@mail.gmail.com> <43974CEB.6080708@locolomo.org> Cc: Jon Drukman , freebsd-questions@freebsd.org Subject: Re: Thanks for FBSD6 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, 07 Dec 2005 21:36:00 -0000 > > You can use in /etc/rc.conf: > > > > ifconfig_ath0=3D"DHCP ssid your_ssid" > > That's FreeBSD 5.X and prior way of doing it. The suggested way to > config your wirerless is with wpa_supplicant(8). In rc.conf add: > > wpa_suplicant_enable=3D"YES" > ifconfig_ath0=3D"DHCP" > > and create wpa_supplicant.conf: > > network=3D{ > ssid=3D"MyWireless" > mode=3D"11g" > } According to this documentation http://www.freebsdmall.com/~loader/en_US.ISO8859-1/articles/wireless/articl= e.html this syntax is ok on 6.0, but I don't know if the order of arguments have an importance. Regards. -- There's this old saying: "Give a man a fish, feed him for a day. Teach a man to fish, feed him for life."