Jump to content

Recommended Posts

Posted

Hi, I am a new SysAdmin and I was overhauling the DHCP. Im having trouble finding out what computer is at (192.168.1.5) on my internal network. I pinged it and got a reply. Is there an easy way I can find out what computers are associated with which IP address? DHCP only shows me reservations and leases. Its not in either.

Help!


Posted

If it's in DNS, you could do a ping -a 192.168.1.5. Otherwise, you'll want to use a network scanner to do some sniffing of the box to see what secrets it reveals.

Posted
Could you not just use Remote Desktop and then right-click My Computer > Properties > Computer Name. :whistle:

that assumes it's a PC, and assumes it accepts remote desktop sessions.

Posted
Could you not just use Remote Desktop and then right-click My Computer > Properties > Computer Name. :whistle:

I loved this idea! It didnt work though... It may not be setup for remote (as stated in later post). The ping option didnt work either. I appreciate the options, anymore?

Posted
Could you not just use Remote Desktop and then right-click My Computer > Properties > Computer Name. :whistle:

that assumes it's a PC, and assumes it accepts remote desktop sessions.

Remote desktop did not work. I really loved that idea too! The ping suggestion didnt work either. We have over 100+ devices on the network so going from pc to pc doenst sound like a blast :) Any other suggestions?

Posted

There isn't an equivalent - nbtstat is very limited in Windows compared to nmblookup on *nix hosts. However, I still suggest a network scan of that IP to see what it reports, if anything.

Posted
There isn't an equivalent - nbtstat is very limited in Windows compared to nmblookup on *nix hosts. However, I still suggest a network scan of that IP to see what it reports, if anything.

How do I do a network scan?

Posted

Do a port scan and see whats open. Try to unc from the run line and look at the hidden c share if its a windows box. Is it in the same layer 2 network or is there a gateway between you? If L2, ping it, that'll add an arp entry to you're machine, issues the arp -a command to view the MAC, then use your network equip to find the device by MAC. If over L3, do a tracert and narrow down which hops it uses.

Posted (edited)

at cmd type nslookup

type set q=ptr

type 192.168.1.5

theres your answer :) hopefully

EDIT: sorry i overlooked the fact that a ping -a didnt resolve it. maybe try telnet to the IP?

Edited by eyeball
Posted
at cmd type nslookup

type set q=ptr

type 192.168.1.5

theres your answer :) hopefully

ping -a does do a ptr lookup on the IP address. He stated that didn't work, hence 192.168.1.5 doesn't have a ptr (or a forward A) record.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...