Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 1998 00:31:51 +1000
From:      "Brett Gray" <beatteam@austasia.net>
To:        "Freebsd Newbies List" <freebsd-newbies@FreeBSD.ORG>
Subject:   Need Help - cant get dialup connection with PAP
Message-ID:  <199809031434.HAA23756@hub.freebsd.org>

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

My new ISP (who doesnt support UNIX, FreeBSD, Linux etc.) only provides PPP
via PAP.

I cant find any manual type help on LCP or LQR (and very little on PAP) in
the handbook or in the search engines which decribes error codes etc.

I have read the FreeBSD handbook and checked the man pages on the system
and edited and configured the ppp.conf file to enable PAP etc..  and the
enable verbose logging.

But is still fails for some reason...    I have attached my ppp.conf file
to this email and a copy of the log file (below).

Could someone please look over these and tell me where Im going wrong?

Please???

Thanks in advance..

Brett

------------------------
ppp.conf file reads as follows:

default:
 set debug Phase Chat Connect Carrier LQM LCP Link TCP/IP
 set device /dev/cuaa1
 set speed 57600
 set ctsrts
 set timeout 600
 disable lqr
 deny lqr
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATX3 OK-AT-OK
\\dATDT\\T
 TIMEOUT 40 CONNECT"
 enable dns 

ozemail:            
 set device /dev/cuaa1
 set speed 57600
 set ctsrts
 set phone 12345678
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATX3 OK-AT-OK
\\dATDT\\T
 TIMEOUT 40 CONNECT"
 enable pap
 accept pap
 disable chap
 deny chap
 set authname brett 
 set authkey password
 set login
 set timeout 300
 set ifaddr 10.0.0.1/0 10.0.0.2/0
 delete ALL
 add 0 0 HISADDR  


-------------------------------------------------
LOG FILE READS AS FOLLOWS:

09-03 23:48:51 [678] Using interface: tun0
09-03 23:48:51 [679] Listening at 3000.
09-03 23:48:51 [679] PPP Started.
09-03 23:48:51 [679] Dial attempt 1 of 1
09-03 23:48:51 [679] Expecting 
09-03 23:48:51 [679] sending: ATX3
09-03 23:48:51 [679] Expecting OK-AT-OK
09-03 23:48:51 [679] Wait for (5): OK --> OK
09-03 23:48:51 [679] Chat: ATX3
09-03 23:48:51 [679] Chat: OK
09-03 23:48:51 [679] Phone: 12345678
09-03 23:48:51 [679] sending: ATDT12345678
09-03 23:48:51 [679] Expecting CONNECT
09-03 23:48:51 [679] Wait for (40): CONNECT --> CONNECT
09-03 23:48:51 [679] Chat: 
09-03 23:49:22 [679] Chat: ATDT12345678
09-03 23:49:22 [679] Chat: CONNECT
09-03 23:49:22 [679] *Connected!
09-03 23:49:22 [679] LCP: state change Initial --> Closed
09-03 23:49:22 [679] LCP: state change Closed --> Stopped
09-03 23:49:23 [679] LCP: Received Configure Request (1) state = Stopped
(3)
09-03 23:49:23 [679]  ACCMAP 00000000
09-03 23:49:23 [679]  AUTHPROTO proto = c023
09-03 23:49:23 [679]  MAGICNUM 9e31498d
09-03 23:49:23 [679]  PROTOCOMP
09-03 23:49:23 [679]  ACFCOMP
09-03 23:49:23 [679]  ???[13]
09-03 23:49:23 [679] LCP: SendConfigReq
09-03 23:49:23 [679]  ACFCOMP
09-03 23:49:23 [679]  PROTOCOMP
09-03 23:49:23 [679]  ACCMAP [6] 00000000
09-03 23:49:23 [679]  MRU [4] 1500
09-03 23:49:23 [679]  MAGICNUM [6] 5a3fa0f6
09-03 23:49:23 [679]  AUTHPROTO [4] 49187
09-03 23:49:23 [679] LCP:  SendConfigRej(Stopped)
09-03 23:49:23 [679]  ???[13]
09-03 23:49:23 [679] LCP: state change Stopped --> Req-Sent
09-03 23:49:23 [679] LCP: Received Configure Ack (1) state = Req-Sent (6)
09-03 23:49:23 [679] LCP: state change Req-Sent --> Ack-Rcvd
09-03 23:49:23 [679] LCP: Received Configure Request (2) state = Ack-Rcvd
(7)
09-03 23:49:23 [679]  ACCMAP 00000000
09-03 23:49:23 [679]  AUTHPROTO proto = c023
09-03 23:49:23 [679]  MAGICNUM 9e31498d
09-03 23:49:23 [679]  PROTOCOMP
09-03 23:49:23 [679]  ACFCOMP
09-03 23:49:23 [679] LCP:  SendConfigAck(Ack-Rcvd)
09-03 23:49:23 [679]  ACCMAP 00000000
09-03 23:49:23 [679]  AUTHPROTO proto = c023
09-03 23:49:23 [679]  MAGICNUM 9e31498d
09-03 23:49:23 [679]  PROTOCOMP
09-03 23:49:23 [679]  ACFCOMP
09-03 23:49:23 [679] LCP: state change Ack-Rcvd --> Opend
09-03 23:49:23 [679] LCP: LayerUp
09-03 23:49:23 [679] Phase: Authenticate
09-03 23:49:23 [679]  his = c023, mine = c023
09-03 23:49:23 [679] PAP: brett (password)
09-03 23:49:23 [679] LQM method = 2
09-03 23:49:23 [679] LQR is not activated.
09-03 23:49:23 [679] PapInput: REQUEST
09-03 23:49:23 [679] PapOutput: NAK
09-03 23:49:23 [679] LCP: LayerDown
09-03 23:49:23 [679] Phase: Terminate
09-03 23:49:23 [679] LCP: SendTerminateReq.
09-03 23:49:23 [679] LCP: state change Opend --> Closing
09-03 23:49:23 [679] PapInput: REQUEST
09-03 23:49:23 [679] PapOutput: NAK
09-03 23:49:23 [679] LCP: Received Terminate Ack (2) state = Closing (4)
09-03 23:49:23 [679] LCP: state change Closing --> Closed
09-03 23:49:23 [679] LCP: LayerFinish
09-03 23:49:23 [679] Disconnected!
09-03 23:49:23 [679] Connect time: 1 secs
09-03 23:49:23 [679] Phase: Dead
09-03 23:49:23 [679] LCP: state change Closed --> Initial
09-03 23:49:23 [679] Phase: Dead

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-newbies" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809031434.HAA23756>