6.6 Flashcards
(16 cards)
What are the symptoms of name resolution problems?
Cannot lookup by domain name, but by IP
What is the role of the HOSTS file in the name resolution process?
What happens if a host requests a name without the IP mapping cached?
The host asks the resolver
What does “ipconfig /all” do?
Show all resolvers
In linux, what does “/etc/resolv.conf” do?
Shows resolver addresses
What’s the first thing to check if a single host cannot resolve names?
Check that they can ping the correct name server
What happens if multiple hosts are affected?
Server is the issue
How to troubleshoot Name Resolution (3)
Check local name cache.
Check HOSTS
Verify DNS records using nslookup or dig
What do these commands do?
“ipconfig /displaydns”
“ipconfig /flushdns”
Shows DNS records
Clears DNS cache
What is HOSTS?
List of host name to IP address mappings
What does “%SystemRoot%\system32\drivers\etc" check in Windows?
HOSTS file - List of host name to IP address mappings
What does “/etc” check in Linux?
HOSTS file - List of host name to IP address mappings
What can you do with “nslookup” or “dig” tools?
What does DIG stand for?
Verify DNS records
Domain Information Groper
What do these commands do?
Win: “ipconfig /all”
Lin: “hostname –fqdn
Check FQDN in Win/Lin
what happens if you use “nslookup” only?
Goes to interactive mode
What id “dig” primarily for?
Querying DNS servers and related info
Address record, domain, FQDN,