Do you mean find all the A records that point to a particular IP address? There is no easy way to do that with standard DNS tools unfortunately. However, if you go to www.whois.sc and use their reverse lookup tool, it might come close to what you are looking for.
Yes i need to know what is the other website is on the same server as xxxx domain name. Anyone knows?
Hi, I mentioned the answer above. You'll need to do something like $ host -t A domain_you_are_interested_in.com Code (markup): Then take that IP address and go to www.whois.sc and perform a reverse lookup on the IP address. That will tell you how many and which other web sites are running on that IP address. There is no single standard tool you can use to do this.