From owner-freebsd-questions@FreeBSD.ORG Tue Jul 17 12:34:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D37B16A402 for ; Tue, 17 Jul 2007 12:34:07 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id A95B613C4BE for ; Tue, 17 Jul 2007 12:34:06 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 74266 invoked by uid 1002); 17 Jul 2007 12:34:05 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.107.100):. Processed in 6.247114 secs); 17 Jul 2007 12:34:05 -0000 Received: from unknown (HELO ?192.168.1.238?) (steve@ibctech.ca@208.70.107.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 17 Jul 2007 12:33:59 -0000 Message-ID: <469CB739.9030606@ibctech.ca> Date: Tue, 17 Jul 2007 08:34:01 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20070717010708.GR18911@tigger.digitaltorque.ca> In-Reply-To: <20070717010708.GR18911@tigger.digitaltorque.ca> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: add route failed for ppp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2007 12:34:07 -0000 Michael P. Soulier wrote: > Hi, > > I'm on an ADSL connection at home, and ppp in BSD is working great. But, I get > this in the logs. > > Jul 16 17:34:54 kanga ppp[79728]: Phase: Pap Input: SUCCESS () > Jul 16 17:34:54 kanga ppp[79728]: Phase: deflink: lcp -> open > Jul 16 17:34:54 kanga ppp[79728]: Phase: bundle: Network > Jul 16 17:34:54 kanga ppp[79728]: Warning: Add! route failed: 0.0.0.0/0: > errno: Network is unreachable > > Now, everything is working fine, but I'm wondering why ppp is complaining > about not being able to set up the route. What is the next hop for the route you are trying to add? This error generally means you have set a next-hop IP address of a subnet of which you are not directly connected, and either a previous line in your config(s) set an appropriate route (hisaddr for instance), or a later line in the process as to make things work. Steve