BreadCrumbs: Change MTU Size

Change MTU Size

From Luke Jackson

(Difference between revisions)
Jump to: navigation, search
Revision as of 15:57, 22 November 2006 (edit)
Ljackson (Talk | contribs)

← Previous diff
Current revision (16:00, 22 November 2006) (edit)
Ljackson (Talk | contribs)
(External Links)
 
Line 40: Line 40:
=== External Links === === External Links ===
-[http://docs.info.apple.com/article.html?artnum=107474|Change MTU Size Mac OS X Permanently]+[http://docs.info.apple.com/article.html?artnum=107474| Change MTU Size Mac OS X Permanently]
[[Category:Mac OS X]] [[Category:Mac OS X]]

Current revision

Contents

Windows XP

Linux

Mac OS X

Summary

You may run into situations where the internet connection has a high rate of error or has a lower MTU size enforced than the Mac OS X default. By altering the MTU size on the active local interface it is possible to overcome such problems. This tutorial will walk you through changing your MTU size temporarily.

Requirements

Procedure

  • Enter the command below to gain root privileges:
sudo -s
  • Enter your administrator password when prompted and press return
  • Determine the interface you would like to change the MTU on with the command below:
ipconfig
  • Set the MTU on the interface you chose with the command below:
ifconfig <interface> mtu <size>
  • Default MTU Size (Ethernet): 1500
  • Recommended Change (Ethernet): 1480
  • To check that everything worked correctly type the command below:
ifconfig <interface> ¦ grep mtu
  • If a line is returned with the MTU size you set in the step above then everything worked correctly.

External Links

Change MTU Size Mac OS X Permanently

Personal tools