From owner-freebsd-questions Thu Sep 18 18:32:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA26019 for questions-outgoing; Thu, 18 Sep 1997 18:32:10 -0700 (PDT) Received: from bc.mountain.net (root@BC.Mountain.Net [198.77.1.35]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA25964 for ; Thu, 18 Sep 1997 18:32:04 -0700 (PDT) Received: from access.mountain.net (xy02-18.eve.net [198.77.21.58]) by bc.mountain.net (8.8.5/8.8.5) with ESMTP id VAA25455 for ; Thu, 18 Sep 1997 21:30:53 -0400 (EDT) Message-ID: <34219D46.13AEA3BF@access.mountain.net> Date: Thu, 18 Sep 1997 21:29:42 +0000 From: Allen Louden X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: PPP Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello All, I discovered last night that I am able to log to my provider with a simple click on the connect button in Win95. Use of the script was not necessary. However, I am still unable to log on automatically with ppp. Here is my ppp.conf; default: set device /dev/cuaa1 set speed 115200 set timeout 3000 set log Chat Connect Phase deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0&D2 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" interactive: accept chap deny pap set authname alouden set authkey Biteme set phone 6976778 set openmode active set timeout 3000 demand: set authname alouden set authkey Biteme set phone 6976778 set timeout 3000 set openmode active accept chap sit ifaddr 198.77.1.1/0 198.77.1.3/0 255.255.255.0 add 0 0 198.77.1.1 Any help is greatly appreciated. Thanks, Allen