On Tue, 16 Apr 2002 19:27:40 +0200 [EMAIL PROTECTED] wrote:
Hello Phillip
> AFAIK you also can use
> echo 1 > /proc/sys/net/ipv4/conf/all/rp_filter
>
from /usr/src/linux-2.4.17/Documentation/networking/ip-sysctl.txt
rp_filter - BOOLEAN
1 - do source validation by reversed path, as specified in RFC1812
Recommended option for single homed hosts and stub network
routers. Could cause troubles for complicated (not loop free)
networks running a slow unreliable protocol (sort of RIP),
or using static routes.
0 - No source validation.
Default value is 0. Note that some distributions enable it
in startip scripts.
I don't understand that this do what i want?
Pavlos