I'm on Spark DSL. Anybody else noticing MTU issues on Spark? Have had issues with connectivity for past 3 days or so. Looking at it now I can only pass up to 1272 bytes unfragmented implying an MTU of 1300.
Haven’t made any router changes for over a month. Anyone else (clients or at home) having this issue?
ping -l 1273 -f google.com
Pinging google.com [216.58.220.96] with 1273 bytes of data:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Ping statistics for 216.58.220.96:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
ping -l 1272 -f google.com
Pinging google.com [216.58.220.96] with 1272 bytes of data:
Reply from 216.58.220.96: bytes=64 (sent 1272) time=55ms TTL=53
Reply from 216.58.220.96: bytes=64 (sent 1272) time=54ms TTL=53
Reply from 216.58.220.96: bytes=64 (sent 1272) time=56ms TTL=53
Reply from 216.58.220.96: bytes=64 (sent 1272) time=55ms TTL=53
Ping statistics for 216.58.220.96:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 54ms, Maximum = 56ms, Average = 55ms