Urgent.News

What's breaking now, across thousands of outlets.

Tech

How to tap into network debugging

I know there’s no connection between my local area network and our house’s plumbing system, but when the faucet started running uncontrollably literally seconds after I fixed a network outage, I had to wonder: did we have a poltergeist?…

How to tap into network debugging

The author discovered a fascinating correlation between a network outage and an unexpected plumbing issue in their home. Despite having six Wi-Fi access points and Ethernet connections in a relatively small house, the issue persisted. The TP-Link routers, which were connected via Ethernet to a Netgear Nighthawk router, were unable to reach the internet, despite showing orange internet connection lights.

The frustrating part was that the author could still access the internet from their iPhone and Mac, which were connected via both Ethernet and Wi-Fi.

The author experimented with various troubleshooting methods, such as using the Tether app or TP-Link website to access the router remotely, but faced difficulties due to the router's irritating administration approach. Upon further investigation, the author realized that the issue was not related to the routers being compromised, but rather, it stemmed from an obscure setting involving DNS (Domain Name System) and Network Time Protocol (NTP).

The NTP settings, which control the time synchronization of devices on the network, were out of date. By updating the NTP settings, the author was able to retrieve the current time, which resolved the issue. Additionally, the author discovered that the issue was related to the router using its own IP address as the DNS server in most DHCP configurations.

While using public DNS servers like Google, Quad9, or Cloudflare can improve lookup speeds, in this particular case, it caused issues with content delivery networks (CDNs) and resulted in slower data transfers for large files and streaming. The author's solution was to revert the router back to using the ISP's primary and secondary DNS addresses, which resolved the problem.

Written by urgent.news from Six Colors's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at sixcolors.com →

More in Tech

Why I Stopped Writing Regex by Hand

Why I Stopped Writing Regex by Hand I've used regex101 for years. It's a genuinely good tool live testing, an auto-generated explanation panel, a huge community pattern library, debugging tools that…

  • Author stopped writing regex by hand due to translation bottleneck.
  • Introduced DataBench tool to eliminate manual pattern translation.
  • DataBench generates working pattern, explanation, and test cases.

More from Monday 31 August →