OESF Portables Forum
General Forums => General Discussion => Topic started by: lexbaby on August 24, 2004, 06:15:08 pm
-
For you Hackers and WiFi Gurus out there, a fun read!
http://www.watchguard.com/RSS/showarticle....k=ED_RunningMan (http://www.watchguard.com/RSS/showarticle.aspx?pack=ED_RunningMan)
-
pity it doesn't mention whether it's an SL5500/5600 or the C7xx series. Also interesting that netstumbler picked up the wrong mac address, whereas kismet worked fine. I've seen the same problem running kismet and wellenreiter, pity I can't remember what versions of each, it's been a while since I've tried some war walking.
-
Nice read, thanks for the link. Too bad they didn't elaborate on the Zaurus, but oh well.
I love the T-shirt in the end:
One by one, the penguins steal my sanity
-
So how would you do that with a Zaurus? Would just manually setting the IP and hostname do it? Would the hostname be broadcast as the SSID?
I guess I'll have to do some experimenting of my own.
-
Put the card into adhoc mode, and set the ip to 10.10.10.10.
Then simply run the apache server.
These commands should do it:
iwconfig eth0 essid RunningMan mode adhoc
ifconfig eth0 10.10.10.10
/etc/rc.d/rc.httpd start