The nslookup tag has no wiki summary.
8
votes
4answers
22k views
How to find all hostnames in DNS attached to one IP?
If I have multiple hosts configured on one machine (a la apache's VirtualHosts), how can I do a lookup on the IP and find all domains configured to reach it?
For example, I have several web and email ...
3
votes
3answers
6k views
How to get **all** IP addresses of a domain?
I built the getaddrinfo() sample provided at http://beej.us/guide/bgnet/output/html/multipage/syscalls.html#getaddrinfo
When I run it on an example domain, such facebook.com it lists three (3) IP ...
4
votes
2answers
441 views
What are all the possible causes of the “An Active Directory Domain Controller (AD DC) for the domain …” error message?
Earlier I was having issues connecting one of my workstations (client) to my domain, and I thought it was because the domain was not in my possession yet (reference: this question). But, due to the ...
3
votes
5answers
470 views
Detecting what causes the delay between entering a domain name and load of the page
My website takes awfully long time after entering the domain name and before the content starts showing up.
I assume this is something to do with the dns resolution or the networks.
How do I go about ...
2
votes
1answer
71 views
Do I have to own my domain before attempting to connect to my domain controller?
I am in the process of purchasing a domain, but I do not own it yet. I setup my domain controller as internal.domain.com.
The problem I'm running into is in connecting my workstations to my domain. ...
0
votes
3answers
187 views
DNS searching with wildcards?
Anything like nslookup or dig offer the ability to search based on something contained in the name ... like a wildcard search or something?
I'm trying to make a little script with a GUI wrapper for ...