public inbox for gentoo-server@lists.gentoo.org
 help / color / mirror / Atom feed
From: Jeff Rooney <jtrooney@iyd.com>
To: gentoo-server@lists.gentoo.org
Subject: [gentoo-server] Disable ARP
Date: Mon, 15 Oct 2007 16:13:01 -0500	[thread overview]
Message-ID: <4713D7DD.7020300@iyd.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1195 bytes --]

Hi everyone,

I am trying to setup some virtual IP's on a couple of servers and keep 
running into trouble with ARP responses. What I need to do is apply an 
ip alias to the loopback interface and disable arp responses on this 
interface. I have done this a couple of different ways but with the same 
result...doesn't work =/

here is what I have done:
# ifconfig lo:1 10.10.10.116 netmask 255.255.255.255
# ifconfig lo:1 -arp

When that didn;t work I tried the iproute2 path and did:
# ip link set lo:1 arp off
# ifconfig lo:1
lo:1      Link encap:Local Loopback
          inet addr:10.1.10.116  Mask:255.255.255.255
          UP LOOPBACK RUNNING NOARP  MTU:16436  Metric:1

Everything appears to be set right, but it is still responding to arp 
requests:
# tcpdump -n | grep arp
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
21:25:18.686611 arp who-has 10.1.10.116 tell 10.1.10.29
21:25:18.686647 arp reply 10.1.10.116 is-at 00:02:b3:e9:41:3f


This really can't be that difficult of a task, but I have to be doing 
something wrong here. Any suggestions would be greatly appreciated.
--
Jeff


[-- Attachment #2: Type: text/html, Size: 1620 bytes --]

             reply	other threads:[~2007-10-15 21:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-15 21:13 Jeff Rooney [this message]
2007-10-15 21:16 ` [gentoo-server] Disable ARP Alex Efros
2007-10-15 21:22   ` Jeff Rooney
2007-10-15 21:24   ` RijilV
2007-10-15 21:32 ` Ramon van Alteren
2007-10-15 22:11   ` Jeff Rooney
2007-10-16  8:31     ` Ramon van Alteren
2007-10-16 14:51       ` Jeff Rooney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4713D7DD.7020300@iyd.com \
    --to=jtrooney@iyd.com \
    --cc=gentoo-server@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox