1. Check the default gateway
    1. ipconfig --- find the default gateway
    2. Ping the default gateway
    3. Responses
      1. reply = network path is good
      2. timed out = cant reach, check cabling, VLANS, interface, IP config
      3. host unreachable = Device does not know how to reach the gateway, check routing table or NIC
  2. Ping external IP (8.8.8.8)
    1. if it works, internet is reachable
    2. if no work, likely a gateway/router/firewall issue
  3. Test DNS Resolution
    1. ping google.com
      1. if IPs work but domains dont, DNS issue
      2. Check /etc/resolv.conf