On Tue, Jul 18, 2000 at 12:28:34PM -0400, Shawn Cannon wrote:
> Hi-
>
> I have configured a VIP on the dummy0 interface on Red Hat 6.2, kernel
> 2.2.14. I would like to stop the address from ARPing. I have run the command
> echo 1 >/proc/sys/net/ipv4/conf/dummy0/hidden. This redirect command seemed
> to have ran properly because when I run the more command against "hidden" a
> value of 1 is returned. The problem however is that this VIP on dummy0 still
> ARPs because I can ping this VIP from another machine on the segment. I also
> tried configuring this interface with -arp attached at the end, this doesn't
> make a difference. Any suggestions? Is there a patch for 2.2.14? Thanks...
Try running
echo 1 > /proc/sys/net/ipv4/conf/all/hidden
This should turn the ability for interfaces to be hidden.
--
Horms
|