MTU: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
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 |
||