cancel
Showing results for 
Search instead for 
Did you mean: 

Connection issues with Cloudflare

nbk
Grafter
Posts: 132
Thanks: 4
Registered: ‎06-01-2015

Re: Connection issues with Cloudflare

Yes you'd expect somebody to be on call especially since this started around midday on saturday

mattmarchy
Hooked
Posts: 8
Registered: ‎02-11-2022

Re: Connection issues with Cloudflare

I would also love to hear the users on this forums' reasoning as why upload speeds are not affected but download speeds are 😁

jab1
Legend
Posts: 19,939
Thanks: 6,609
Fixes: 293
Registered: ‎24-02-2012

Re: Connection issues with Cloudflare


@Townman wrote:
Or simply maybe there’s an issue on the peering connection(s). Why do people jump to conspiracy theories?

Tracert reports suggest that the issue is way beyond Plusnet’s network.

No idea, @Townman  - probably because it is what they always do?

John
pvmb
Pro
Posts: 802
Thanks: 117
Fixes: 3
Registered: ‎12-02-2014

Re: Connection issues with Cloudflare

Cloudflare DNS issue seems to have been resolved this morning.

pvmb
Pro
Posts: 802
Thanks: 117
Fixes: 3
Registered: ‎12-02-2014

Re: Connection issues with Cloudflare

Oops!

Now Plusnet DNS servers gone offline...

Lucky I am now on Google service. It's a game this.

Townman
Superuser
Superuser
Posts: 24,663
Thanks: 10,586
Fixes: 183
Registered: ‎22-08-2007

Re: Connection issues with Cloudflare

Can you explain that statement please?

Do you has specific diagnostics ... generally speaking, all seems fine, so you might have issues specific to you.

Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.

pvmb
Pro
Posts: 802
Thanks: 117
Fixes: 3
Registered: ‎12-02-2014

Re: Connection issues with Cloudflare

...Yes I can explain.

At time of post and now: 100% no response to ping (and tracert) from Plusnet DNS servers.

So, either, not there or do not now respond to ping. If latter, how can we ever check whether they are down or not?
Currently using Google DNS servers (from PC Network settings).

outcast
Pro
Posts: 317
Thanks: 121
Fixes: 7
Registered: ‎11-01-2025

Re: Connection issues with Cloudflare

Plusnet DNS hasn't responded to ping requests since 13th July 2023 -

https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Has-Plusnet-server-212-159-6-9-just-go... 

.

pvmb
Pro
Posts: 802
Thanks: 117
Fixes: 3
Registered: ‎12-02-2014

Re: Connection issues with Cloudflare

...Time to put Google DNS servers into Plusnet Hub 2 as default DNS server.

jab1
Legend
Posts: 19,939
Thanks: 6,609
Fixes: 293
Registered: ‎24-02-2012

Re: Connection issues with Cloudflare

Was just going to post a similar response, @outcast 😀

John
outcast
Pro
Posts: 317
Thanks: 121
Fixes: 7
Registered: ‎11-01-2025

Re: Connection issues with Cloudflare

@jab1  - so we don't both answer the rest of the question, do you want to answer this ? -

 


@pvmb wrote:


... Plusnet DNS servers ... ... how can we ever check whether they are down or not?

.

jab1
Legend
Posts: 19,939
Thanks: 6,609
Fixes: 293
Registered: ‎24-02-2012

Re: Connection issues with Cloudflare

I'll leave it to you, @outcast  - on another forum for now.

John
pvmb
Pro
Posts: 802
Thanks: 117
Fixes: 3
Registered: ‎12-02-2014

Re: Connection issues with Cloudflare


@pvmb wrote:

...Time to put Google DNS servers into Plusnet Hub 2 as default DNS server.


So... Manually changing the DNS servers and saving - then restarting the Hub 2 -  doesn't change the default router DNS servers! Why not? (Because Plusnet configuration overrides settings?)

Does anyone know how this can be done? Or will I only be able to change DNS servers in the PC Network Settings?

outcast
Pro
Posts: 317
Thanks: 121
Fixes: 7
Registered: ‎11-01-2025

Re: Connection issues with Cloudflare

@jab1  I thought you'd say that !  😆

 

Anyway -

 

@pvmb wrote:


... Plusnet DNS servers ... ... how can we ever check whether they are down or not?

 

So if you open a command line terminal,  you can use the 'nslookup' command to check whether a DNS server is responding.

 

The format is -

nslookup  <a domain to lookup>  <DNS server>

 

So to check Google DNS you might do this, and get a corresponding list back in response -

 

$ nslookup bbc.co.uk 8.8.8.8
Server:		8.8.8.8
Address:	8.8.8.8#53

Non-authoritative answer:
Name:	bbc.co.uk
Address: 151.101.64.81
Name:	bbc.co.uk
Address: 151.101.128.81
Name:	bbc.co.uk
Address: 151.101.192.81
Name:	bbc.co.uk
Address: 151.101.0.81
Name:	bbc.co.uk
Address: 2a04:4e42:600::81
Name:	bbc.co.uk
Address: 2a04:4e42::81
Name:	bbc.co.uk
Address: 2a04:4e42:400::81
Name:	bbc.co.uk
Address: 2a04:4e42:200::81

 

 

Therefore to test Plusnet DNS, choose a DNS server address (in this case 212.159.13.51) .

IF the Plusnet server responds, then you will get a list of IP addresses as shown in the example above,

or if the Plusnet server does NOT reply (due to a fault, or probed from a NON-Plusnet ISP as I am) then you'd see this -

 

$ nslookup bbc.co.uk 212.159.13.51
;; connection timed out; no servers could be reached

 

.

pvmb
Pro
Posts: 802
Thanks: 117
Fixes: 3
Registered: ‎12-02-2014

Re: Connection issues with Cloudflare

...OK. Thanks.

So many network commands... At my age I cannot remember them all!