Craig Butler schrieb:


ifconfig_wlan0="10.0.0.1/24 wlanmode hostap ssid OFFICE wepmode on
wepkey 0xf00baaf00baaweptxkey 1 channel 1"

erm missing inet ??? missing space between the wepkey and weptxkey ??

This only was a cut/paste error in the email text, not actually in the rc.conf.

But I noticed that I can piecewise add parameters to the wlan0 interface:

ifconfig wlan0 inet 10.0.0.1/24      <<<<<<<<<         adds the IP
ifconfig ssid OFFICE                    <<<<<<<<<<         adds the ssid

Only passing all parametrs in one line I fail to manage.

--
Christoph


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to