From owner-freebsd-questions Fri Sep 15 21:10: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rapidnet.com (rapidnet.com [205.164.216.1]) by hub.freebsd.org (Postfix) with ESMTP id 8A6AA37B422 for ; Fri, 15 Sep 2000 21:10:05 -0700 (PDT) Received: from tar (pt12-42.rapidnet.com [208.34.11.169]) by rapidnet.com (8.9.3/8.9.3) with SMTP id WAA87947 for ; Fri, 15 Sep 2000 22:10:03 -0600 (MDT) Message-ID: <000501c01f93$ecc28b00$0301a8c0@ihatejim.net> From: "Peter Stapley" To: Subject: PPP Problem Date: Fri, 15 Sep 2000 22:09:34 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Any idea why this ppp.conf will work with my 28.8 sportster but not my courier(56k) v.everything? ################################################################# # PPP Sample Configuration File # Originally written by Toshiharu OHNO # Simplified 5/14/1999 by wself@cdrom.com # # $FreeBSD: src/etc/ppp/ppp.conf,v 1.2 1999/08/27 23:24:08 peter Exp $ ################################################################# default: # # Make sure that "device" references the correct serial port # for your modem. (cuaa0 = COM1, cuaa1 = COM2) # set device /dev/cuaa0 set speed 57600 disable pred1 deny pred1 disable lqr deny lqr enable dns set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set redial 3 10 demand: set authname username set authkey **** set phone 721-9685 set timeout 300 set openmode active accept chap set ifaddr 127.1.1.1/0 127.2.2.2/0 255.255.255.0 add 0 0 127.2.2.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message