I tried doing the MTU test and notice when I try values between 1420 - 1472 bytes, I get time out. Why is that?
values 1473 - 1500 = fragmentation is needed
So it seems 1419 is the value that doesn't require fragmentation and doesn't time out:
Code:
Pinging www.google.com [172.217.5.228] with 1419 bytes of data:
Reply from 172.217.5.228: bytes=68 (sent 1419) time=45ms TTL=117
Reply from 172.217.5.228: bytes=68 (sent 1419) time=45ms TTL=117
Reply from 172.217.5.228: bytes=68 (sent 1419) time=53ms TTL=117
Reply from 172.217.5.228: bytes=68 (sent 1419) time=43ms TTL=117
Ping statistics for 172.217.5.228:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 43ms, Maximum = 53ms, Average = 46ms
Do I add 28 and call it a day? Thanks for any input!