From owner-freebsd-hackers Wed Jun 7 07:39:13 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA20910 for hackers-outgoing; Wed, 7 Jun 1995 07:39:13 -0700 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.57]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA20901 for ; Wed, 7 Jun 1995 07:39:10 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.11/8.6.11) with SMTP id HAA27725 ; Wed, 7 Jun 1995 07:38:20 -0700 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: michael butler cc: freebsd-hackers@freebsd.org Subject: Re: iij-ppp route problem ? In-reply-to: Your message of "Thu, 08 Jun 1995 00:05:08 +1000." <199506071405.AAA09999@asstdc.scgt.oz.au> Date: Wed, 07 Jun 1995 07:38:18 -0700 Message-ID: <27718.802535898@westhill.cdrom.com> From: Gary Palmer Sender: hackers-owner@freebsd.org Precedence: bulk In message <199506071405.AAA09999@asstdc.scgt.oz.au>, michael butler writes: >So, two questions .. why strange numbers and why does "netstat -r" not show >these routes ?, I can't answer the former without knowing more about your setup, but the latter is because the routes netstat doesn't show are clone routes, and only visible to `netstat -ra'. ijppp doesn't know this and blurts them all out. Gary