- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MAC address of a client machine
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
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
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
05-27-2003 10:06 PM
05-27-2003 10:06 PM
MAC address of a client machine
My e-mail address is
himanshu_mehta@fineorganics.com
Thanks in advance.
Himanshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 10:17 PM
05-27-2003 10:17 PM
Re: MAC address of a client machine
It is totaly normal, the mac address is used on the local lan, not across router, so you can have only local mac address, not mac from the system far away, the router avoid this. I think there is no simple solution to retrieve it, because even in the TCP packet you will have only the mac from the router, not from the original system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 10:55 PM
05-27-2003 10:55 PM
Re: MAC address of a client machine
Across routers ARP can not resolve MAC addresses.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 02:17 AM
05-28-2003 02:17 AM
Re: MAC address of a client machine
Thanks for the prompt reply.
I know that arp can not go across the router and get the MAC address. So I am looking for the any other utility
( on HP-UX )which can help me.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 03:03 AM
05-28-2003 03:03 AM
Re: MAC address of a client machine
arp -a
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 03:33 AM
05-28-2003 03:33 AM
Re: MAC address of a client machine
why would you want that ? You can't reach the client by using the mac address only, from the other side of a router anyway.
The only thing I can think of how to do it, would be to run lanscan on the client, from a remote machine.
If you do it for administratonal purposes, (inventory reporting?) maybe you should consider hp Service Control Manager. You run the same hp-ux commands on a range of hosts, and gather the output.
Otherwise
ssh or rexec(insecure)
Rgds Jarle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 05:01 AM
05-28-2003 05:01 AM
Re: MAC address of a client machine
you can:
- go into the router and issue the "arp -a" from there
or
- write a little shell script that goes on any host, output an "arp -a" and give you the results.
Massimo