# # # http://www.ivor.it/wireless/Acx100Drv/HOWTO_acx100.txt # # # iwconfig eth1 nick "mynick" mode 2 channel 6 essid myessid ifconfig eth1 192.168.0.x #for static ip sleep 2 # iwconfig eth1 key 012abc3456 iwconfig eth1 key restricted iwconfig eth1 nick "mynick" mode 2 channel 6 essid any sleep 5 # iwconfig eth1 nick "mynick" mode 2 channel 6 essid myessid ifconfig eth1 192.168.0.x # route add default gw 192.168.0.x # # # End of file