> 1.patch 2.4.7 kernel with
>
http://users.pandora.be/bart.de.schuymer/brepf/patch-fix/bridge-nf-20010801-against-2.4.6-3.diff
>
>
http://users.pandora.be/bart.de.schuymer/brepf/development/ebtables-20010801-against-2.4.6.diff
>
> I think if you only want a ip firewall,perhaps the second patch is not
needed.but I have
> used it.
>
Just did the first on. Seemed to work just fine.
> 2.change the code as Lennert advised.
>
> In net/ipv4/netfilter/ip_conntrack_standalone.c, try
> replacing the check
>
> if ((*pskb)->len > rt->u.dst.pmtu) {
>
> by
>
> if (rt != NULL && (*pskb)->len > rt->u.dst.pmtu) {
>
Did that, no problem
> 3.use the cleanup skb->data handling patch posted by Lennert
>
>
http://www.math.leidenuniv.nl/pipermail/bridge/2001-August/000591.html
>
But this patch didn't work at all against 2.4.7. Is there something
wrong with the instructions
or is it me?
>
> Then it will work.I have tested conntract_ftp. it did work.
>
_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge