From owner-freebsd-questions@FreeBSD.ORG Wed Jul 23 06:54:50 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46D1637B401 for ; Wed, 23 Jul 2003 06:54:50 -0700 (PDT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1B84C43F85 for ; Wed, 23 Jul 2003 06:54:49 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: (qmail 8304 invoked by uid 65534); 23 Jul 2003 13:54:47 -0000 Received: from dsl-cust-145.openweb.ca (EHLO [64.39.186.145]) (64.39.186.145) by mail.gmx.net (mp004) with SMTP; 23 Jul 2003 15:54:47 +0200 From: Adam To: freebsd In-Reply-To: References: Content-Type: text/plain Message-Id: <1058968453.66931.3.camel@elwood> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 23 Jul 2003 09:54:13 -0400 Content-Transfer-Encoding: 7bit Subject: Re: ppp connection problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2003 13:54:50 -0000 On Wed, 2003-07-23 at 09:10, Brian Henning wrote: > I am connecting to my isp with the following ppp.conf using the command > >ppp -auto isp > when i run the command i usually connect on the second try. > for some reason the connection drops after the first try, but my > true problem is i can ping internal ips and not ips outside the network. > I think my problem is with my default route is not setup properly. Removing the 'set ifaddr' line fixed some weird problems for me. However, I use ppp for PPPoE. It might be worth a try, though. I know several people that have removed that line successfully. -- Adam