- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to find the hardware (Mac) address of a connec...
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
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
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
тАО10-30-2002 08:06 AM
тАО10-30-2002 08:06 AM
for unique documentation of telnet logins i have to determine the hardware address of the client who wants to login. Can anyone tell me a simple way for getting it? I think of a statement i could place in the profile.
Thanks in advance
Lothar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2002 08:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2002 08:07 AM
тАО10-30-2002 08:07 AM
Re: How to find the hardware (Mac) address of a connected telnet client ?
Client who have logged in
who -T | grep "user name " | awk '{print $9}'
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2002 08:15 AM
тАО10-30-2002 08:15 AM
Re: How to find the hardware (Mac) address of a connected telnet client ?
arp -a
looking for their IP address
or
ipconfig /all
looking for the line with
Physical Address
on it
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2002 08:24 AM
тАО10-30-2002 08:24 AM
Re: How to find the hardware (Mac) address of a connected telnet client ?
The arp -a command works fine, the who -T does not return the mac address in my HP UX 11.11
:-)
Lothar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2002 10:44 PM
тАО10-30-2002 10:44 PM
Re: How to find the hardware (Mac) address of a connected telnet client ?
That is because the router rewrites the layer 2 mac header
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-11-2002 11:58 PM
тАО11-11-2002 11:58 PM
Re: How to find the hardware (Mac) address of a connected telnet client ?
thank you - i didn't know that. The main idea was disabling nodes from which i know the IP-addresses and i don't want them to login. If one of this nodes reallises this, he could change his IP-address and try again - so i thought of remembering and checking the mac-adress. Your response told me, that this is not efficient in WAN because i cannot be sure in getting the right mac-adress.
Do you know a better way preventing known nodes from login ?
P.S. sorry for my late reply, i noticed your response 10 min. ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2002 12:44 AM
тАО11-12-2002 12:44 AM
Re: How to find the hardware (Mac) address of a connected telnet client ?
Changing IP address won't change the mac address as the mac address is unique for every lan card.
Cheers
Keely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2002 01:16 AM
тАО11-12-2002 01:16 AM
Re: How to find the hardware (Mac) address of a connected telnet client ?
just a little sidenote regarding the MAC Adress.
It is unique for this nic, every vendor has its own range of MAC adresses.
But some nic drivers allow to overwrite this MAC adress. So allthough the original MAC adress is unique, it might be overwritten.
Regards Stefan