Kitz Forum

Internet => General Internet => Topic started by: Bowdon on November 14, 2019, 12:09:07 PM

Title: Is anyone else having slow dns problems?
Post by: Bowdon on November 14, 2019, 12:09:07 PM
A lot of sites keep timing out and the addresses show its not just non-UK sites either.

This is the site of my local newspaper and it won't connect: https://www.oldham-chronicle.co.uk (https://www.oldham-chronicle.co.uk)

I'm using the BT Hub at the moment. But I have the computer dns set googles dns server; 8.8.4.4 and 8.8.8.8
Title: Re: Is anyone else having slow dns problems?
Post by: jelv on November 14, 2019, 12:24:02 PM
The website came up straight away for me.

Here's a tracert to it.

C:\Users\John>tracert www.oldham-chronicle.co.uk (http://www.oldham-chronicle.co.uk)

Tracing route to oldham-chronicle.co.uk [82.71.180.165]
over a maximum of 30 hops:

  1     3 ms     3 ms     3 ms  192.168.1.1
  2    14 ms    15 ms    15 ms  220.53.155.90.in-addr.arpa [90.155.53.220]
  3    15 ms    14 ms    14 ms  f.aimless.thn.aa.net.uk [90.155.53.46]
  4    18 ms    15 ms    18 ms  linx-2.zen.net.uk [195.66.236.158]
  5    22 ms    22 ms     *     ae7.cr2.sp-roch.zen.net.uk [62.3.82.33]
  6    22 ms    22 ms    22 ms  ae8-0.ar3.sp-roch.zen.net.uk [62.3.81.238]
  7    23 ms    22 ms    22 ms  51-148-48-29.dsl.zen.co.uk [51.148.48.29]
  8    22 ms    23 ms    22 ms  web5smtp.rochdaleonline.co.uk [82.71.180.165]
Title: Re: Is anyone else having slow dns problems?
Post by: Bowdon on November 14, 2019, 12:27:15 PM
I went downstairs, made some lunch and come back and now its working again. Don't ya just love technology  ;D
Title: Re: Is anyone else having slow dns problems?
Post by: Postal on November 14, 2019, 03:11:46 PM
According to some posts on ThinkBroadband (https://forums.thinkbroadband.com/bt/t/4630006-re-bt-routing-issues-at-the-moment.html (https://forums.thinkbroadband.com/bt/t/4630006-re-bt-routing-issues-at-the-moment.html) there were some BT network problems earlier on today.
Title: Re: Is anyone else having slow dns problems?
Post by: dee.jay on November 14, 2019, 05:13:41 PM
I get slow response on my work laptop, but I can guarantee it's nothing to do with DNS by itself, there's other "reasons" :)
Title: Re: Is anyone else having slow dns problems?
Post by: Bowdon on November 14, 2019, 07:16:18 PM
According to some posts on ThinkBroadband (https://forums.thinkbroadband.com/bt/t/4630006-re-bt-routing-issues-at-the-moment.html (https://forums.thinkbroadband.com/bt/t/4630006-re-bt-routing-issues-at-the-moment.html) there were some BT network problems earlier on today.

Ahh, glad it wasn't just me lol. I checked there earlier but nobody was talking about it.

Apparently it effected other isp's and vm too.
Title: Re: Is anyone else having slow dns problems?
Post by: Chrysalis on November 15, 2019, 05:30:33 AM
First I suggest cloudflare dns over google ip is 1.1.1.1 for ipv4.  They dont log queries (at least not tied to requesting ip).  Plus in my opinion its faster and they support dns over tls.

Second try to use a dns server like unbound that supports a setting called "serve expired" as your caching server, basically it will keep the most recently fetched record response cached forever until a new query is requested, and then it will only do a background update not making the live query wait for it.  Its a game changer in this era of very low ttl dns records.

If you have no lan caching server, then get one set up. ;)