Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jan 2000 23:10:27 -0600
From:      "Anthony Rubin" <jedi@enteract.com>
To:        <freebsd-questions@freebsd.org>
Subject:   ppp with Concentric
Message-ID:  <003c01bf5804$58dc2880$010210ac@AnthonyRubin>

next in thread | raw e-mail | index | archive | help
I recently signed up for a dial-up account with Concentric.  I'm using an
internal 3com V.90 modem that is properly detected on COM 2 and IRQ 3.  My
problem is that I am unable to maintain a stable connection to Concentric
and I always seem to disconnect when I see messages such as this in
/var/log/ppp.log.

Jan  5 22:25:41 beast ppp[241]: tun0: CCP: Predictor1: Input channel reset
Jan  5 22:25:41 beast ppp[241]: tun0: CCP: Predictor1: Output channel reset
Jan  5 22:25:41 beast ppp[241]: tun0: CCP: deflink: Out = PRED1[1], In =
PRED1[1]

I am able to connect to my old ISP just fine.  Below is my
/etc/ppp/ppp.conf.  I use ppp -auto -nat Concentric to start ppp.  The init
string disables X2 on the modem.    Thanks for any help in advance.

default:
 set device /dev/cuaa1
 set log Phase Chat LCP IPCP CCP tun command
 set speed 115200
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK
ATE1Q0S32=34
 OK \\dATDT\\T TIMEOUT 40 CONNECT"
 set timeout 900
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 add default HISADDR
 enable dns

EnterAct:
 set phone *******
 set authname ***
 set authkey ***

Concentric:
 set phone *******
 set authname ***
 set authkey ***



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?003c01bf5804$58dc2880$010210ac>