Operating System - HP-UX
1825806 Members
2250 Online
109688 Solutions
New Discussion

Re: how to find out the MAC address.

 
SOLVED
Go to solution
Gurumanickam
Frequent Advisor

how to find out the MAC address.

Hi all,

Is there any possiblity to find out the MAC address of the PC that logged in to my HP-UX server.

Thanks in advance.

Regards
Guru
Be an expert
3 REPLIES 3
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: how to find out the MAC address.

Start with arp -a.
If it ain't broke, I can fix that.
Senthil Kumar .A_1
Honored Contributor

Re: how to find out the MAC address.

not unless the PC is in the same network as the HPUX box is.

If the PC were in the same subnet as the HPUX server, then you can get the MAC id from "arp -a" command.

The only other alternative I can think of is, may be a network sniffer that can trace the packet all the way from server to the PC.

SK.
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
Aryan Hajivandi
Valued Contributor

Re: how to find out the MAC address.

Hi all,

It is not possible to get the MAC address from the PC unless it is located at the same subnet as the server, even with sniffer. This belong to layer 2 information. In this case you need the network switch and/or router information. So, a Network management subsystem will give the solution, like NNM or CiscoWorks...

Cheers,
-Aryan