lkml.org 
[lkml]   [2003]   [Aug]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [2.4 PATCH] bugfix: ARP respond on all devices
On Tue, 19 Aug 2003 15:38:51 -0400
Valdis.Kletnieks@vt.edu 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.105 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site