5.5 Flashcards
If names are not resolving, what could happen? and how can we test it?
Web browsing doesn’t work(Internet is broken). We can test it by pinging the IP address and see if it works, it means it’s not a connectivity issue.
How can we troubleshoot DNS issues?
- Check your IP configuration(is the DNS address correct?)
- Use “nslookup” or “dig” to test
- Try a different DNS server(Google is 8.8.8.8 and 8.8.4.4 or Quad9 is 9.9.9.9)
What are some IP configuration issues?
- Communicate to a local IP addresses(but not outside subnets)
- No IP communication(local or remote)
- Communicate to some IP addresses(but not others)
How can we troubleshoot IP configurations?
- Check your documentation(IP address, subnet mask, gateway)
- Monitor the traffic(examine local broadcast)
- Check devices around you(confirm your subnet mask and gateway)
- Traceroute and ping(Issue might be our interference)
What could duplicating IP addresses cause?
Intermitten connectivity(the two addresses “fight” with each other.
how can we troubleshoot duplicate IP addresses?
- Check your IP addresses(did we misconfigure something?)
- Ping an IP address before static addressing(Does it respond)
- Determine the IP addresses(ping the IP address, check our ARP table, find the MAC address in our switch MAC table)
- Capture the DHCP process(what DHCP servers are responding?)
What kind of problem do duplicating MAC addresses can cause? How can we confirm the MAC address of a device?
Intermitten connectivity. By using the ARP command from another computer, we can confirm the MAC matches the IP.
What should we do when we have an expired IP address?
Check the status of our DHCP server.
What is a rogue DHCP server?
It’s a non-authorized server that assigns IP addresses(there is no inherent security in DHCP)
what can a rogue DHCP server cause?
Client is assigned an invalid or duplicate address(intermitten connectivity or no connectivity)
How can we disable rogue DHCP communication?
Enable DHCP snooping on our switch and then disable the rogue DHCP server and renew the IP leases.
What is untrusted SSL certificate?
The certificate not trusted error indicates that the SSL certificate is not signed or approved by a company that the browser trusts.
Why is the correct time on a system important?
Some cryptography is very time sensitive.
How can we resolve an incorrect time?
Configure NTP on all devices(automate the clock setting)
What happens when we have an exhausted DHCP scope?
Client will receive an APIPA address(local subnet communication only)