> echo 0 > /proc/sys/net/ipv4/conf/eth0/rp_filter
>
> (You want to disable reverse-path filtering.)
>
> And maybe:
>
> echo 0 > /proc/sys/net/ipv4/conf/eth0/log_martians
>
> Papi
"Vojtech Pavlik" <vojtech@suse.cz>
>
> for a in /proc/sys/net/ipv4/conf/*/rp_filter; do echo 0 > $a; done
>
I tried this before. It does not help for packets destined for the
same host.
Regards
Jörg
__________________________________________________________________
Gesendet von Yahoo! Mail - http://mail.yahoo.de
Ihre E-Mail noch individueller? - http://domains.yahoo.de
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/