seeing a wireless router when building a 7.2 system

Warren Block wblock at wonkity.com
Wed Sep 23 05:14:11 UTC 2009


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


More information about the freebsd-questions mailing list