Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2000 22:09:34 -0600
From:      "Peter Stapley" <pstapley@rapidnet.com>
To:        <questions@FreeBSD.ORG>
Subject:   PPP Problem
Message-ID:  <000501c01f93$ecc28b00$0301a8c0@ihatejim.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000501c01f93$ecc28b00$0301a8c0>