Hello,
On Fri, 19 Mar 2004 kwijibo@xxxxxxxxxx wrote:
I seem to be having somewhat of a similiar problem with this as
well. I set a real IP on the loopback interface like so:
/sbin/ip addr add xxx.xxx.xxx.xxx/32 dev lo brd + scope host
then set the following
echo '2' > /proc/sys/net/ipv4/conf/lo/arp_announce
echo '1' > /proc/sys/net/ipv4/conf/lo/arp_ignore
However I still get ARPs for this IP. Is there something I am missing
here? I am trying to accomplish this on a Debian distro on a sparc64
with 2.6.4 kernel.
Btw, I was previously trying this with lo:0 as well :). Thanks for the
heads
up that this is deprecated.
What about setting these flags on all involved ARP devices,
may be eth0?