Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

MTU: Difference between revisions

73 bytes added ,  19 November 2021
tt
(tt)
(6 intermediate revisions by 2 users not shown)
 
For example:
 
[[File:Firebrick-1500MTU-ping.png|200px|thumb|a 1500 ping on FireBrick]]
 
 
On Linux:
 
 
==Explanation of the ping options:==
 
'''-c1 / / -n 1''' InThis theseis examplesoptional, we'veit onlysimply used a count of onetells ping usingjust theto -csend optiona orsingle -n on Windows.ping
 
'''-M do / -f / -D''' MeansThe important option! This means don't fragment the ping packet - we don't want the ping split into multiple packets when testing MTU!
 
''' -s 1472 / -l 1472''' The option for payload size is -s, or -l on Windows. When setting size in ping, the size printed is the payload size - not the full packet size. '''The full packet size is''' <syntaxhighlight inlinett> payload (1472) + IP header (20) + ICMP header (8) </syntaxhighlighttt>, so this is 1500 in total!
 
==Two quick examples==
This is despite the bridging modem used for the tests not claiming to support an MTU > 1500 octets
and with PPPoE needing to send 1504 octets and receive 1508.
 
]
 
[[Category:MTU]]
editor
698

edits