> I did a Fedora Core 5 install on a notebook, then plugged in a Cisco
> Aironet PC card. The card is recognized, but I can't keep my essid and
> key in the machine after a reboot. I set the essid and key via iwconfig
> and the "Network" GUI located under System|Administration.
>
> I see that my essid is stored in
> /etc/sysconfig/network-scripts/ifcfg-eth1 and my key is in
> /etc/sysconfig/networking/devices/ifcfg-eth1. Both values are correct,
> however, when the machine comes up, the card default of essid "tsunami"
> and "key
ff" are set...
>
> How do I keep my essid and key persistent? Thanks!
Note typo above: /etc/sysconfig/networking/devices/ifcfg-eth1 should
have been /etc/sysconfig/networking/devices/keys-eth1. I was
referencing the wrong "keys-eth1" file...
I finally got it... I overlooked the file
/etc/sysconfig/network-scripts/keys-eth1. With FC4 and previous the key
was stored in /etc/sysconfig/network-scripts/ifcfg-eth1 (change "eth1"
to whatever the actual interface is). FC5 now appears to put the key in
/etc/sysconfig/network-scripts/keys-eth1 with rw------- permissions.
FC5 will also work with the key in
/etc/sysconfig/network-scripts/ifcfg-eth1, but I like the way it was
changed to use /etc/sysconfig/network-scripts/keys-eth1.
By the by, for some reason my system got dorked and my interface would
not light up after I had /etc/sysconfig/network-scripts/ifcfg-eth1 and
/etc/sysconfig/network-scripts/keys-eth1 in place. Frustration led to a
system rebuild and all is well now.