https://de.wikipedia.org/w/api.php?action=feedcontributions&feedformat=atom&user=AdavidwWikipedia - Benutzerbeiträge [de]2025-06-02T04:23:13ZBenutzerbeiträgeMediaWiki 1.45.0-wmf.3https://de.wikipedia.org/w/index.php?title=Arping&diff=176496383Arping2007-02-04T11:13:34Z<p>Adavidw: context tag</p>
<hr />
<div>{{context}}<br />
{{lowercase|title=arping}} <br />
'''arping''' is a utility which is similar in function to [[ping]], but it operates using [[Address Resolution Protocol|ARP]] instead of [[Internet Control Message Protocol|ICMP]]. As such, arping is only usable on the local network, and in some cases the response will be coming, not from the arpinged host, but rather from an intermediate system that engages in [[proxy ARP]] (such as a [[router]]).<br />
<br />
There are two arpings, one is part of Linux IPutils, and is Linux-only, the other uses [[libpcap]] and libnet to be platform independent, working on lots of UNIX-based OSs and even Windows.<br />
<br />
Example arping (iputils version) session:<br />
<pre><br />
ARPING 192.168.39.120 from 192.168.39.1 eth0<br />
Unicast reply from 192.168.39.120 [00:01:80:38:F7:4C] 0.810ms<br />
Unicast reply from 192.168.39.120 [00:01:80:38:F7:4C] 0.607ms<br />
Unicast reply from 192.168.39.120 [00:01:80:38:F7:4C] 0.602ms<br />
Unicast reply from 192.168.39.120 [00:01:80:38:F7:4C] 0.606ms<br />
Sent 4 probes (1 broadcast(s))<br />
Received 4 response(s)<br />
</pre><br />
<br />
==See also==<br />
*[[Arpwatch]]<br />
<br />
== External links ==<br />
*[http://www.habets.pp.se/synscan/programs.php?prog=arping Arping (portable version)]<br />
*{{man|8|arping|Linux}}<br />
<br />
[[Category:Network-related software]]<br />
[[Category:Open source network management software]]<br />
<br />
<br />
{{network-software-stub}}<br />
<br />
<br />
[[fr:Arping]]</div>Adavidw