Click here to Skip to main content
15,886,640 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to get domain list from one ip address. For example, when I input ip address and click button, the list of domain names should be displayed. I used functions like GetHostbyAddr but it can only return one domain name. How could I do?
Please help me. Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 27-Jun-14 2:08am    
Almost off-topic... :-)
—SA

1 solution

This problem is almost unrelated to software development, is more of network administration and IT.

This is possible because you can configure several IP addresses on the same host. As the question is, most likely, related to Windows, you can find further detail like this: http://bit.ly/1poqmeG[^].

Now, as to the domain names, the problem is still reduced to IP addresses, because domain system is nothing but mapping of the set of domain names onto the set of IP addresses, always. It is set up by updating DNS data. To understand how it works, please see:
http://en.wikipedia.org/wiki/DNS[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900