On 09.10, David Kobler wrote:
> Is anybody getting this message after upgrading to the latest kernel?
> kernel: MASQUERADE: No route: Rusty's brain broke!
> 
> I am using nat/masquerading to share the internet.  To enable internet
> sharing  I must revert back to 2.4.21.
> 
> Hope to see this get fixed soon.

Until the right fix this does the trick.
I suppose Juan has on his queue, or is wating for the final fix.

===== net/ipv4/netfilter/ipt_MASQUERADE.c 1.6 vs edited =====
--- kernel/net/ipv4/netfilter/ipt_MASQUERADE.c  Tue Aug 12 11:30:12 2003
+++ kernel/net/ipv4/netfilter/ipt_MASQUERADE.c  Thu Aug 28 16:54:15 2003
@@ -90,6 +90,7 @@
 #ifdef CONFIG_IP_ROUTE_FWMARK
        key.fwmark = (*pskb)->nfmark;
 #endif
+       key.oif = 0;
        if (ip_route_output_key(&rt, &key) != 0) {
                 /* Funky routing can do this. */
                 if (net_ratelimit())

-- 
J.A. Magallon <[EMAIL PROTECTED]>      \                 Software is like sex:
werewolf.able.es                         \           It's better when it's free
Mandrake Linux release 9.2 (Cooker) for i586
Linux 2.4.23-pre2-jam1m (gcc 3.3.1 (Mandrake Linux 9.2 3.3.1-1mdk))

Reply via email to