From owner-freebsd-questions Fri Sep 19 19:46:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA27254 for questions-outgoing; Fri, 19 Sep 1997 19:46:05 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA27243 for ; Fri, 19 Sep 1997 19:45:58 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id MAA20948; Sat, 20 Sep 1997 12:15:37 +0930 (CST) Message-ID: <19970920121537.23696@lemis.com> Date: Sat, 20 Sep 1997 12:15:37 +0930 From: Greg Lehey To: Brian Somers Cc: Dr Freebsd , David Goddard , questions@FreeBSD.ORG Subject: Re: ppp -auto problems and boot-time error messages References: <199709200157.CAA04672@awfulhak.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <199709200157.CAA04672@awfulhak.demon.co.uk>; from Brian Somers on Sat, Sep 20, 1997 at 02:57:50AM +0100 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 Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Sep 20, 1997 at 02:57:50AM +0100, Brian Somers wrote: >> Firstly, the odd messages are: >> >> writing to routing socket: File exists >> add net default: gateway 155.198.8.0: File exists >> >> This is just telling you the default route is set is all. >> If you set this gateway in your rc.conf you will get host unreachable at >> boot time. > > This sounds like you've got an "ifconfig_tun0=" line with something > on it. Read the handbook. You want an empty "ifconfig_tun0=" and an > empty default router. You want to disable routed and then create > /etc/start_if.tun0 and put your ppp -auto command in there. Not necessarily. If he's using -auto with dynamic IP addressing, he want to guess a destination IP address and make it his default route. When he initiates dialing, ppp will remove that route and replace it with the correct one. > You want to read the handbook :-) We need to revise the handbook :-) Greg