Hey man... no problem.  Gave me an opportunity to learn what the heck you
were talking about (LOL).  Anyway, I do have another problem.  Another
fellow reader of this listserv was been diligent in assisting me in getting
my network card setup (THANKS!!! you know who you are).  Well, all was well
until a file was metioned.  Now I'm looking for a file similar to this:

contents of /etc/rc.d/rc.inet1

HOSTNAME=`cat /etc/HOSTNAME`
# Attach the loopback device.
/sbin/ifconfig lo 127.0.0.1
/sbin/route add -net 127.0.0.0 netmask 255.255.255.0 dev lo
# Edit for your setup.
IPADDR="192.168.1.2"   # REPLACE with YOUR IP address!
NETMASK="255.255.255.0" # REPLACE with YOUR netmask!
NETWORK="192.168.1.0"  # REPLACE with YOUR network address!
BROADCAST="192.168.1.255"      # REPLACE with YOUR broadcast address, if you
                        # have one. If not, leave blank and edit below.
GATEWAY="192.168.1.1"  # REPLACE with YOUR gateway address!

He(or she) has the Slackware version, I have Debian.  Obviously, I'm trying
to add a route to get my two machines to talk.  When I try this command:

route add -net 127.0.0.1 netmask 255.0.0.0 dev lo (adding the loopback
adapter)

I get-  "netmask doesn't match route address"

However, ifconfig confirms this is legit.  Dmesg says my network card is
there (eth0).  What do you suggest?

-----Original Message-----
From: Chris Gray <[EMAIL PROTECTED]>
To: Sven Burgener <[EMAIL PROTECTED]>
Cc: Bill or Summer <[EMAIL PROTECTED]>; debian-user@lists.debian.org
<debian-user@lists.debian.org>
Date: Saturday, June 17, 2000 7:18 AM
Subject: Re: Hey


>On Sat, Jun 17, 2000 at 09:47:50AM +0200, Sven Burgener wrote:
>> On Sat, Jun 17, 2000 at 12:41:38AM -0700, Bill or Summer wrote:
>> > Uh...  What's "mutt?"  And... I checked my setup.  It's at 76 (by
>> > default).
>>
>> mutt is a mail reader / writer that supports PGP keys amongs many
>> other things. I use it right now - have only been using it for a day
>> now :) - and I quite like it personally.
>
>Sven: mutt doesn't have an editor of its own.  You can use whatever
>editor you want (by setting the EDITOR environment variable).  I use vim
>and have "set textwidth=72" in my .vimrc
>
>Bill (or Summer):  I'm sorry that I made an issue of it.  If you have
>any other questions about configuring or compiling your kernel, please
>don't hesitate to ask.
>
>Cheers,
>Chris
>
>--
>pick, pack, pock, puck: like drops of water in a fountain falling
>softly in the brimming bowl.
>

Reply via email to