Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2005 21:36:41 -0500
From:      Eric Schuele <e.schuele@computer.org>
To:        Roland Smith <rsmith@xs4all.nl>
Cc:        Beecher Rintoul <alaskabeech@yahoo.com>, freebsd-questions@freebsd.org
Subject:   Re: WIFI DHCP
Message-ID:  <42929339.8010001@computer.org>
In-Reply-To: <20050523211606.GB11447@slackbox.xs4all.nl>
References:  <20050523205202.54564.qmail@web50402.mail.yahoo.com> <20050523211606.GB11447@slackbox.xs4all.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
Roland Smith wrote:
> On Mon, May 23, 2005 at 01:52:01PM -0700, Beecher Rintoul wrote:
> 
> 
>>I would like to use a wireless card as my primary internet connection.
>>I have read the manual and see nothing mentioned about setting up the
>>card to use DHCP. 
> 
> 
> Then you've looked in the wrong place. :-)
> 
> 
>>I do not have a static ip on the access point I'm
>>connecting to. How do I set the card to use DHCP?
> 
> 
> Look at section 23.5 (Automatic Network Configuration). In short:
> - make sure that "device bpf" is in the kernel (it is in GENERIC)
> - edit /etc/rc.conf to put the interface in DHCP: 'ifconfig_XXX="DHCP"'
>   where XXX is the name of your wireless card.

Additionally... you should man dhclient, dhclient.conf, and 
dhclient.leases.  IMHO: `ifconfig_XXX="DHCP"` is only part of the equation.

You may have to craft a dhclient.conf file to help your card associate 
with its access point.  The dhclient.conf file will help you specify 
things like the SSID, weptxkey, wepmode, mode (11a, 11b, or 11g), 
wepkey, etc

> 
> Roland


-- 
Regards,
Eric



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42929339.8010001>