<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Reverse ARP lookup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reverse-arp-lookup/m-p/4042154#M541920</link>
    <description>My experience thusfar is linkloop will only work if the MAC is associated with another HP-UX system, or perhaps a linux system with the port of linkloop running on it.&lt;BR /&gt;&lt;BR /&gt;As more and more systems get configured to not respond to broadcast pings, the efficacy of pinging the broadcast address is diminishing.&lt;BR /&gt;&lt;BR /&gt;If the system with the MAC is going to be willing to respond to the broadcast ping, might as well just start with the broadcast ping and bypass the linkloop step (IMO).  Yes, the linkloop would suggest that sending the ping isn't useful, but given the chances of a false negative based on the first paragraph, even if one doesn't get a response to linkloop, it is probably still no less worthwhile to issue the ping.</description>
    <pubDate>Wed, 25 Jul 2007 11:42:36 GMT</pubDate>
    <dc:creator>rick jones</dc:creator>
    <dc:date>2007-07-25T11:42:36Z</dc:date>
    <item>
      <title>Reverse ARP lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reverse-arp-lookup/m-p/4042149#M541915</link>
      <description>I have an HPUX 11.11 machine and was wondering how I can do a reverse ARP lookup?  I have a MAC address and would like to find out the Ip address. Any help would be appreciated.  Thx Larry</description>
      <pubDate>Mon, 23 Jul 2007 14:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reverse-arp-lookup/m-p/4042149#M541915</guid>
      <dc:creator>Larry Scheetz</dc:creator>
      <dc:date>2007-07-23T14:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse ARP lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reverse-arp-lookup/m-p/4042150#M541916</link>
      <description>In general, not easily.&lt;BR /&gt;&lt;BR /&gt;Hopefully not to state the obvious, but the target machine must be on the same IP subnet as your HP host.  If it is not, then the HP host will never see the MAC address, it will only communicate to the host through a router.&lt;BR /&gt;&lt;BR /&gt;If the system is on the same subnet, and it comunicates with the HP server, you can find the entry in the host's arp cache.  Use 'arp -a' and review the list, or use grep or perl or whatever for a string match.  &lt;BR /&gt;&lt;BR /&gt;If the system doesn't, as a rule, communicate with your HP server, then you won't find it in the arp cache.  (I think arp cache entries are only maintained for a few minutes.)  You can force-load the arp cache by running a script that does a 'ping' to every IP address in the subnet, then looking at the arp cache.&lt;BR /&gt;&lt;BR /&gt;Depending on your network infrastructure, looking on the local switches for their forwarding database might be a better way to track down the system.  If you have access to those devices.</description>
      <pubDate>Mon, 23 Jul 2007 15:57:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reverse-arp-lookup/m-p/4042150#M541916</guid>
      <dc:creator>Ben Dehner</dc:creator>
      <dc:date>2007-07-23T15:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse ARP lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reverse-arp-lookup/m-p/4042151#M541917</link>
      <description>i can never remember if going from MAC to IP is reverse ARP or inverse ARP :)  anyway, rarp/rarpd, (IIRC) which is not normally found on a UX system (IIRC) would be involved, and that depends on the assistance of the system to which the MAC is assigned.&lt;BR /&gt;&lt;BR /&gt;as already mentioned, you generally need to be on the same subnet (link-layer broadcast domain) to make this work, unless you have the ability to start grubbing through other systems' ARP tables via SNMP</description>
      <pubDate>Tue, 24 Jul 2007 11:58:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reverse-arp-lookup/m-p/4042151#M541917</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-07-24T11:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse ARP lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reverse-arp-lookup/m-p/4042152#M541918</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;not sure it can be done.&lt;BR /&gt;&lt;BR /&gt;try nmap and search through the output&lt;BR /&gt;&lt;BR /&gt;just some thoughts&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 24 Jul 2007 12:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reverse-arp-lookup/m-p/4042152#M541918</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-07-24T12:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse ARP lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reverse-arp-lookup/m-p/4042153#M541919</link>
      <description>You can use the linkloop utility to verify if the machine is reachable. If yes, then do a ping to the broadcast address. The IP addresss should then be in the arp cache.&lt;BR /&gt;Example:&lt;BR /&gt;linkloop -v 0x0123456789ab&lt;BR /&gt;ping 192.168.1.255&lt;BR /&gt;arp -a</description>
      <pubDate>Wed, 25 Jul 2007 10:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reverse-arp-lookup/m-p/4042153#M541919</guid>
      <dc:creator>Gilles Allard</dc:creator>
      <dc:date>2007-07-25T10:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse ARP lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reverse-arp-lookup/m-p/4042154#M541920</link>
      <description>My experience thusfar is linkloop will only work if the MAC is associated with another HP-UX system, or perhaps a linux system with the port of linkloop running on it.&lt;BR /&gt;&lt;BR /&gt;As more and more systems get configured to not respond to broadcast pings, the efficacy of pinging the broadcast address is diminishing.&lt;BR /&gt;&lt;BR /&gt;If the system with the MAC is going to be willing to respond to the broadcast ping, might as well just start with the broadcast ping and bypass the linkloop step (IMO).  Yes, the linkloop would suggest that sending the ping isn't useful, but given the chances of a false negative based on the first paragraph, even if one doesn't get a response to linkloop, it is probably still no less worthwhile to issue the ping.</description>
      <pubDate>Wed, 25 Jul 2007 11:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reverse-arp-lookup/m-p/4042154#M541920</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-07-25T11:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse ARP lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reverse-arp-lookup/m-p/4042155#M541921</link>
      <description>If you're going to need this type of information on a frequent/ongoing basis, you may want to look in to installing "arpwatch" (or a similar tool) somewhere in your network. It snoops ARP traffic and records the MAC and IP of systems it sees to a flat file.&lt;BR /&gt;&lt;BR /&gt;Inverse ARP is the network protocol for requesting the information, but I think very few network systems have real use for it (ATM, maybe?) so most vendors don't even implement it in their IP stacks.&lt;BR /&gt;&lt;BR /&gt;Reverse ARP (rarp/rarpd) is an old protocol for assigning IPs and network booting, as I recall it actually predates bootp. It wouldn't help with this because rarpd generally looks up the information out of static files in /etc.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jul 2007 14:37:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reverse-arp-lookup/m-p/4042155#M541921</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2007-07-25T14:37:14Z</dc:date>
    </item>
  </channel>
</rss>

