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

Content deleted Content added
AA-Andrew (talk | contribs)
AA-Andrew (talk | contribs)
Line 73: Line 73:


For example:
For example:

Linux
On Linux:
ping -c1 -M do -s 1472 81.187.81.187
ping -c1 -M do -s 1472 81.187.81.187


Line 79: Line 80:
ping -c1 -D -s 1472 81.187.81.187
ping -c1 -D -s 1472 81.187.81.187


Windows:
On Windows:
ping -n 1 -f -l 1472 81.187.81.187
ping -n 1 -f -l 1472 81.187.81.187


Line 103: Line 104:




==Explanation:==
==Explanation of the ping options:==


'''-c1 / -n 1''' In these examples, we've only used a count of one ping using the -c option or -n on Windows.
'''-c1 / -n 1''' In these examples, we've only used a count of one ping using the -c option or -n on Windows.