All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Knorr <kraxel@suse.de>
To: "Bonnell, David" <David_Bonnell@bmc.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: RE: [patch, rfc] put IP addresses into xenstore (Gerd Knorr)
Date: Fri, 23 Dec 2005 14:48:47 +0100	[thread overview]
Message-ID: <43AC003F.50006@suse.de> (raw)
In-Reply-To: <E9DE7963E5EA6546B42A979EC28B4D011D804AAC@hou-ex-02.adprod.bmc.com>

Bonnell, David wrote:
> Arping sends ARP "who-has" requests, either broadcast or directed to a
> specific MAC address and displays the responses.

No.  It does that if you ping an IP address, but not if you ping a MAC 
address.  For pinging mac addresses it sends a ICMP ping, to the MAC 
address specified, with broadcast (IP-)address as destination in the 
header.  And thats exactly the problem, machines tend to not respond to 
broadcast pings for security reasons (allows certain kinds of DoS 
attacks), so this isn't going to work reliable.  Try "echo 1 > 
/proc/sys/net/ipv4/icmp_echo_ignore_broadcasts" in your domU and 
receiving the IP address with arping doesn't work any more ...

Another problem is that there are multiple arping versions out there, 
for example the iputils ship an arping utility to, and that one doesn't 
even support pinging hosts by MAC address.

cheers,

   Gerd

  reply	other threads:[~2005-12-23 13:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-22 21:51 RE: [patch, rfc] put IP addresses into xenstore (Gerd Knorr) Bonnell, David
2005-12-23 13:48 ` Gerd Knorr [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-12-21 19:50 Bonnell, David
2005-12-22 10:48 ` Gerd Knorr

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=43AC003F.50006@suse.de \
    --to=kraxel@suse.de \
    --cc=David_Bonnell@bmc.com \
    --cc=xen-devel@lists.xensource.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.