Changing MTU Size in OS X
To change the MTU size temporarily (for testing
purposes)
- Go to /Applications/Utilities/ and
launch Terminal
- Type sudo -s and press Return
- Enter your administrator password when
prompted and press Return
- Type ifconfig ppp0 mtu 1430 (this
figure can be substituted by any MTU size) and press Return
- To check that the change has gone through,
type ifconfig ppp0 ¦ grep mtu and press Return
NOTE: these settings will be lost when the
connection is reinitialised (eg. through a reboot). An alternative method
to keep these settings permanent is provided in this
Apple support document.

