Subject: Re: elink3 bites (was Re: new i386 snapshot (finally))
To: None <port-i386@NetBSD.ORG>
From: Christos Zoulas <christos@nyc.deshaw.com>
List: port-i386
Date: 07/08/1997 14:15:40
In article <199707081304.PAA01098@vader.runit.sintef.no> Havard.Eidnes@runit.sintef.no writes:
>> > A GENERIC kernel and an SSTO boot floppy image is now available in
>>
>> Thanks, I tried the boot disk...
>> ep0 ifconfig's ok but ping fails.
>>
>> For what its worth the commands I just typed after the "install"
>> function finnished were:
>>
>> # ifconfig ep0 203.12.250.7 netmask 255.255.255.192 media aui
>> # ping 203.12.250.1
>> PING 203.12.250.1 (203.12.250.1): 56 data bytes
>> 64 bytes from 203.12.250.1: icmp_seq=3D0 ttl=3D255 time=3D2.657 ms
>> ping: failed to clear cached route: Network is unreachable

Can you try to bring up the loopback interface and see if that fixes
the problem?

ifconfig lo0 inet 127.0.0.1
route add 203.12.250.7 127.0.0.1

christos