This worked! When I get it down to a system I'll post here what exactly I did, for other cluebots like me. Basically, though,
xueexueg:/home/o# ifconfig eth1 10.0.1.0 netmask 255.255.255.0 xueexueg:/home/o# route add default gw 10.0.1.1 dev eth1 xueexueg:/home/o# iwconfig eth1 essid ARTFL xueexueg:/home/o# iwconfig eth1 enc ten_digits_of_hex Thanks a lot! -- Orion Buckminster Montoya The ARTFL Project 773.702.8488 Blake Carlson wrote: <snip> > % ifconfig eth1 192.168.0.10 netmask 255.255.255.0 > % route add default gw 192.168.0.1 dev eth1 > > this adds the default route to your routing table and forwards through > the gateway 192.168.0.1 for any address outside your subnet. Your > routing table should now have two entries, one for the local net > (192.168.0.0) and one for the default route (0.0.0.0). > > Give this a shot and let me know how it turns out. BTW - it will help > if you start with a clean routing table so you should flush all of the > entries before you do the above. If you're still having problems, be > sure to send output from "ifconfig -l" and "route -n" so I can see > what's going on.

