Tag Archives: dns

ip lookup lookup

ip lookup lookup
Can I reverse-lookup local IP?

Ok, I thought I could use Windows NSLOOKUP.EXE to reverse-lookup a hostname, given an IP?
nslookup mycomputer
>Returns the computer’s name and IP
nslookup 192.168.2.2
>Error: timeout
Is this normal?

try interactive mode, and the name server you’re using needs to have the reverse lookup zone configured.
just type nslookup to get to interactive [...]