Fios Severe Packet Loss with customer.alter.net

watchword
Newbie

I'm experiencing intermittent disconnects when playing online games. I ran a mtr (linux traceroute utility) against some websites and I am noticing severe packet loss on one of the hops. Specifically the hop to customer.alter.net. From my research, it seems this is a verizon owned hop.

 

mtr_output.png

Labels (1)
0 Likes
Reply
2 Solutions
Cang_Household
Community Leader
Community Leader

The traceroute results are NOT useful in diagnosing intermittent connectivity issues.

customer.alter.net is an ASBR. ASBR are busy and responding with ICMP Type 11 is not a priority.

Furthermore, your traceroute in fact shows 0% packet drop at the destination, which means  there is  no packet drop along the route, including at the ASBR.

View solution in original post

Cang_Household
Community Leader
Community Leader

@watchword wrote:

I'm running mtr with TCP mode which doesn't use ICMP. 


That's NOT  true. The man pages for mtr only says TCP mode does not use ICMP Type 8, and it says it deliberately sets a low TTL, which triggers ICMP Type 11 message to come back from the router.

Please do a WireShark capture when you are running the mtr and look for the ICMP Type 11 message.

View solution in original post

6 Replies
watchword
Newbie

I might have misinterpreted the output of MTR since it's possible there is some sort of ICMP rate limiting happening on the customer.alter.net side given that further hops are experiencing minimal packet loss. I am still confused as to why I'm experiencing sporadic / intermittent disconnects with games like counter strike 2.

0 Likes
Reply
watchword
Newbie

when I run MTR with -T (TCP mode), I still experience packet loss on the customer.alter.net hop (~16%)

watchword_0-1725847970217.pngwatchword_1-1725847994123.png

 

0 Likes
Reply
watchword
Newbie

Just in case, I tried using a different device / OS than the above examples (previous examples were on a Desktop ethernet connection using Linux, the below example is using a MacBook wifi on MacOS):

Screenshot 2024-09-08 at 10.26.55 PM.png

There is similar packet loss occurring, even with TCP mode in mar

0 Likes
Reply
Cang_Household
Community Leader
Community Leader

The traceroute results are NOT useful in diagnosing intermittent connectivity issues.

customer.alter.net is an ASBR. ASBR are busy and responding with ICMP Type 11 is not a priority.

Furthermore, your traceroute in fact shows 0% packet drop at the destination, which means  there is  no packet drop along the route, including at the ASBR.

watchword
Newbie

Hi Cang_Household, thanks for replying to me. I'm running mtr with TCP mode which doesn't use ICMP. Do you have suggestions for how to debug intermittent connectivity issues?

Cang_Household
Community Leader
Community Leader

@watchword wrote:

I'm running mtr with TCP mode which doesn't use ICMP. 


That's NOT  true. The man pages for mtr only says TCP mode does not use ICMP Type 8, and it says it deliberately sets a low TTL, which triggers ICMP Type 11 message to come back from the router.

Please do a WireShark capture when you are running the mtr and look for the ICMP Type 11 message.