Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2000 09:34:14 +0200
From:      Irvine Short <irvine@sanbi.ac.za>
To:        Peter Stapley <pstapley@rapidnet.com>, questions@FreeBSD.ORG
Subject:   Re: PPP Problem
Message-ID:  <39C5C576.E52EADCB@sanbi.ac.za>
References:  <000501c01f93$ecc28b00$0301a8c0@ihatejim.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Is the modem locked to 115200 maybe?

If you do a cu -l/dev/cuaa0 -s57600 and type AT do you get an OK?

And the same with cu -l/dev/cuaa0 -s115200

What does PPP.log say?

Peter Stapley wrote:
> 
> 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

-- 

Irvine Short

Sys Admin
SANBI, University of the Western Cape, South Africa
http://www.sanbi.ac.za 
tel: +27-21-959 3645
fax: +27-21-959 2512
cel: +27-82-494 3828


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?39C5C576.E52EADCB>