From owner-freebsd-current@FreeBSD.ORG Thu Jul 7 20:01:14 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 609EC16A41C for ; Thu, 7 Jul 2005 20:01:14 +0000 (GMT) (envelope-from hartzell@kestrel.alerce.com) Received: from merlin.alerce.com (w094.z064001164.sjc-ca.dsl.cnc.net [64.1.164.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA0C943D48 for ; Thu, 7 Jul 2005 20:01:13 +0000 (GMT) (envelope-from hartzell@kestrel.alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id B17C321AB; Thu, 7 Jul 2005 13:00:46 -0700 (PDT) Received: from satchel.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "satchel.alerce.com", Issuer "Alerce Certificate Authority" (verified OK)) by merlin.alerce.com (Postfix) with ESMTP id 68E54214D; Thu, 7 Jul 2005 13:00:46 -0700 (PDT) Received: from satchel.alerce.com (localhost [127.0.0.1]) by satchel.alerce.com (8.13.1/8.13.1) with ESMTP id j67K1Raf003235 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 7 Jul 2005 13:01:27 -0700 (PDT) (envelope-from hartzell@satchel.alerce.com) Received: (from hartzell@localhost) by satchel.alerce.com (8.13.1/8.13.1/Submit) id j67K1P0b003231; Thu, 7 Jul 2005 13:01:25 -0700 (PDT) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17101.35348.786372.569906@satchel.alerce.com> Date: Thu, 7 Jul 2005 13:01:24 -0700 To: Brooks Davis In-Reply-To: <20050707164922.GA15353@odin.ac.hmc.edu> References: <42CA4263.9080409@locolomo.org> <6.2.1.2.2.20050705220015.029fa770@mail.nerdshack.com> <20050707164922.GA15353@odin.ac.hmc.edu> X-Mailer: VM 7.17 under 21.4 (patch 15) "Security Through Obscurity" XEmacs Lucid X-Virus-Scanned: ClamAV using ClamSMTP Cc: Rob B , Erik =?iso-8859-1?Q?N=F8rgaard?= , current@freebsd.org Subject: Re: dhclient.conf for ath wireless X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 20:01:14 -0000 Brooks Davis writes: > [...] > The correct method is to just add: > > ifconfig_ath0="ssid MYAP mode 11g DHCP" > > to /etc/rc.conf. With exception of devices that load firmware, you > probably do not need /etc/start_if.* these days. Don't you also have to add ath0 to removable_interfaces in /etc/rc.conf? On a related note, setting the ssid, the wireless net I use is Alerce Wireless, which I double quote on the command line, in /etc/start_if.wi0, and historically in dhclient.conf. I can't seem to find a way to escape it in the /etc/rc.conf line that doesn't just end up with the ssid being "Alerce \"Alerce or ''Alerce or..... (on -CURRENT as of a few days ago). Thanks, g.