> Ouf! I believe I managed to connect to the NT box alright, but the peer is
> configured to dial back --which it doesn't (I don't dare cracking a joke that
> this is expected from MS stuff). I tested the connection from NT->NT Ras and
> it works. Has anybody got some more instructions about dial back via RAS?
> After successfull authentication the host should at least attempt in ringing
> my phone (which it doesn't). What did I forget?
> Here is the pppd log output from that session
> Mar 23 20:50:43 bigbro pppd[683]: Connect: ppp0 <--> /dev/modem
> Mar 23 20:50:43 bigbro pppd[683]: sent [LCP ConfReq id=0x1 <magic 0xffff9109> <pcomp> <accomp>]
> Mar 23 20:50:43 bigbro pppd[683]: rcvd [LCP ConfReq id=0x0 <asyncmap 0x0> <auth chap 80> <magic 0x41f> <pcomp> <accomp>]
> Mar 23 20:50:43 bigbro pppd[683]: sent [LCP ConfAck id=0x0 <asyncmap 0x0> <auth chap 80> <magic 0x41f> <pcomp> <accomp>]
> Mar 23 20:50:43 bigbro pppd[683]: rcvd [LCP ConfAck id=0x1 <magic 0xffff9109> <pcomp> <accomp>]
> Mar 23 20:50:44 bigbro pppd[683]: rcvd [CHAP Challenge id=0x59 <10800f200c5ff6d7>, name = ""]
> Mar 23 20:50:44 bigbro pppd[683]: sent [CHAP Response id=0x59 <00000000000000000000000000000000000000000000000018530c98fc0f6cd0f86f0fd489
> Mar 23 20:50:45 bigbro pppd[683]: rcvd [CHAP Success id=0x59 ""]
> Mar 23 20:50:45 bigbro pppd[683]: sent [IPCP ConfReq id=0x1 <addr 192.168.10.1> <compress VJ 0f 01>]
> Mar 23 20:50:45 bigbro pppd[683]: rcvd [LCP TermReq id=0x1 00 00 02 89]
> Mar 23 20:50:45 bigbro pppd[683]: sent [LCP TermAck id=0x1]
> Mar 23 20:50:46 bigbro pppd[683]: Modem hangup
> Mar 23 20:50:46 bigbro pppd[683]: Connection terminated.
> Mar 23 20:50:47 bigbro pppd[683]: Exit.
the callback only works if the peer (you) requests the callback protocol
during LCP negociation.
You need a pppd version with the callback patch of Pedro Roque Marques.
Thomas Stahl