Forum Moderators: phranque
nslookup subdomain.example.com
The result is the IP address of the domain. This should also work on other operating systems because the nslookup utility is implemented on almost all computer systems with networking capabilities.
nslookup [secure.mydomain.com...]
nslookup [secure.mydomain.com...]
nslookup secure.mydomain.com
I get cannot find server name for address 200.#*$!.#*$!.#*$! <-- my local/LAN IP
Server Failed:
Server: my-dc.company.local
Address: 200.#*$!.#*$!.#*$! <-- My dc
Any idea why it returns that?
As for why the 3rd doesn't work, try setting nslookup to point to a different server.
Go to your IP settings and find the DNS servers setup for your computer. Use the IP address for one of them in the followign commands (for nnn.nnn.nnn.nnn).At the command prompt, enter:
nslookup
server nnn.nnn.nnn.nnn
secure.mydomain.com
[edited by: LifeinAsia at 3:25 pm (utc) on Aug. 8, 2006]