Subject: Re: Strange routes showing up under 1.5
To: None <jonl@yubyub.net>
From: Charles M. Hannum <root@ihack.net>
List: netbsd-help
Date: 03/19/2001 17:44:09
On Mon, Mar 19, 2001 at 08:39:33PM -0500, jonl@yubyub.net wrote:
> 
> I realized this half way through deleting routes from my box, but
> preserved the following from 'route -n show':

That's only part of the output.  You didn't, e.g., show the default
route.

> 204.71.200.75      216.36.121.116     UGHD        0        0   1500  tl0
> 204.178.110.67     216.36.121.116     UGHD        0       11   1500  tl0
> 208.5.85.132       216.36.121.116     UGHD        0       10   1500  tl0
> 216.32.65.105      216.36.121.116     UGHD        0       11   1500  tl0

Those are indeed redirects.  If you consult the netstat(8) man page:

     D       RTF_DYNAMIC     Created dynamically (by redirect)

This is usually because one of your routes is wrong, and the system it
points to is compensating by sending you redirects.