On Tue, 2 Mar 1999, Kraaij, Wessel wrote:

> Did anybody succesfully etablish a PPP connection to an Ascend MAX which is
> configured for MS CBCP? I tried pppd 2.3.5 with 
> The cbcp patch, but without success... User authentication through PAP works
> fine, but the server does not close the connection to initiate a callback. I
> can supply logs of the LCP protocol negotiations.
> 

Which cbcp patch? The one included with ppp?

Are you trying to use AdminDefined callback with a non NT cbcp server?
(such as a cisco, oh sorry, I didn't read the Ascend MAX part, might be
the same)

If you run with debug flag do you get a server and client that seem to
agree on AdminDefined, but they keep negotiating (increasing serial no)?

If so, you may want to try this (apply in the pppd dir):

--- cbcp.c.org  Tue Sep  8 18:07:55 1998
+++ cbcp.c      Tue Sep  8 18:08:25 1998
@@ -343,10 +343,9 @@
     if (cb_type & ( 1 << CB_CONF_ADMIN ) ) {
        syslog(LOG_DEBUG, "cbcp_resp CONF_ADMIN");
         PUTCHAR(CB_CONF_ADMIN, bufp);
-       len = 3 + 1;
+       len = 3;
        PUTCHAR(len , bufp);
        PUTCHAR(5, bufp); /* delay */
-       PUTCHAR(0, bufp);
        cbcp_send(us, CBCP_RESP, buf, len);
        return;
     }

Let me know if it works. It does for me.

/Urban

---
Urban Widmark                           [EMAIL PROTECTED]
Svenska Test AB                         +46 90 71 71 23


-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]
  • MS CBCP Kraaij, Wessel
    • Urban Widmark

Reply via email to