HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to translate a MAC / Ether address to an i...
Operating System - HP-UX
1832823
Members
3841
Online
110045
Solutions
Forums
Categories
Company
Local Language
back
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
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
12-26-2000 10:43 PM
12-26-2000 10:43 PM
Hi,
One of my 10.20 machines is getting flooded with packets every 2 mins or so. I have done some tracing and found the mac address of the maching that is producing the packets. However i am unable to find this machine - is there a way to use a mac / ether to find the ip address assigned to that card (I have tried using arp -a on the maching that is being flooded without luck)
One of my 10.20 machines is getting flooded with packets every 2 mins or so. I have done some tracing and found the mac address of the maching that is producing the packets. However i am unable to find this machine - is there a way to use a mac / ether to find the ip address assigned to that card (I have tried using arp -a on the maching that is being flooded without luck)
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2000 12:05 AM
12-27-2000 12:05 AM
Solution
Hi Michael,
arp -a doesn't work because the system being flooded never needed to talk to the other.
What you can do, on the flooded system, is issue a ping to the broadcast address.
Do ifconfig lan?? to know that address.
This will force the flooding machine to answer and arp -a will work then. Redirect the arp -a command into a file because the output could be quite long. You could then grep for your mac address in that file.
It's not very elegant and network intensive so, interrupt your ping with after a few seconds. :-((
Best regards,
Dan
arp -a doesn't work because the system being flooded never needed to talk to the other.
What you can do, on the flooded system, is issue a ping to the broadcast address.
Do ifconfig lan?? to know that address.
This will force the flooding machine to answer and arp -a will work then. Redirect the arp -a command into a file because the output could be quite long. You could then grep for your mac address in that file.
It's not very elegant and network intensive so, interrupt your ping with
Best regards,
Dan
Everybody knows at least one thing worth sharing -- mailto:dan.hetzel@wildcroft.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2000 12:09 AM
12-27-2000 12:09 AM
Re: How to translate a MAC / Ether address to an ip address
Before do arp -a ping all your net using the net address:
ping 192.44.53.0 # if netmask is 255.255.255.0
ping 192.44.53.0 # if netmask is 255.255.255.0
unsupported
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2000 01:56 AM
12-27-2000 01:56 AM
Re: How to translate a MAC / Ether address to an ip address
Hi Michael,
Read more on arp (man 7 arp). The default broadcast address ends usually with (.255), i.e. W.X.Y.255.
You can use lanscan to get the Interface name of the card that has Interface state as "UP" (lan0 or lan1 as the case may be). The use ifconfig lan?? to get the broadcast address.
Read more on arp (man 7 arp). The default broadcast address ends usually with (.255), i.e. W.X.Y.255.
You can use lanscan to get the Interface name of the card that has Interface state as "UP" (lan0 or lan1 as the case may be). The use ifconfig lan?? to get the broadcast address.
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP