# # add to ifup-wireless # # # turn off encryption -- but why # # iwconfig $DEVICE enc off # # iwconfig wlan0 key $KEY sleep 0.1 iwconfig wlan0 essid $ESSID # # # # /etc/sysconfig/network-scripts/ifcfg-eth0 # # I just added the line: # ESSID="my-new-SSID" # # # end of file