[28] in netbsd-help mailing list archive
Re: More SMC Elite16C Ultra problems
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Jan 25 23:48:14 1995
To: aellwood@MIT.EDU
Cc: netbsd-help@MIT.EDU
In-Reply-To: Your message of "Wed, 25 Jan 1995 23:37:52 EST."
<9501260437.AA25741@safety-pup.MIT.EDU>
Date: Wed, 25 Jan 1995 23:45:15 EST
From: Greg Hudson <ghudson@MIT.EDU>
> However when I try:
> route add default <my gateway IP addr>
> I get:
> writing to routing socket: file exists
> add net default: gateway 18.238.0.1: File exists
This typically means you already ran "route". You can run "route
flush" before the route add command if you want to see route run
successfully a second time.
> Then if I try and ping a computer on the same subnet (no gateway
> inbetween) I get:
> ed2: device timeout
> What could be wrong now?
If you're using AUI, this could imply the lack of a "link0" flag
during ifconfig; you might try using "link0" even if you're using UTP,
since the install notes have been known to be wrong about flags.
I'm not familiar with all of the memory corruption issues,
unfortunately.