Subject: Re: no route ...
To: None <ekholm@skypoint.com>
From: Masami and Ken Nakata <masami@fa2.so-net.or.jp>
List: port-mac68k
Date: 04/04/1997 12:12:20
On Thu, 3 Apr 1997 19:15:04 -0600 (CST),
Mike Ekholm <ekholm@skypoint.com> wrote:
> On Thu, 3 Apr 1997, Masami and Ken Nakata wrote:
> > What does "netstat -rn" say?
> > 
> From 'netstat -rn' I get this:
> 
> Routing tables
> 
> Internet:
> Destination      Gateway            Flags     Refs     Use    Mtu
> Interface
> default          206.146.145.250    UGS         0       20      -  sl0
> 0.0.0.2          127.0.0.1          UGHS        0        0      -  lo0
> 127.0.0.1        127.0.0.1          UH          2       24      -  lo0
> 206.146.145.54   127.0.0.1          UH          0        0      -  lo0
> 206.146.145.101  127.0.0.1          UH          0        0      -  lo0
> 206.146.145.250  206.146.145.101    UH          1        0      -  sl0

What if you do:

	route delete 206.146.145.54
	route delete 206.146.145.101

Also, make sure you see sl0 has 206.146.145.250 and 206.146.145.101
at the both ends.  You should be able to see it by "ifconfig -a".

Good luck,

Ken