Re: Internet Connection on OS X (PPP)
Re: Internet Connection on OS X (PPP)
- Subject: Re: Internet Connection on OS X (PPP)
- From: Payman <email@hidden>
- Date: Fri, 08 Nov 2002 00:41:34 +0100
Hi Jens,
i am dumping all codes : (OS X 10.2.1 & CW8.2)
see below:
Without modem connection to tel. :
kPPPConnectCompleteEvent : cookie= 0 - OTResult= 1
kPPPDisconnectEvent : cookie= 0 - OTResult= 0
Wrong password (Auth Error) :
kPPPConnectCompleteEvent : cookie= 0 - OTResult= 1
kPPPLowerLayerUpEvent : cookie= 0 - OTResult= 0
kPPPLCPUpEvent : cookie= 0 - OTResult= 0
kPPPAuthenticationStartedEvent : cookie= 0 - OTResult= 0
kPPPAuthenticationFinishedEvent : cookie= 0 - OTResult= 0 (Nothing here
??? and disconnect)
kPPPLCPDownEvent : cookie= 0 - OTResult= 0
kPPPLowerLayerDownEvent : cookie= 0 - OTResult= 0
kPPPDisconnectEvent : cookie= 0 - OTResult= 0
All OK (connection) :
kPPPConnectCompleteEvent : cookie= 0 - OTResult= 1
kPPPLowerLayerUpEvent : cookie= 0 - OTResult= 0
kPPPLCPUpEvent : cookie= 0 - OTResult= 0
kPPPAuthenticationStartedEvent : cookie= 0 - OTResult= 0
kPPPAuthenticationFinishedEvent : cookie= 0 - OTResult= 0
kPPPIPCPUpEvent : cookie= 0 - OTResult= 0
whats wrong
is this a bug in OT on PPP mode ?
I try in async (endpoint) mode and seam result ...
Thanks for you help
Payman ...
Jens Bauer wrote:
Hi Payman,
I'd recommend that you do not look at the cookie at all, but instead
look at the OTResult parameter (in this case you named the variable
'res').
Try dumping these codes, and see what happens.
On Thursday, Nov 7, 2002, at 14:59 Europe/Copenhagen, Payman wrote:
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.