From owner-freebsd-questions Thu Aug 7 01:03:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA26271 for questions-outgoing; Thu, 7 Aug 1997 01:03:25 -0700 (PDT) Received: from nico.telstra.net (nico.telstra.net [139.130.204.16]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id BAA26263 for ; Thu, 7 Aug 1997 01:03:20 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by nico.telstra.net (8.6.10/8.6.10) with ESMTP id SAA25820; Thu, 7 Aug 1997 18:02:47 +1000 From: Greg Lehey Received: (grog@localhost) by freebie.lemis.com (8.8.7/8.6.12) id RAA23932; Thu, 7 Aug 1997 17:32:45 +0930 (CST) Message-Id: <199708070802.RAA23932@freebie.lemis.com> Subject: Re: Question: ppp -auto In-Reply-To: <19970807003815.59799@n2.net> from Frank MacLachlan at "Aug 7, 97 00:38:15 am" To: fpm@n2.net (Frank MacLachlan) Date: Thu, 7 Aug 1997 17:32:44 +0930 (CST) Cc: grog@lemis.com, freebsd-questions@FreeBSD.ORG, fpm@n2.net Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Frank MacLachlan writes: > 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 Yup. That's about what I would expect. Greg