I'm not sure if Red Hat has a place to put scripts run before interface
configuration (seems like it should), but I have a script I put into my
if-pre-up.d that runs through all the settings I have listed until it
finds an access point. It works like a charm, and I never have to worry
about telling my laptop which network I'm attached to; it just figures it
out.
--Nick
On Tue, 2 Mar 2004, Austin Godber wrote:
> Charlie Bullen wrote:
> > Does anyone know of a wireless configuration utility that will allow for
> > storage of multiple profiles that will run under RedHat 9.0?
>
> How about:
>
> #! /bin/sh
>
> case $1 in
> home) iwconfig eth1 essid home key 12345678; pump -i eth1 ;;
> work) iwconfig eth1 essid work key DEADBEEF; pump -i eth1 ;;
> *) echo "Usage: $0 [home|work]";;
> esac
>
>
> Austin
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
>
---------------------------------------------------
PLUG-discuss mailing list -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss