Subject: Re: Interface specification in route(8)
To: Lucio de Re <lucio@proxima.alt.za>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: tech-net
Date: 02/22/1999 20:16:18
On Mon, Feb 22, 1999 at 07:51:00PM +0200, Lucio de Re wrote:
> I seem to have an irresolvable problem, but I'm sure I'm just
> misunderstanding something.
>
> I have the following active network configuration in a NetBSD-1.3.3-i386
> system:
>
> # netstat -in
> Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
...
> ne1 1500 192.168.30.16 192.168.30.22 84263 0 693 0 0
...
> ppp0 1500 192.168.30.16 192.168.30.22 12758 0 12568 0 0
There is your problem.
Our (or any BSD) kernel doesn't support multiple equal routes in-kernel, as
far as I understand. You want to remove the ppp0 route to make it find the ne1
one.
Regards,
-is