From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 11:08:55 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 A7FA237B404 for ; Tue, 12 Aug 2003 11:08:55 -0700 (PDT) Received: from valiant.cnchost.com (valiant.concentric.net [207.155.252.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8701643FBF for ; Tue, 12 Aug 2003 11:08:54 -0700 (PDT) (envelope-from mwoodson@sricrm.com) Received: from squelcher.redlands (bdsl.66.14.215.39.gte.net [66.14.215.39]) by valiant.cnchost.com id OAA15772; Tue, 12 Aug 2003 14:08:43 -0400 (EDT) [ConcentricHost SMTP Relay 1.15] Errors-To: From: Mark Woodson Organization: Statistical Research, Inc. To: "Plunkett, Ian Gregory (UMC-Student)" , Date: Tue, 12 Aug 2003 11:09:49 -0700 User-Agent: KMail/1.5.3 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308121109.49841.mwoodson@sricrm.com> Subject: Re: ppp question 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: Tue, 12 Aug 2003 18:08:56 -0000 On Tuesday 12 August 2003 10:52 am, Plunkett, Ian Gregory (UMC-Student) wrote: > Hello all, > > I am having a heck of a time getting ppp to work correctly. I can connect > to my isp using ppp manually (going into TERM mode, etc.). But once I am > connected this way I can't return to packet mode and I can't access the > internet outside of that terminal window. Are you adding a default route? That sounds like the problem. > I have also tried using kppp. When I use this, I can access locations if I > know the IP address but not if I type in the web address. I included the > correct dns when I configured the connection, still I get nothing if I type > in the web address. Again this sounds like you aren't adding a default route. It would be most helpful if we could see the ppp.conf you are using, and any errors you are seeing using ppp automatically (the relevant entries in ppp.log if that is setup). -Mark