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
09-29-2015 10:01 PM
from a dos prompt go ping -a <ip address> this should do a reverse lookup.
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>
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.
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?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide