from IP to computer name in switch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2015 08:03 PM - edited 03-08-2019 01:59 AM
we want to know which computer name is using IP 10.23.1.21 (thorugh wifi) in switch
Is it possible using some command to detect? I find show user command can list computer name, any similar command we can have computer name giving ip
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2015 10:01 PM
from a dos prompt go ping -a <ip address> this should do a reverse lookup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2015 08:51 PM
You can use the below mentioned command for getting the hostname of that particular system:
netstat -a <ip address>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2015 03:09 AM
Which Wireless System are you using?
You could look at the DHCP Scope (if using Windows Server) as this may list the hostname against the IP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2015 06:44 PM
we are using lightweight AP, our DHCP is windows 2008, but I can't access server manager in windows 2008, how to see hostnmae against IP in win 2008?
