-
-
Archives
Categories
Blogroll
-
Tag Archives: DNS
Using nslookup to verify DNS registration for domain controllers
The nslookup command is a standard command-line tool provided in most DNS service implementations. It offers the ability to perform query testing of DNS servers and obtain detailed responses as the command output. This information is useful in troubleshooting name … Continue reading
Trouble shoot domain name issue using nslookup
nslookup is a computer program used in Windows and Unix to query Domain Name System (DNS) servers to find DNS details, including IP addresses of a particular computer, MX records for a domain and the NS servers of a domain. … Continue reading
How Computer resolves hostname
Basically there are 2 ways in resolving hostname to IP address: 1. DNS 2. Host file The easiest way is to register a hostname in a DNS server. All computers in the network point the DNS server setting to this … Continue reading
Posted in Networking
Tagged administrator, computer, DNS, hostname, hosts file, Linux, unix, windows
Leave a comment