Networking Forums

Networking Forums > Computer Networking > Linux Networking > Interpreting PPP logfile

Reply
Thread Tools Display Modes

Interpreting PPP logfile

 
 
Steven Feil
Guest
Posts: n/a

 
      12-03-2004, 05:45 AM
Is there some sort of guide to interpreting the output of a ppp
logfile? Ok, some lines are simple to understand.

sent [PAP AuthReq id=0x1 user="anything" password=<hidden>]

Means that My computer just sent my username and password. But what
the hell does the next line mean??

rcvd [LCP ProtRej id=0x0 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15
03 2f]

The peer rejected my protocol? I looked in the PPP HOW-TO and man pppd
but found nothing. Is this where you have to read the source code?
 
Reply With Quote
 
 
 
 
patrick@klos.com
Guest
Posts: n/a

 
      12-03-2004, 11:38 AM
In article <(E-Mail Removed)> ,
Steven Feil <(E-Mail Removed)> wrote:
>Is there some sort of guide to interpreting the output of a ppp
>logfile? Ok, some lines are simple to understand.
>
>sent [PAP AuthReq id=0x1 user="anything" password=<hidden>]
>
>Means that My computer just sent my username and password. But what
>the hell does the next line mean??
>
>rcvd [LCP ProtRej id=0x0 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15
> 03 2f]
>
>The peer rejected my protocol? I looked in the PPP HOW-TO and man pppd
>but found nothing. Is this where you have to read the source code?


It means that your machine sent a request to negotiate compression on
the link using CCP (the Compression Control Protocol), and that the peer
doesn't know that protocol at all. Depending on the PPP you're using,
you probably want to use the 'noccp' option. Even so, the way PPP works,
this message is harmless and your link should still work if this happens.

========= For LAN/WAN Protocol Analysis, check out PacketView Pro! =========
Patrick Klos Email: (E-Mail Removed)
Klos Technologies, Inc. Web: http://www.klos.com/
==================== What goes around, comes around... =====================
 
Reply With Quote
 
Clifford Kite
Guest
Posts: n/a

 
      12-03-2004, 02:42 PM
Steven Feil <(E-Mail Removed)> wrote:
> Is there some sort of guide to interpreting the output of a ppp
> logfile? Ok, some lines are simple to understand.


There's no good Internet site I know about that documents the
not-so-simple raw PPP link negotiation messages (such as the one
you ask about below) in a tutorial manner.

> sent [PAP AuthReq id=0x1 user="anything" password=<hidden>]


> Means that My computer just sent my username and password. But what
> the hell does the next line mean??


It rejects all data compression algorithms by rejecting Compression
Control Protocol (CCP), which PPP uses to negotiate data compression
algorithms. The peer PPP implementation is not capable of, or is not
configured for, any type of PPP data compression.

> rcvd [LCP ProtRej id=0x0 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15
> 03 2f]


> The peer rejected my protocol? I looked in the PPP HOW-TO and man pppd
> but found nothing. Is this where you have to read the source code?


Or the RFCs. There is also a book by James Carlson, "PPP Design,
Implementation, and Debugging" that can help and uses examples
from pppd. But it is not pppd or Linux specific and probably not
appropriate for the only mildly curious.

--
Clifford Kite Email: "echo xvgr_yvahk-(E-Mail Removed)|rot13"
PPP-Q&A links, downloads: http://ckite.no-ip.net/
/* Speak softly and carry a sucker rod (See man syslogd, footnote to
recommendation 4 under SECURITY THREATS). */
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Question about interpreting tcptrace results Dan Stromberg Linux Networking 3 01-14-2006 12:42 AM
View a logfile for TCP/IP ethernet dk_ Windows Networking 2 11-01-2005 05:36 PM
Need help in interpreting strace output. S V Linux Networking 0 10-19-2004 09:10 PM
iptables logfile parsing tool Will Hall Linux Networking 4 11-21-2003 06:54 PM
setting dhcpd logfile 2boxers_at_comcast_dot_net Linux Networking 2 11-15-2003 01:41 AM



1 2 3 4 5 6 7 8 9 10 11