Re: Wireless startup personality scripts?
Mark Andrews <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
> Does anyone have a set of scripts that would allow one to chose a
> wireless configuration (for different networks and security settings)
> during startup of 5.x?
The following works for FreeBSD 4.x and should work for
FreeBSD 5.x.
/etc/dhclient.conf:
interface "wi0" {
media
"ssid SSID1 nwkey KEY1 powersave",
"ssid SSID2 wepmode off powersave",
"ssid SSID3 wepmode off powersave";
}
>
> Thanks,
>
> Karl
>
> _______________________________________________
> [email protected] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
> To unsubscribe, send any mail to "[email protected]"
--
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742 INTERNET: [email protected]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"