Post by DanielDual Boot Win98 and Mandravis 2007 system. Posting this using my Win98
profile.
I'm away from home for a while, so I'm trying to set up kppp so it will
dial into my normal ISP so I can get my mail. Fortunately my ISP has a
portal or whatever you call it, so I'm not going to be paying long
distance 'phone rates.
When I dial in I get modem chatter for a couple of second then things go
quite (as I would expect) and the screen tells me it achieves connect
and starts pppd, but this final connection is never made. This is what
the kppp logfile looks like:-
Dec 17 13:24:41 localhost pppd[3152]: pppd 2.4.3 started by daniel, uid 500
Dec 17 13:24:41 localhost pppd[3152]: using channel 5
Dec 17 13:24:41 localhost pppd[3152]: Using interface ppp0
Dec 17 13:24:41 localhost pppd[3152]: Connect: ppp0 <--> /dev/ttyS0
Dec 17 13:24:41 localhost pppd[3152]: sent [LCP ConfReq id=0x1
<asyncmap 0xa0000> <magic 0x349a0dc7> <pcomp> <accomp>]
Dec 17 13:25:11 localhost pppd[3152]: LCP: timeout sending
Config-Requests Dec 17 13:25:11 localhost pppd[3152]: Connection
terminated.
Dec 17 13:25:11 localhost pppd[3152]: using channel 6
Dec 17 13:25:11 localhost pppd[3152]: Using interface ppp0
Dec 17 13:25:11 localhost pppd[3152]: Connect: ppp0 <--> /dev/ttyS0
Dec 17 13:25:11 localhost pppd[3152]: sent [LCP ConfReq id=0x2
<asyncmap 0xa0000> <magic 0x5b62c3e3> <pcomp> <accomp>]
Dec 17 13:25:11 localhost pppd[3152]: tcflush failed: Bad file descriptor
Dec 17 13:25:11 localhost pppd[3152]: tcsetattr: Invalid argument (line 1025)
Dec 17 13:25:11 localhost pppd[3152]: Exit.
Does this give anybody any clues?
And originally the log was telling me I was using channels 1 & 2 but now
I'm using (or trying, at least) to use channels 5 & 6. Are these channel
numbers on the ISP's modem or something else??
TIA
Daniel
After a Christmas break, I've decided to summaries the situation from
the other postings,so:-
On Dec 18th, Unruh had me put the line
daemon.*;local2.* /var/log/daemenlog
into /etc/syslog.conf and then run
killall -1 syslogd
and to make sure the word debug was in /etc/ppp/options
Done
Then ***@painkiller.example.tld (Moe Trin) sent in:-
LCP negotiations - peer hard of hearing. Doesn't look to me to be an
'asyncmap' (both proposing 0xa0000), or 'escape ff' problem. Peer never
seems to notice PAP AuthReq frame.
Old guy
Clifford Kite then commented that I was probably using the winmodem on
the Linux side but I'm actually using an external Motorola Lifestyle
28.8, if that makes a difference! He then examined the Kppp logfile and
commented:-
The pppd continues LCP negotiation after an initial Config-Req
timeout. Looks like a persist-related pppd option may be used, and it
seems that pppd 2.4.3 had a persist/demand bug.
and then, after the "call Exited", Cliff commented:-
This appears related to PPP/ttySx interfacing and might be due to a failed
modem connection or perhaps the persist bug, but that's only speculation.
On 19 Dec, Unruh wrote, quote:-
OK,
as root do
chmod +s /usr/bin/ppp
Also the far side is having trouble hearing you.
Try putting into /etc/ppp/options
asyncmap 0xa0000
The far end is a broken windows system.
end quote
Issuing the chmod gave quote:-
chmod: cannot access `/usr/bin/ppp': No such file or directory
End quote.
Then, on Tue, 19 Dec 2006 21:39:19 -0600, Clifford Kite wrote, Quote:-
Post by DanielDec 15 20:54:40 localhost pppd[2919]: rcvd [LCP ConfReq id=0x1
<asyncmap
Post by Daniel0xa0000> <auth pap> <magic 0x3c747bd6> <pcomp> <accomp> <mrru 1524>
<endpoint [local:61.61.70.74.76.69.63]>]
And here the peer seems not to have received pppd's "LCP ConfAck
id=0x2" since it ignores the "PAP AuthReq" and repeats it's first "LCP
ConfReq
id=0x1" request but drops only 2 of the 3 rejected options -and- includes
a magic number. It may be legal but it's weird.
End Quote
and, Quote
Post by DanielDec 15 20:54:41 localhost pppd[2919]: rcvd [LCP ConfReq id=0xdf
<mru 1456>
Post by Daniel<asyncmap 0xa0000> <auth pap> <magic 0x3c747bd6>]
An id number jump doesn't bother me since I don't think they need to
be sequential.
End quote
then, quote:-
Post by DanielDec 15 20:54:41 localhost pppd[2919]: sent [LCP ConfAck id=0xdf
<mru 1456>
Post by Daniel<asyncmap 0xa0000> <auth pap> <magic 0x3c747bd6>]
The id of a LCP Conf{Ack,Nak,Rej} need only match that of the last
ConfReq, as the ConfAck above does. RFC 1661, "5. LCP Packet Formats."
End quote
then, quote:-
Post by DanielDec 15 20:54:41 localhost pppd[2919]: rcvd [LCP ConfRej id=0x3
<asyncmap
Post by Daniel0xa0000> <pcomp> <accomp>]
-------------
Why the peer sends a LCP ConfRej for all requested options is beyond me.
End quote
then, part-quote:-
The OP can try adding the pppd option "default-asyncmap" - the PPP
default ACCM, escaping all CCs - and if that allows authentication to
proceed then
the peer was probably still expecting escaped characters while pppd had
begun using the ACCM because it had both received and sent an LCP ConfAck.
End part-quote
All of which produced the following in deamonlog:-
Dec 27 22:38:24 localhost pppd[3558]: pppd 2.4.3 started by root, uid 0
Dec 27 22:38:24 localhost pppd[3558]: using channel 1
Dec 27 22:38:24 localhost pppd[3558]: Using interface ppp0
Dec 27 22:38:24 localhost pppd[3558]: Connect: ppp0 <--> /dev/ttyS0
Dec 27 22:38:24 localhost pppd[3558]: sent [LCP ConfReq id=0x1 <asyncmap
0xa0000> <magic 0x68709551> <pcomp> <accomp>]
Dec 27 22:38:25 localhost pppd[3558]: rcvd [LCP ConfReq id=0x1 < 00 04
00 00> <mru 1524> <asyncmap 0xa0000> <auth pap> <pcomp> <accomp> <mrru
1524> <endpoint [local:73.74.61.63.6b]> < 17 04 6f 06>]
Dec 27 22:38:25 localhost pppd[3558]: sent [LCP ConfRej id=0x1 < 00 04
00 00> <mrru 1524> < 17 04 6f 06>]
Dec 27 22:38:25 localhost pppd[3558]: rcvd [LCP ConfAck id=0x1 <asyncmap
0xa0000> <magic 0x68709551> <pcomp> <accomp>]
Dec 27 22:38:25 localhost pppd[3558]: rcvd [LCP ConfReq id=0x2 <mru
1524> <asyncmap 0xa0000> <auth pap> <pcomp> <accomp> <endpoint
[local:73.74.61.63.6b]>]
Dec 27 22:38:25 localhost pppd[3558]: sent [LCP ConfAck id=0x2 <mru
1524> <asyncmap 0xa0000> <auth pap> <pcomp> <accomp> <endpoint
[local:73.74.61.63.6b]>]
Dec 27 22:38:25 localhost pppd[3558]: sent [PAP AuthReq id=0x1
user="***@roam.albury.net.au" password=<hidden>]
Dec 27 22:38:25 localhost pppd[3558]: rcvd [LCP ConfReq id=0x1 <asyncmap
0xa0000> <auth pap> <magic 0xc7ab09fe> <pcomp> <accomp> <mrru 1524>
<endpoint [local:61.61.70.74.76.69.63]>]
Dec 27 22:38:25 localhost pppd[3558]: sent [LCP ConfReq id=0x2 <asyncmap
0xa0000> <magic 0xcab875a5> <pcomp> <accomp>]
Dec 27 22:38:25 localhost pppd[3558]: sent [LCP ConfRej id=0x1 <mrru 1524>]
Dec 27 22:38:25 localhost pppd[3558]: rcvd [LCP ConfAck id=0x2 <asyncmap
0xa0000> <magic 0xcab875a5> <pcomp> <accomp>]
Dec 27 22:38:25 localhost pppd[3558]: rcvd [LCP ConfReq id=0x2 <asyncmap
0xa0000> <auth pap> <magic 0xc7ab09fe> <pcomp> <accomp> <endpoint
[local:61.61.70.74.76.69.63]>]
Dec 27 22:38:25 localhost pppd[3558]: sent [LCP ConfAck id=0x2 <asyncmap
0xa0000> <auth pap> <magic 0xc7ab09fe> <pcomp> <accomp> <endpoint
[local:61.61.70.74.76.69.63]>]
Dec 27 22:38:25 localhost pppd[3558]: sent [PAP AuthReq id=0x2
user="***@roam.albury.net.au" password=<hidden>]
Dec 27 22:38:25 localhost pppd[3558]: rcvd [LCP ConfReq id=0x79 <mru
1456> <asyncmap 0xa0000> <auth pap> <magic 0xc7ab09fe>]
Dec 27 22:38:25 localhost pppd[3558]: sent [LCP ConfReq id=0x3 <asyncmap
0xa0000> <magic 0x8bb8ad72> <pcomp> <accomp>]
Dec 27 22:38:25 localhost pppd[3558]: sent [LCP ConfAck id=0x79 <mru
1456> <asyncmap 0xa0000> <auth pap> <magic 0xc7ab09fe>]
Dec 27 22:38:26 localhost pppd[3558]: rcvd [LCP ConfRej id=0x3 <asyncmap
0xa0000> <pcomp> <accomp>]
Dec 27 22:38:26 localhost pppd[3558]: sent [LCP ConfReq id=0x4 <magic
0x8bb8ad72>]
Dec 27 22:38:26 localhost pppd[3558]: rcvd [LCP ConfAck id=0x4 <magic
0x8bb8ad72>]
Dec 27 22:38:26 localhost pppd[3558]: sent [PAP AuthReq id=0x3
user="***@roam.albury.net.au" password=<hidden>]
Dec 27 22:38:29 localhost pppd[3558]: sent [PAP AuthReq id=0x4
user="***@roam.albury.net.au" password=<hidden>]
Dec 27 22:38:32 localhost pppd[3558]: sent [PAP AuthReq id=0x5
user="***@roam.albury.net.au" password=<hidden>]
Dec 27 22:38:35 localhost pppd[3558]: sent [PAP AuthReq id=0x6
user="***@roam.albury.net.au" password=<hidden>]
Dec 27 22:38:38 localhost pppd[3558]: sent [PAP AuthReq id=0x7
user="***@roam.albury.net.au" password=<hidden>]
Dec 27 22:38:41 localhost pppd[3558]: sent [PAP AuthReq id=0x8
user="***@roam.albury.net.au" password=<hidden>]
Dec 27 22:38:44 localhost pppd[3558]: sent [PAP AuthReq id=0x9
user="***@roam.albury.net.au" password=<hidden>]
Dec 27 22:38:47 localhost pppd[3558]: sent [PAP AuthReq id=0xa
user="***@roam.albury.net.au" password=<hidden>]
Dec 27 22:38:50 localhost pppd[3558]: sent [PAP AuthReq id=0xb
user="***@roam.albury.net.au" password=<hidden>]
Dec 27 22:38:53 localhost pppd[3558]: sent [PAP AuthReq id=0xc
user="***@roam.albury.net.au" password=<hidden>]
Dec 27 22:38:56 localhost pppd[3558]: No response to PAP
authenticate-requests
Dec 27 22:38:56 localhost pppd[3558]: sent [LCP TermReq id=0x5 "Failed
to authenticate ourselves to peer"]
Dec 27 22:38:56 localhost pppd[3558]: rcvd [LCP TermAck id=0x5]
Dec 27 22:38:56 localhost pppd[3558]: Connection terminated.
Dec 27 22:38:56 localhost pppd[3558]: Exit.
and, as I was closing the terminal, I noticed some lines that were
interesting:-
[***@localhost daniel]# kppp
kbuildsycoca running...
KWrited - Listening on Device /dev/pts/2
Opener: received SetSecret
Opener: received SetSecret
Opener: received OpenLock
Opener: received OpenDevice
Opener: received ExecPPPDaemon
In parent: pppd pid 3417
Couldn't find interface ppp0: No such device
Kernel supports ppp alright.
It was pppd that died
pppd exited with return value 19
Sending 3399 a SIGUSR1
Opener: received RemoveSecret
Opener: received RemoveSecret
Opener: received OpenResolv
Opener: received OpenResolv
Opener: received RemoveLock
Opener: received PPPDExitStatus
Opener: received PPPDExitStatus
unix_connect: can't connect to server
(unix:/root/tmp/ksocket-root/localhost-0de0-459259a8)
Launched ok, pid = 3441
There are already artsd objects registered, looking if they are active...
... cleaned 5 unused mcop global references.
[***@localhost daniel]#
Does any of this help someone get me online using MD2007??
TIA
Daniel
--
Posted via a free Usenet account from http://www.teranews.com