Hi all,

I had the following problem:
> I'm using diald-0.99 on Linux with kernel 2.0.36.
[snip]
> But as soon as a connection to the internet is established,
> the ping packets between my NT box and the Linux gateway get lost.
[snip]

After getting the following suggestion/patch from Atsawin Chowanakritsanakul
(many thanx) my LAN connection soes function properly.
I thaught other may as well benefit from this.

% This is a known problem.
% When the connection is established, diald-0.99 will ifconfig sl0 to 0.0.0.0
% instead of just down it.
% Someone from this list said that this make 2.0.x kernel confuse
% and fail to communicate with LAN.
% 
% To work around it, just apply this patch:
--- route.c_    Thu May  6 23:05:04 1999
+++ route.c     Sun Jun  6 20:24:07 1999
@@ -195,7 +195,7 @@
      */
     del_routes(desc, iface, lip, rip);

-    sprintf(buf, "%s %s 0.0.0.0",
+    sprintf(buf, "%s %s down",
        path_ifconfig, iface);
     run_shell(SHELL_WAIT, desc, buf, -1);
 }

Ekkehard Hoffmann
Forschungszentrum Informatik (FZI)
Mobility Management and Robotics        phone : +49-721-9654-302
Haid-und-Neu-Str. 10-14                 fax   : +49-721-9654-309
D 76131 Karlsruhe (Germany)             email : [EMAIL PROTECTED]



-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]

Reply via email to