Subject: Re: network setup problems
To: Philip Brodd <philip-brodd@uiowa.edu>
From: Frederick Bruckman <fb@enteract.com>
List: netbsd-help
Date: 07/10/1999 23:58:46
There doesn't seem to be anything wrong with your setup, assuming that
the subnet value is correct. Does this help?

	route add 128.255.53.143 localhost -iface

But you're not supposed to need that.

On Thu, 8 Jul 1999, Philip Brodd wrote:

> $ netstat -nr
> Routing tables
> 
> Internet:
> Destination        Gateway            Flags     Refs     Use    Mtu  Interface
> default            128.255.52.1       UGS         1      933      -  sn0
> 127.0.0.1          127.0.0.1          UH          1       86      -  lo0
> 128.255.52/22      link#1             UC          0        0      -  sn0
> 128.255.52.1       link#1             UHRL        1        0      -  sn0
==>                                       ^
> 128.255.52.126     00:05:02:2c:a3:1c  UHL         1      155      -  sn0

That means the gateway is unreachable, which you already knew. Is the
other mac set up the same way, static ip and fixed subnet of /22? If
it's using DHCP, for instance, then you need to do something on the
gateway to make your netbsd system work.