- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Reverse ARP lookup
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2007 07:01 AM
тАО07-23-2007 07:01 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2007 08:57 AM
тАО07-23-2007 08:57 AM
SolutionHopefully 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.
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.
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2007 04:58 AM
тАО07-24-2007 04:58 AM
Re: Reverse ARP lookup
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2007 05:09 AM
тАО07-24-2007 05:09 AM
Re: Reverse ARP lookup
not sure it can be done.
try nmap and search through the output
just some thoughts
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2007 03:21 AM
тАО07-25-2007 03:21 AM
Re: Reverse ARP lookup
Example:
linkloop -v 0x0123456789ab
ping 192.168.1.255
arp -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2007 04:42 AM
тАО07-25-2007 04:42 AM
Re: Reverse ARP lookup
As more and more systems get configured to not respond to broadcast pings, the efficacy of pinging the broadcast address is diminishing.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2007 07:37 AM
тАО07-25-2007 07:37 AM
Re: Reverse ARP lookup
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.
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.