From owner-freebsd-questions Mon Jan 21 9:57:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id 36F3837B41B for ; Mon, 21 Jan 2002 09:56:51 -0800 (PST) Received: from localhost ([62.252.176.191]) by mta03-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020121175649.GGVY8780.mta03-svc.ntlworld.com@localhost>; Mon, 21 Jan 2002 17:56:49 +0000 Received: from ac by localhost with local (Exim 3.33 #1 (Debian)) id 16SiSK-00013x-00; Mon, 21 Jan 2002 17:42:04 +0000 Date: Mon, 21 Jan 2002 17:42:04 +0000 From: Anthony Campbell To: Roger Kaputtnik Cc: freebsd-questions@FreeBSD.ORG Subject: Re: user-ppp Message-ID: <20020121174204.GA4073@debian.local> Mail-Followup-To: Roger Kaputtnik , freebsd-questions@FreeBSD.ORG References: <20020121164113.GA3727@debian.local> <20020121175735.A2594@encephalon.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020121175735.A2594@encephalon.de> User-Agent: Mutt/1.3.24i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 21 Jan 2002, Roger Kaputtnik wrote: > Hi > > How is your ppp.conf looking like ? > Check where your modem is running (cuaa0 or cuaa1 ?) > Do you have these in /dev ? > > Axel > I'm on /dev/cuaa0, and yes, it is there. ppp.conf attached: ################################################################# # PPP Sample Configuration File # Originally written by Toshiharu OHNO # Simplified 5/14/1999 by wself@cdrom.com # # See /usr/share/examples/ppp/ for some examples # # $FreeBSD: src/etc/ppp/ppp.conf,v 1.2.2.5 2001/07/13 10:55:23 brian Exp $ ################################################################# default: set log Phase Chat LCP IPCP CCP tun command ident user-ppp VERSION (built COMPILATIONDATE) # Ensure that "device" references the correct serial port # for your modem. (cuaa0 = COM1, cuaa1 = COM2) # set device /dev/cuaa0 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 180 # 3 minute idle timer (the default) # enable dns # request DNS info (for resolv.conf) papchap: # # edit the next three lines and replace the items in caps with # the values which have been assigned by your ISP. # set phone 126308005190100 set authname anthony.campbell1 set authkey *********** set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR # Add a (sticky) default route # -- Anthony Campbell - running Linux GNU/Debian (Windows-free zone) For an electronic book (The Assassins of Alamut), skeptical essays, and over 150 book reviews, go to: http://www.acampbell.org.uk/ Our planet is a lonely speck in the great enveloping cosmic dark. In our obscurity, in all this vastness, there is no hint that help will come from elsewhere to save us from ourselves. [Carl Sagan] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message