From owner-freebsd-questions Thu Aug 7 00:38:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA25249 for questions-outgoing; Thu, 7 Aug 1997 00:38:30 -0700 (PDT) Received: from beethoven.n2.net (beethoven.n2.net [207.113.132.23]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA25244 for ; Thu, 7 Aug 1997 00:38:23 -0700 (PDT) Received: (from fpm@localhost) by beethoven.n2.net (8.8.6/8.8.5) id AAA20628; Thu, 7 Aug 1997 00:38:15 -0700 (PDT) Message-ID: <19970807003815.59799@n2.net> Date: Thu, 7 Aug 1997 00:38:15 -0700 From: Frank MacLachlan To: Greg Lehey Cc: freebsd-questions@FreeBSD.ORG, fpm@n2.net Subject: Re: Question: ppp -auto References: <19970806182901.00396@jsbach.n2.net> <199708070612.PAA02036@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: <199708070612.PAA02036@freebie.lemis.com>; from Greg Lehey on Thu, Aug 07, 1997 at 03:42:08PM +0930 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Aug 07, 1997 at 03:42:08PM +0930, Greg Lehey wrote: > Frank MacLachlan writes: > [snip] > > > Here's my ppp.linkup: > > > > ------------------------------------ > > MYADDR: > > delete ALL > > add 0 0 HISADDR > > Have you tried running without this? I suspect it would still work. > > Greg It does work, but the routing table doesn't look as nice. The following were observed using netstat -rn after the ppp connection was established (I deleted the non-ppp entries). Without ppp.linkup: Internet: Destination Gateway Flags Refs Use Netif Expire default 207.111.222.1 UGSc 1 28 tun0 207.111.222.63 207.111.222.152 UH 0 0 tun0 With ppp.linkup: Internet: Destination Gateway Flags Refs Use Netif Expire default 207.111.222.63 UGSc 1 4 tun0 207.111.222.63 207.111.222.153 UH 1 0 tun0 -- Frank MacLachlan (fpm@n2.net) N2 Networking, San Diego, CA