Fios Severe Packet Loss with customer.alter.net
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Solved! Go to Correct Answer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
when I run MTR with -T (TCP mode), I still experience packet loss on the customer.alter.net hop (~16%)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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):
There is similar packet loss occurring, even with TCP mode in mar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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.
