On Thu, 23 Apr 1998, Becker Manfred wrote:

> pppd[464]: Received bad configure-ack:  01 06 10 1a 96 c5 02 08 00 00 
> 00 00 00 01
> pppd[464]: IPXCP: timeout sending Config-Requests
> 
> What does this mean? Do I have to install some patches to get IPX 
> running?

Yes.  An IPX patch for ppp-2.3.3 is attached.

Geof

DISCLAIMER:  The comments above are my own and may not represent the views
             of my employer.
+-------------------------------+-------------------------------------------+
:     Geoffrey P. Goodrum       :         US Department of Commerce         :
:       +1-301-457-5100         : NOAA/NESDIS National Climatic Data Center :
: [EMAIL PROTECTED]:         Satellite Services Branch         :
+-------------------------------+-------------------------------------------+
diff -ru ppp-2.3.3-orig/pppd/ipxcp.c ppp-2.3.3/pppd/ipxcp.c
--- ppp-2.3.3-orig/pppd/ipxcp.c Fri Apr  3 23:39:49 1998
+++ ppp-2.3.3/pppd/ipxcp.c      Fri Apr  3 23:43:05 1998
@@ -146,7 +146,7 @@
 {
     short int  external;
 
-    if (internal & IPX_NONE)
+    if (internal & BIT(IPX_NONE))
         external = IPX_NONE;
     else
         external = RIP_SAP;
@@ -539,8 +539,7 @@
        ACKCINETWORK  (IPX_NETWORK_NUMBER,  go->neg_nn,     go->our_network);
        ACKCINODE     (IPX_NODE_NUMBER,     go->neg_node,   go->our_node);
        ACKCINAME     (IPX_ROUTER_NAME,     go->neg_name,   go->name);
-       ACKCIPROTO    (IPX_ROUTER_PROTOCOL, go->neg_router, go->router);
-       ACKCIPROTO    (IPX_ROUTER_PROTOCOL, go->neg_router, go->router);
+       if(len > 0)
        ACKCIPROTO    (IPX_ROUTER_PROTOCOL, go->neg_router, go->router);
 /*
  * This is the end of the record.

Reply via email to