Subject: Re: strange resolving issue
To: None <d.zanon@infinito.it>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: netbsd-help
Date: 03/22/2005 16:07:58
On Tue, Mar 22, 2005 at 02:55:38PM +0000, d.zanon@infinito.it wrote:
> On Tuesday 22 March 2005 14:44, Manuel Bouyer wrote:
> > route -n get 192.48.159.40
> 
> powerbook% route -n get 192.48.159.40
>    route to: 192.48.159.40
> destination: 192.0.0.0
>        mask: 255.0.0.0
>  local addr: 192.168.0.5
>   interface: gem0
>       flags: <UP,DONE,CLONING>
>  recvpipe  sendpipe  ssthresh  rtt,msec    rttvar  hopcount      mtu     
> expire
>        0         0         0         0         0         0         0    -70600
> 
> This works...

And it shows you the problem: it thinks this a local address on gem0.
My guess is that you have a bad netmask (255.0.0.0 instead of 255.255.0.0)
on this interface.

--
Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer@lip6.fr
     NetBSD: 26 ans d'experience feront toujours la difference
--