From owner-freebsd-questions Wed Aug 16 4:16: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41]) by hub.freebsd.org (Postfix) with ESMTP id CEF1037BC25 for ; Wed, 16 Aug 2000 04:15:43 -0700 (PDT) (envelope-from Tony@rothstein.co.uk) Received: from rothstein.demon.co.uk ([194.222.159.246] helo=rothstein.co.uk) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 13P1AU-000NjF-0C for questions@freebsd.org; Wed, 16 Aug 2000 11:15:35 +0000 Received: from pc20 [1.0.0.123] by rothstein.co.uk [194.222.159.246] with SMTP (MDaemon.v2.84.R) for ; Wed, 16 Aug 2000 12:10:23 +0100 Received: by pc20 with Microsoft Mail id <01C0077A.F3DE2380@pc20>; Wed, 16 Aug 2000 12:10:22 +0100 Message-ID: <01C0077A.F3DE2380@pc20> From: Tony Balazs To: "'questions@freebsd.org'" Subject: Newbie: trouble with PPP Date: Wed, 16 Aug 2000 12:10:21 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-MDaemon-Deliver-To: questions@freebsd.org X-Return-Path: Tony@rothstein.co.uk Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I do: ppp * term * atd9,08450798888 all seems fine (connection established, login accepted, dynamic IP address). But I can't get PPP or Kernel PPP to dial up. For PPP, my /etc/ppp/ppp.conf is: default: # # Make sure that "device" references the correct serial port # for your modem. (cuaa0 = COM1, cuaa1 = COM2) # set device /dev/cuaa1 # set log Phase Chat LCP IPCP CCP tun command set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set login "TIMEOUT 5 login:-\\r-login: ppp word: netcom" set timeout 120 set ifaddr 0 0 add default HISADDR enable dns papchap: # # edit the next three lines and replace the items in caps with # the values which have been assigned by your ISP. # accept chap accept pap disable pap disable chap ISP: set phone 9,08450798888 set authname whatever1 set authkey whatever2 But when I do: ppp * dial netcom OR dial whatever1 nothing dials For Kernel PPP my /etc/ppp/options file is: defaultroute CrtsctsABORT BUSY ABORT 'NO CARRIER' TIMEOUT 5 '' ATZ OK ATDT9,,08450798888 TIMEOUT 40 CONNECT TIMEOUT 5 gin:-\\r-gin: whatever1 sword: whatever2 Modem User FREEBIE Lock and my /etc/ppp/dial.chat is: but again, doing pppd /dev/cuaa1 115200 connect 'chat -f /etc/ppp/dial.chat' FREEBIE whatever1 Causes no dial-up, with an error msg that FREEBIE is unknown. What am I doing wrong? Thanks, Tony. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message