[5936] in RedHat Linux List
Re: redhat-list: Re: SIOCADDRT: Network is unreachable
daemon@ATHENA.MIT.EDU (Ray Curtis)
Sun Nov 24 23:57:53 1996
Date: Sun, 24 Nov 1996 23:53:24 -0500
From: ray@fred.net (Ray Curtis)
To: redhat-list@redhat.com
Cc: eric@brouhaha.com, tel1dvw@is.ups.com
In-Reply-To: <329919A8.12103AD3@henge.com>
Reply-To: ray@fred.net
Resent-From: redhat-list@redhat.com
alanr@henge.com writes:
> Dave Wreski <tel1dvw@is.ups.com> wrote:
> >> Shouldn't I be able to simply say: 'route add -net 127.0.0.0' assuming my
> >> interface is configured? Typing this route command gives me:
> >> SIOCADDRT: Network is unreachable
>
> > I don't know why you get that, but I might ask exactly what you're trying
> > to accomplish. Normally RedHat automatically sets up the loopback interface
> > properly when it is booted, when /etc/sysconfig/network-scripts/ifup-lo
> > is run.
> >
> > Cheers,
> > Eric
>
> I'm sure what he's trying to do is to do EXACTLY the same thing I'm
> trying to do when I do it... Get the networking to work. The add route
> at boot didn't work, because it got an SIOCADDRT also. I have three
> RedHat machines (2 with ethernet), and ONE of the three does this.
>
> A friend of mine said he thought he'd seen this and made it go away by
> some (now-forgetten) combination of making modules into statically
> loaded drivers. As for me, I can't say, as I don't have it fixed yet,
> either! The machine it works with has the EtherExpress Pro driver
> loaded, and the one that it fails for has an NE2000 clone card in it.
This seems to be a pretty comman problem now the ethernet cards
expecially the NE2000.
Did you try compiling the driver into the kernel, no module, and the
add a line to your /etc/lilo.conf like:
image=/boot/linux-2.0.25
label=linux
root=/dev/sda3
read-only
alias=l
append="linux ether=0,0x0220,eth0" <-- add this line, notice
no IRQ, let it find it.
Also if you are using it as a module add a line to your
/etc/conf.modules
# Realtek Card
alias eth0 8390
I'm using this on a RedHat 4.0 system, actually (3) with no problems.
---------------------------------------------------------------
Linux Host 'PICARD'
email: ray@fred.net
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
________________________________________________________________________
http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null