Hi, I made one script to connect twirling the command
"sh /home/wifion.sh" and to detach "sh /home/wifioff.sh"
executes the publisher of text of dslinux:
vi /home/wifion.sh
iwconfig nds channel 6 essid SoftAP-91 key 0102031a2b
ifconfig nds 192.168.1.2 up
route add default gw 192.168.1.1
-----------------------------------------
use command wq to save in vi.
and
vi /home/wifioff.sh
ifconfig nds 192.168.1.2 down
------------------------------------------
use command wq to save in vi.
it does not forget to execute this command, only a time:
echo "nameserver 192.168.1.1" > /etc/resolv.conf
----------------------------------------------------------------
it modifies as its configuration in route with IP, channel,essid, WEP,etc.
I wait to have helped, by!!!!