[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PPP via Minicom



On Fri, 28 Aug 1998, David Wright wrote:

>I ought to have mentioned the -d or debug parameter which will log
>the LCP information. The normal logs are really only useful to log ppp
>usage once you've got it all working. Before you post them, check for
>any exposed passwords they contain.

Here are my ppp logs with debug on.

The first one is with connection established manually with Minicom and
this command after exiting Minicom without reset:

/usr/sbin/pppd /dev/ttyS0 38400 defaultroute debug

Aug 28 11:29:24 linux pppd[3232]: pppd 2.3.5 started by dden, uid 1000
Aug 28 11:29:24 linux pppd[3232]: Using interface ppp0
Aug 28 11:29:24 linux pppd[3232]: Connect: ppp0 <--> /dev/ttyS0
Aug 28 11:29:24 linux pppd[3232]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth pap> <magic 0x75ea> <pcomp> <accomp>]
Aug 28 11:29:39 linux last message repeated 5 times
Aug 28 11:29:41 linux pppd[3232]: Hangup (SIGHUP)
Aug 28 11:29:41 linux pppd[3232]: Modem hangup
Aug 28 11:29:41 linux pppd[3232]: Connection terminated.
Aug 28 11:29:42 linux pppd[3232]: Exit.

Another manual connection with this command:

/usr/sbin/pppd /dev/ttyS0 38400 noauth defaultroute debug

Aug 28 12:26:03 linux pppd[3387]: Exit.
Aug 28 12:36:54 linux pppd[3426]: pppd 2.3.5 started by dden, uid 1000
Aug 28 12:36:54 linux pppd[3426]: Using interface ppp0
Aug 28 12:36:54 linux pppd[3426]: Connect: ppp0 <--> /dev/ttyS0
Aug 28 12:36:54 linux pppd[3426]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x7dfe> <pcomp> <accomp>]
Aug 28 12:37:12 linux last message repeated 6 times
Aug 28 12:37:13 linux pppd[3426]: Hangup (SIGHUP)
Aug 28 12:37:13 linux pppd[3426]: Modem hangup
Aug 28 12:37:13 linux pppd[3426]: Connection terminated.
Aug 28 12:37:14 linux pppd[3426]: Exit.

And finally, for comparison, the log of a successful automatic connection
using pon (with debug).

Aug 28 11:32:14 linux pppd[3246]: pppd 2.3.5 started by dden, uid 1000
Aug 28 11:32:15 linux chat[3247]: abort on (BUSY)
Aug 28 11:32:15 linux chat[3247]: abort on (NO CARRIER)
Aug 28 11:32:15 linux chat[3247]: abort on (VOICE)
Aug 28 11:32:15 linux chat[3247]: abort on (NO DIALTONE)
Aug 28 11:32:15 linux chat[3247]: send (ATDT<3416052>^M)
Aug 28 11:32:15 linux chat[3247]: expect (Username:)
Aug 28 11:32:37 linux chat[3247]: ATDT<3416052>^M^M
Aug 28 11:32:37 linux chat[3247]: CONNECT 26400/ARQ/V34/LAPM/V42BIS^M
Aug 28 11:32:37 linux chat[3247]: access-5 line 43 ^M
Aug 28 11:32:37 linux chat[3247]: User Access Verification^M
Aug 28 11:32:37 linux chat[3247]: Username:
Aug 28 11:32:37 linux chat[3247]:  -- got it 
Aug 28 11:32:37 linux chat[3247]: send (dden^M)
Aug 28 11:32:37 linux chat[3247]: expect (Password:)
Aug 28 11:32:38 linux chat[3247]:  dden^M
Aug 28 11:32:38 linux chat[3247]: Password:
Aug 28 11:32:38 linux chat[3247]:  -- got it 
Aug 28 11:32:38 linux chat[3247]: send (??????)
Aug 28 11:32:38 linux chat[3247]: expect (>)
Aug 28 11:32:43 linux chat[3247]: % Kerberos Password Verified.^M
Aug 28 11:32:43 linux chat[3247]: % Access granted to preferred pool.^M
Aug 28 11:32:44 linux chat[3247]: access-5>
Aug 28 11:32:44 linux chat[3247]:  -- got it 
Aug 28 11:32:44 linux chat[3247]: send (ppp^M)
Aug 28 11:32:44 linux pppd[3246]: Serial connection established.
Aug 28 11:32:45 linux pppd[3246]: Using interface ppp0
Aug 28 11:32:45 linux pppd[3246]: Connect: ppp0 <--> /dev/ttyS0
Aug 28 11:32:45 linux pppd[3246]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xffff0019> <pcomp> <accomp>]
Aug 28 11:32:48 linux pppd[3246]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xffff0019> <pcomp> <accomp>]
Aug 28 11:32:49 linux pppd[3246]: rcvd [LCP ConfReq id=0xcf <asyncmap 0xa0000> <magic 0x8ae83171> <pcomp> <accomp>]
Aug 28 11:32:49 linux pppd[3246]: sent [LCP ConfAck id=0xcf <asyncmap 0xa0000> <magic 0x8ae83171> <pcomp> <accomp>]
Aug 28 11:32:51 linux pppd[3246]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xffff0019> <pcomp> <accomp>]
Aug 28 11:32:51 linux pppd[3246]: rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0xffff0019> <pcomp> <accomp>]
Aug 28 11:32:51 linux pppd[3246]: sent [LCP EchoReq id=0x0 magic=0xffff0019]
Aug 28 11:32:51 linux pppd[3246]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <compress VJ 0f 01>]
Aug 28 11:32:54 linux pppd[3246]: rcvd [IPCP ConfReq id=0xa1 <compress VJ 0f 00> <addr 192.55.114.118>]
Aug 28 11:32:54 linux pppd[3246]: sent [IPCP ConfAck id=0xa1 <compress VJ 0f 00> <addr 192.55.114.118>]
Aug 28 11:32:54 linux pppd[3246]: rcvd [LCP EchoRep id=0x0 magic=0x8ae83171]
Aug 28 11:32:54 linux pppd[3246]: rcvd [IPCP ConfNak id=0x1 <addr 192.55.114.161>]
Aug 28 11:32:54 linux pppd[3246]: sent [IPCP ConfReq id=0x2 <addr 192.55.114.161> <compress VJ 0f 01>]
Aug 28 11:32:54 linux pppd[3246]: rcvd [IPCP ConfAck id=0x2 <addr 192.55.114.161> <compress VJ 0f 01>]
Aug 28 11:32:54 linux pppd[3246]: Cannot determine ethernet address for proxy ARP
Aug 28 11:32:54 linux pppd[3246]: local  IP address 192.55.114.161
Aug 28 11:32:54 linux pppd[3246]: remote IP address 192.55.114.118
Aug 28 11:33:21 linux pppd[3246]: sent [LCP EchoReq id=0x1 magic=0xffff0019]
Aug 28 11:33:21 linux pppd[3246]: rcvd [LCP EchoRep id=0x1 magic=0x8ae83171]
Aug 28 11:33:51 linux pppd[3246]: sent [LCP EchoReq id=0x2 magic=0xffff0019]
Aug 28 11:33:51 linux pppd[3246]: rcvd [LCP EchoRep id=0x2 magic=0x8ae83171]
Aug 28 11:34:21 linux pppd[3246]: sent [LCP EchoReq id=0x3 magic=0xffff0019]
Aug 28 11:34:21 linux pppd[3246]: rcvd [LCP EchoRep id=0x3 magic=0x8ae83171]
Aug 28 11:34:51 linux pppd[3246]: sent [LCP EchoReq id=0x4 magic=0xffff0019]
Aug 28 11:34:51 linux pppd[3246]: rcvd [LCP EchoRep id=0x4 magic=0x8ae83171]
Aug 28 11:35:21 linux pppd[3246]: sent [LCP EchoReq id=0x5 magic=0xffff0019]
Aug 28 11:35:21 linux pppd[3246]: rcvd [LCP EchoRep id=0x5 magic=0x8ae83171]
Aug 28 11:35:30 linux pppd[3246]: Terminating on signal 15.
Aug 28 11:35:30 linux pppd[3246]: sent [LCP TermReq id=0x2 "User request"]
Aug 28 11:35:31 linux pppd[3246]: rcvd [LCP TermAck id=0x2]
Aug 28 11:35:31 linux pppd[3246]: Connection terminated.
Aug 28 11:35:31 linux pppd[3246]: Hangup (SIGHUP)
Aug 28 11:35:31 linux pppd[3246]: Exit.

Well, there it is.  Automatic logins with pon and provider scripts work
perfectly, and here I am trying to get the readers of this list to help me
figure out how to log in manually.  What's wrong with this picture?

Thanks again,
David Densmore <dden@rollanet.org>


Reply to: