Re: ISP internet connection ...
Re: ISP internet connection ...
- Subject: Re: ISP internet connection ...
- From: Vincent Lubet <email@hidden>
- Date: Fri, 8 Nov 2002 11:07:16 -0800
This looks like a bug. Please file problem report at
bugreport.apple.com to make sure the problem will be addressed.
Thanks,
Vincent
On Friday, November 8, 2002, at 04:59 AM, Payman wrote:
Hi Vincent,
I am using CW8.2 in OS 10.2 for a ISP & Tools Application .
There is no APIs for PPPLib and OpenTransport
return no errors (always kOTNoError) in NotifierProc
see below:
Dump data in NotifierProc ....
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
What happend? is this a OT Bug in OS X ?
What can i do now ?
Our ISP Application need internet connection ...
after config. (SCF).
Thanks Payman
PS :
Our OT Connection source code works in OS 9.
I just compile it in OS X
Let me emphasis the PPPLib code does not defines an API (Application
Programming Interface). This is just a sample code that is part of
Darwin but it is not part of the Mac OS X. Apple is not making any
guaranty the PPPLib code does actually work now or will work in
future releases of Mac OS X.
Obviously, we are aware of the usefulness of PPPLib and we will try
to keep PPPLib working.
Use at your own risk!
Vincent Lubet
Manager, Networking Team
Apple
_______________________________________________
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.
_______________________________________________
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.