If a router's WAN interface is configured for an MTU of 1500, I should not be able to send an non-fragmented packet over 1500 outside, but it gets through. where does it find room for another 14 bytes? Thanks http://www.cloudshark.org/captures/a00ef83e9e99 ping 8.8.8.8 -l 1472 -f Pinging 8.8.8.8 with 1472 bytes of data: Ping statistics for 8.8.8.8: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 34ms, Maximum = 43ms, Average = 36ms asked 05 Feb '14, 09:58 net_tech |
One Answer:
MTU size is the largest ip.len that is getting through. For ethernet you need to add 14 bytes header answered 05 Feb '14, 10:47 mrEEde |