This might seem totally elementary to everyone (apologies in advance), but I
have a question about a line in my rc.masquerade:

/sbin/ipchains -A forward -j MASQ -s $LOCAL_NETWORK/$LOCAL_NETMASK -d
0.0.0.0/0

shouldn't this have "-i eth1" (eth1 being the external interface)? Or is
this taken care of with rp_filter here:

for i in /proc/sys/net/ipv4/conf/*; do
    echo 2 > $i/rp_filter
done

BTW, what is "2" in rp_filter instead of "1"?

-Blanton

_____________________
Blanton Lewis
Antioch Community Church


_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to