User comments on ISPs
  >> IDNet


Register (or login) on our website and you will not see this ad.


  Print Thread
Standard User BrumskiG
(learned) Thu 23-Jun-22 09:17:43
Print Post

Latency increase


[link to this post]
 
Just a quick one... Had anyone else noticed a marked increase in latency today? At 5 AM my latency doubled and remains that way since.

My Broadband Ping
Standard User billford
(elder) Thu 23-Jun-22 09:44:02
Print Post

Re: Latency increase


[re: BrumskiG] [link to this post]
 
No problems here- My Broadband Ping

That's a long-ish break, too long for a resync or similar, I think you'll have to ask IDNet to take a look from their end.

Bill
Standard User BrumskiG
(learned) Thu 23-Jun-22 09:45:46
Print Post

Re: Latency increase


[re: billford] [link to this post]
 
Cheers Bill. I'll ask Idnet in that case.

I just wanted to check if it was a wider spread Idnet issue before I reached to out to them.


Register (or login) on our website and you will not see this ad.

Standard User E300
(committed) Thu 23-Jun-22 10:29:21
Print Post

Re: Latency increase


[re: BrumskiG] [link to this post]
 
Worth checking with them if you are on Zen backhaul. If you are it isn't unusual to find an overnight drop and find latency has increased because they are now routing you to Manchester then back down to London. One of the reasons I left IDNet to get away from Zen back haul. Could also be your router has enabled interleaving (if you are not FTTP), you will only know that if you have a before and after of your sync stats. Both scenarios are out of IDNets control.
Standard User Realalemadrid
(experienced) Thu 23-Jun-22 10:39:18
Print Post

Re: Latency increase


[re: BrumskiG] [link to this post]
 
At around 10 am your latency dropped to the value prior to the increase so all back to normal smile

Did you call IDNET and get them to do something?

Edited by Realalemadrid (Thu 23-Jun-22 10:40:48)

Standard User BrumskiG
(learned) Thu 23-Jun-22 11:40:44
Print Post

Re: Latency increase


[re: Realalemadrid] [link to this post]
 
That was me giving the router a restart
Standard User GonePostal
(experienced) Thu 23-Jun-22 17:01:03
Print Post

Re: Latency increase


[re: BrumskiG] [link to this post]
 
We had a loss of service for about 2 minutes at 5am according to the BQM with a full band of red for that time. It doesn't seem to have affected the latency.

Location: Northumberland, Zen backhaul.
Standard User jimdigriz00
(newbie) Fri 24-Jun-22 09:47:57
Print Post

Re: Latency increase


[re: BrumskiG] [link to this post]
 
I noticed the same problem on and off over the past few months and after finding a pattern (you need access to the PPP logs to see it) I asked IDnet about it and it is just a problem with their provider; I assume this is Zen, they did not state them by name.

The best latency I can get is ~9ms, but somehow Zen(?) have found a way to add anything up to +15ms to this which insanely translates to about an extra 2000km of fibre optic length! They must be landing us in Iceland or mainland Europe...eugh.

Either way, IDnet seem unwilling/unable to put pressure on Zen to fix this we are all stuck with it. Zen claim to be doing work to improve their load balancing but as I got that statement over a month ago with no ETA I am not holding my breath and suspecting it will never get fixed.

I'm fortunate, my setup provides me with nerd superpowers, so when my connection restarts, I have it run a script to test if the latency is as good as it can be, if not it reconnects until it gets something it likes.

The best others can do is just restart your router until you get the lowest ping time you can to something like 1.1.1.1; I seem to get three latency bands, ~10ms, ~15ms and ~25ms, your mileage may vary.

For reference, for others with similar superpowers, my method is to use this as an 'ExecStartPost' step in my documented systemd setup, maybe you can adapt it depending on what your local setup is:
$ cat /usr/local/bin/idnet-burp.sh
#!/bin/sh

# wait a moment for things to settle
sleep 5

# IDnet has at least one misconfigured router that does not send the WAN IPv6 prefix to use
WANRA=$(ip -6 addr show dev wan scope global | sed -ne 's/.* inet6 \([^ ]*\).*/\1/ p')
[ "$WANRA" ] || { echo no assigned wan IPv6 via RA >&2; exit 2; }

# latency testing
NH=$(ping -c 1 -t 1 1.1.1.1 | sed -ne 's/From \([^ ]*\) icmp_seq=1 Time to live exceeded/\1/ p')
[ "$NH" ] || { echo unable to get next hop >&2; exit 1; }

RTT=$(ping -q -c 3 $NH | sed -ne 's/rtt min.* = \([0-9]*\)\.\?.*/\1/ p')
[ "$RTT" ] || { echo unable to get rtt >&2; exit 1; }

[ $RTT -lt 12 ] || { echo rtt too high >&2; exit 3; }

exit 0

Edited by jimdigriz00 (Fri 24-Jun-22 09:56:51)

Standard User talkandplay
(newbie) Sat 28-Jun-25 00:18:48
Print Post

Re: Latency increase


[re: E300] [link to this post]
 
I know a lot of time has passed but anyone still with IDNet and can confirm if Latency has improved? I was thinking of signing up to their FTTP 1200 package.I am in N.ireland so have been told would be using Zen's backhaul if i sign up.
  Print Thread

Jump to