From owner-freebsd-questions Sun Sep 21 19:09:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA02514 for questions-outgoing; Sun, 21 Sep 1997 19:09:51 -0700 (PDT) Received: from ms11.hinet.net (root@ms11.hinet.net [168.95.4.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA02508 for ; Sun, 21 Sep 1997 19:09:47 -0700 (PDT) Received: from ms11.hinet.net (h96.s154.ts.hinet.net [168.95.154.96]) by ms11.hinet.net (8.8.3/8.8.3) with ESMTP id KAA07760 for ; Mon, 22 Sep 1997 10:11:03 +0800 (CST) Message-ID: <3425D2D9.5FCE0E6C@ms11.hinet.net> Date: Mon, 22 Sep 1997 10:07:21 +0800 From: Doug Lo X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: PPP problems with pap. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, folks, I got a problem with ppp which is using pap. I use dynamic IP address, ISP supports PAP authentication. I can't use ppp -auto xxxx, hope someone helps me, thanks in advance. The ppp.conf of mine is: ========================================== default: set device /dev/cuaa1 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" provider: set phone 4125678 set login set timeout 300 deny lqr accept pap deny chap set authname MyUsername set authkey MyPassword =========================================== ppp.linkup is ====================== provider: delete ALL add 0 0 HISADDR ====================== ppp.secret is ====================== MyUsername MyPassword ======================= Best regards, Doug.