[clue-tech] Thank you to David

Dave Price kinaole at gmail.com
Mon Mar 20 09:09:30 MST 2006


Crude, but simple - the following in my ~/bin/ directory works for me
... give it whatever name you like, and make it executable, my version
drops eth0 and displays the current config at the end.

---
#!/bin/bash

sudo iwconfig eth1 essid "youressid"
sudo iwconfig eth1 key "yourwebkey"
sudo ifconfig eth0 down
sudo ifconfig eth1 up
sudo pump -i eth1
sudo route add default gw 192.168.111.1
iwconfig eth1
ifconfig eth1
----

aloha,
dave


> Joe Wojcik wrote:
> [...]
> > One question, each time I boot, I have to go to the console as
> > administrator and enter iwconfig ath0 key <key>. Can I automate that
> > and speed up my log on?
>
_______________________________________________
CLUE-tech mailing list
CLUE-tech at cluedenver.org
http://cluedenver.org/mailman/listinfo/clue-tech



More information about the clue-tech mailing list