[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: I'm one step away from Airport



All I did was edit the /etc/network/interfaces

added:
auto eth1
iface eth1 inet dhcp

You can have:
auto eth1
iface eth1 inet static
	address 10.0.1.0
	netmask 255.255.255.0
	gateway 10.0.1.1

You probably want to remove (comment out) the line:
auto eth0

I don't know how to tell it the essid or whatnot for the iwconfig here...
you can always add that to the rc.d files.

Hope this helps
Jesse
-----Original Message-----
From: Orion Buckminster Montoya <orion@diderot.uchicago.edu>
To: Blake Carlson <blake@coin-operated.net>
Date: Tue, 16 Oct 2001 15:54:09 -0500
Subject: Re: I'm one step away from Airport

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 youu27re still having problems, be
> sure to send output from "ifconfig -l" and "route -n" so I can see
> what's going on.


--
To UNSUBSCRIBE, email to debian-powerpc-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org





Reply to: