Re: [2.4 PATCH] bugfix: ARP respond on all devices

From: David S. Miller
Date: Tue Aug 19 2003 - 14:52:04 EST


On Tue, 19 Aug 2003 15:38:51 -0400
Valdis.Kletnieks@xxxxxx wrote:

> % ip route sho
> 198.82.168.0/24 dev eth1 proto kernel scope link src 198.82.168.169
> 128.173.12.0/22 dev eth3 proto kernel scope link src 128.173.14.107
> 127.0.0.0/8 dev lo scope link
> default via 128.173.12.1 dev eth3

Please set the preferred source for eth1 to $(IP_OF_ETH1)
and the preferred source for eth3 to $(IP_OF_ETH3) then
do this:

bash# echo "1" >/proc/sys/net/ipv4/conf/eth1/arp_filter
bash# echo "1" >/proc/sys/net/ipv4/conf/eth3/arp_filter

This also will make applications connecting using unspecified
source addresses behave more sanely as well.

The thing you claim is the right thing to do is the wrong thing
to do in environments other than your own.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/