resolve multiple ip's

G

Guest

Does anyone know if there is a way to get all the IP's associated to a host
name from a DNS server? I'm thinking along the lines of Dns.Resolve Method.
But as stated in the remarks: .

The Resolve method queries a DNS server for the IP address associated with a
host name or IP address.

When hostName is a DNS-style host name associated with multiple IP
addresses, only the first IP address that resolves to that host name is
returned.

So basically, I want something that returns all the IP addresses.
Thanks for the help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top