Help Community Login:
STaRDoGG's picture
From:
Olympus
STaRDoGG
Head Mucky MuckJoined the Dark SidePremium Member (Gold)I'm a Code Monkey!The Steel CurtainI use FirefoxI use Google ChromeI use Internet ExplorerI use SafariLinux UserMac UserWindows UserI donated to GeekDrop simply because I love it!Booga Booga BoogaI took a bite of the AppleFormer Phrozen Crew MemberI'm MagicMember of VileThe Dr. put the stem on the apple!The JokerSomeone thinks you're udderly delightful!
Relationship Status:
Engaged
Joined: 01/14/2009
Posts: 2399
Drops: 2818
Mood: Content
Re: MTU - Maximum Transmission Unit

MTU = Maximum Transmission Unit (oops, ya already put that as the subject Tongue )

It describes the maximum size packet, in bytes data can be sent through your network. Anything packet of data bigger than the set MTU on your computer will be chopped up into another packet (aka packet fragmentation). When they start fragmenting, your network connection slows down, and you can see lag, pages not loading, taking forever to load, and a host of other issues.

You can find the optimum MTU for your computer/network by pinging a website (best to use a well known, stable website, like google.com) with a specific pink command. Rather than rewrite it all, here's a link to a website that describes the process well.

For detailed instructions on how to save the MTU onc eyou figure out the optimized MTU for your network, here's a page with details.

If you run Windows 7 you need to run and elevated command prompt. Click Start | All Programs | Accessories, right click Command Prompt and Run as administrator

In the command window paste this:
netsh interface ipv4 set subinterface "Local Area Connection" mtu=xxxx store=persistent

xxxx is the new MTU that you're changing to. Rebooting isn't necessary. Local Area Connection is a common name for the interface if you use a NIC for internet connectivity. A wireless one may be called "Wireless Network Connection". If you're not sure, the network status icon by the clock can tell you.

If you use a router, be sure to also set the MTU to match the new MTU you just set.

For doing all of this on a Mac, see these instructions.


Never play leapfrog with a unicorn

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <p> <span> <div> <h1> <h2> <h3> <h4> <h5> <h6> <img> <map> <area> <hr> <br> <br /> <ul> <ol> <li> <dl> <dt> <dd> <table> <tr> <td> <em> <b> <u> <i> <strong> <font> <del> <ins> <sub> <sup> <quote> <blockquote> <pre> <address> <code> <cite> <embed> <object> <strike> <caption> <thead> <th> <param> <style> <BGSOUND> <color> <center> <font-size> <script>
  • You may quote other posts using [quote] tags.
  • Filtered words will be replaced with the filtered version of the word.
  • Textual smileys will be replaced with graphical ones.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <csharp>, <css>, <html4strict>, <javascript>, <php>, <vb>, <vbnet>, <xml>. Beside the tag style "<foo>" it is also possible to use "[foo]".
  • Lines and paragraphs break automatically.
  • You can use BBCode tags in the text.

More information about formatting options



NOT LOGGED IN

You are NOT logged in

NOTE: You are commenting as an anonymous guest. You will NOT immediately see your comment, but it's there. Please do not try to re-send the same comment. If you'd like to see it immediately, please login or create an account (no worries, it's free).


facebook codes exploits tips tricks Phrozen Crew
All contents ©Copyright GeekDrop 2009-2012
TOS | Privacy Policy