[pptp-server] Help!!!

Neale Banks neale at lowendale.com.au
Mon Feb 18 19:27:40 CST 2002


On Mon, 18 Feb 2002, Xaz wrote:

> Hi, i need help, somebody can tell me what signify this. Thank.

OK, I'l have a go...

[...]
> linux pppd[1449]: rcvd [LCP ConfReq id=0xd7 <magic 0x51a1692a> <mru 1500>
> <auth pap> <pcomp>]

We *receive* a request to authenticate with PAP

> linux pppd[1449]: sent [LCP ConfRej id=0xd7 <auth pap>]

We *send* a rejection for the request to authenticate with PAP.

[...]
> linux pppd[1449]: rcvd [LCP ConfReq id=0xd8 <magic 0x51a1692a> <mru 1500>
> <auth chap MD5> <pcomp>]

We *receive* a request to authenticate with CHAP

> linux pppd[1449]: sent [LCP ConfRej id=0xd8 <auth chap MD5>]

We *send* a rejection for the request to authenticate with CHAP.

[...]
> linux pppd[1449]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <compress VJ 0f
> 01>]

We send a request to set up IP

[...]
> linux pppd[1449]: rcvd [IPCP TermAck id=0x1]

We receive a message terminating IP

> linux pppd[1449]: rcvd [LCP TermReq id=0xda]
> linux pppd[1449]: LCP terminated by peer
> linux pppd[1449]: sent [LCP TermAck id=0xda]
> linux pppd[1449]: Connection terminated.
[...]

"Connection terminated" is a nice summary here.

I'd start by looking harder at which side is supposed to be authenticating
the other.

HTH,
Neale.




More information about the pptp-server mailing list