Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 1999 11:54:52 -0500
From:      Bryan Albright <bryana@uswest.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Bitsurfr Pro EZ configuration
Message-ID:  <19990615115452.A86105@thor.oss.uswest.net>

next in thread | raw e-mail | index | archive | help
Hi folks--

Here's my situation.  I have a Motorola BitSURFR Pro EZ modem
connected to a FreeBSD 3.2 box.  I cannot connect to my ISP (who uses
PAP) I have my ppp.conf file set up like this(it works just fine for a
56k modem):

How do I modify the ppp.conf file to actually connect with PAP?  (Could it 
possibly be that I am setting the speed too high for the one number I am 
dialing?  Should I set the phone number to ########&######## (or even 
#######a&a?(where a is the last number of the telephone number))?) Or is it, 
as shown in the log, that I am not sending the information with the correct 
protocol? (deflink: his=PAP, mine=none)

Thanks tons! (and then some)

Bryan Albright

P.S. any inconsistencies in the log file below are more than likely either 
typoes or the fact that I have problems decoding my wife's writing.  Thanks.

#########################
### /etc/ppp/ppp.conf ###
#########################
default:
 set log Phase Chat Connect Carrier IPCP CCP tun command
 set device /dev/cuaa0
 set speed 115200
 deny lqr
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\ dATDT\\T TIMEOUT 40 CONNECT"
uswest.secure:
 set phone ########
 set login
 set authname ########
 set authkey ########
 set timeout 600
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 delete ALL
 add 0 0 HISADDR
uswest.mpls:
 set phone 672-0101
 set login
 set authname cuy
 set authkey [insert password here]
 set timeout 600
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 delete ALL
 add 0 0 HISADDR
  

##############################################
### /var/logl/ppp.log  (all typed by hand) ###
##############################################
June 15 02:50:18 baldur ppp[268]: tun0: set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
June 15 02:50:18 baldur ppp[268]: tun0: set phone ########
June 15 02:50:18 baldur ppp[268]: tun0: set login
June 15 02:50:18 baldur ppp[268]: tun0: set authname ########
June 15 02:50:18 baldur ppp[268]: tun0: set authkey ********
June 15 02:50:18 baldur ppp[268]: tun0: set timeout 120
June 15 02:50:18 baldur ppp[268]: tun0: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
June 15 02:50:18 baldur ppp[268]: tun0: delete ALL
June 15 02:50:18 baldur ppp[268]: tun0: add 0 0 HISADDR
June 15 02:50:18 baldur ppp[268]: tun0: Phase: PPP started (automode)
June 15 02:50:18 baldur ppp[268]: tun0: bundle: establish
June 15 02:50:18 baldur ppp[268]: tun0: deflink: closed -> opening
June 15 02:50:18 baldur ppp[268]: tun0: deflink: connected!
June 15 02:50:18 baldur ppp[268]: tun0: deflink: opening -> dial
June 15 02:50:18 baldur ppp[268]: tun0: phase: phone: 317-4795
June 15 02:50:18 baldur ppp[268]: tun0: chat: deflink Dial attempt 1 of 1 
June 15 02:50:18 baldur ppp[268]: tun0: chat: send ATZ^M
June 15 02:50:18 baldur ppp[268]: tun0: chat: Expect(14) OK
June 15 02:50:18 baldur ppp[268]: tun0: chat: Received: ATZ^M^M
June 15 02:50:18 baldur ppp[268]: tun0: chat: Received: OK^M
June 15 02:50:18 baldur ppp[268]: tun0: chat: Expect(60): CONNECT
June 15 02:50:18 baldur ppp[268]: tun0: chat: Received: ATDT ########^M^M
June 15 02:50:18 baldur ppp[268]: tun0: chat: Received: CONNECT 115200^M
June 15 02:50:18 baldur ppp[268]: tun0: Phase: deflink: dial -> login
June 15 02:50:19 baldur ppp[268]: tun0: Phase: deflink: login -> lcp
June 15 02:50:19 baldur ppp[268]: tun0: Phase: Bundle: Authenticate
June 15 02:50:23 baldur ppp[268]: tun0: Phase: deflink: his=PAP, mine=none
June 15 02:50:23 baldur ppp[268]: tun0: Phase: pap output: ######## ********
June 15 02:50:25 baldur ppp[268]: tun0: Phase: deflink: his=PAP, mine=none
June 15 02:50:25 baldur ppp[268]: tun0: Phase: pap output: ######## ********
June 15 02:50:28 baldur ppp[268]: tun0: Phase: deflink: his=PAP, mine=none
June 15 02:50:28 baldur ppp[268]: tun0: Phase: pap output: ######## ********
.
.
.

-- 
+------------------------+------------------------+
|     Bryan Albright     |    bryana@uswest.net   |
+------------------------+------------------------+
| Man who live in glass house, dress in basement. |
+-------------------------------------------------+


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?19990615115452.A86105>