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)
mNo edit summary
AA-Andrew (talk | contribs)
mNo edit summary
Line 6: Line 6:




=What is my MTU?=
===What is my MTU?===
If you can ping a box, you can check what the largest packet size you can get to it is. AAISP customers can ping 81.187.81.187, which is the next hop from your DSL line.
If you can ping a box, you can check what the largest packet size you can get to it is. AAISP customers can ping 81.187.81.187, which is the next hop from your DSL line.


Line 14: Line 14:




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


On OSX (Apple):
'''On OSX (Apple):'''
ping -c1 -D -s 1472 81.187.81.187
ping -c1 -D -s 1472 81.187.81.187


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