|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
DNS Tools
Hi,
Is there a DNS tool whereby i can lookup on a IP address and all the domains/virtual domains using that IP shows up? regards |
|
#2
|
||||
|
||||
|
Windows: nslookup
Linux: nslookup, host, dig |
|
#3
|
|||
|
|||
|
i want to lookup on IP not domain
|
|
#4
|
||||
|
||||
|
You can do both.
Here's an example with host: Code:
babis@helena:~$ host www.kernel.org www.kernel.org CNAME zeus-pub.kernel.org zeus-pub.kernel.org A 204.152.189.116 babis@helena:~$ host 204.152.189.116 Name: zeus-pub.kernel.org Address: 204.152.189.116 babis@helena:~$ host -i 204.152.189.116 116.189.152.204.in-addr.arpa CNAME 116.112-28.189.152.204.in-addr.arpa 116.112-28.189.152.204.in-addr.arpa PTR zeus-pub.kernel.org Or didn't i understand what you're looking for? |
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > DNS Tools |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|