Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 1997 23:01:44 +0000
From:      "Jeroen" <albast@magigimmix.xs4all.nl>
To:        Ben Black <black@zen.cypher.net>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: can't find my gateway with ep0 interface
Message-ID:  <199705202103.XAA03899@smtp1.xs4all.nl>

next in thread | raw e-mail | index | archive | help

> turn off plug and pray with the 3com dos utilities (3c5x9cfg.exe?).

adjust the cards settings. However I do not believe the PnP is the 
cause. I used this utility to get int 12 instead of 10.
 
> On Tue, 20 May 1997, Brian Reichert wrote:

[SNIP]

> > 1 3C5x9 board(s) on ISA found at 0x210
> > ep0 at 0x210-0x21f irq 11 on isa
> > ep0: aui/utp/bnc[*UTP*] address 00:20:af:d2:c7:ef
> > [...]
> > 
> > % ifconfig ep0 down
> > % ifconfig ep0 inet link0 link1 debug
> > % ifconfig ep0 up
> > 
> > % ifconfig ep0
> > ep0: flags=8847<UP,BROADCAST,DEBUG,RUNNING,SIMPLEX,MULTICAST> mtu 1500
> > 	inet 194.94.223.253 netmask 0xffffff00 broadcast 194.94.223.255
> > 	ether 00:20:af:d2:c7:ef 
> > 
> > % route add default 199.94.223.1
> > writing to routing socket: Network is unreachable
> > add net default: gateway 199.94.223.1: Network is unreachable

I had exactly the same error messages, after I cvsupped the source to the 
latest RELENG_2_2. After worlding, these errors started to appear.
Pherhaps I did something wrong, dunno.

Try fixing it with:
cd /usr/src/sbin/route
make clean
make
make install

cd /usr/src/sbin/ifconfig
make clean
make
make install

cd /usr/src/sbin/ping
make clean
make
make install

This will build and install the new static binaries.
At least it did the job in my case :-)
 

Hope this wil solve your problem too!!

-Jeroen.
jh@Twiddle.COM



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705202103.XAA03899>