<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bwt.com.de/index.php?action=history&amp;feed=atom&amp;title=Template%3AMTU</id>
	<title>Template:MTU - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bwt.com.de/index.php?action=history&amp;feed=atom&amp;title=Template%3AMTU"/>
	<link rel="alternate" type="text/html" href="https://wiki.bwt.com.de/index.php?title=Template:MTU&amp;action=history"/>
	<updated>2026-04-04T01:41:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.bwt.com.de/index.php?title=Template:MTU&amp;diff=41&amp;oldid=prev</id>
		<title>BrainwreckedTech: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://wiki.bwt.com.de/index.php?title=Template:MTU&amp;diff=41&amp;oldid=prev"/>
		<updated>2014-01-06T01:52:17Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;noinclude&amp;gt;{{Information/Template|additional=This template contains information that is common for any page discussing MTU settings.  The subpages listed below contain solutions to getting the MTU settings to stick in various ways.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;If you are using Gigabit Ethernet, you can change the MTU setting for better performance.  Gigabit Ethernet accepts MTUs up to 9000, but a lot of Gigabit Ethernet chipsets do not go this high.  &amp;#039;&amp;#039;&amp;#039;This number cannot be any higher than any server you plan to communicate with.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Use the following command to determine which Ethernet device you are using.  The one with an IP address is the one you are interested in.&lt;br /&gt;
&lt;br /&gt;
 ip addr&lt;br /&gt;
&lt;br /&gt;
You&amp;#039;ll get output like this:&lt;br /&gt;
&lt;br /&gt;
 1: lo: &amp;lt;LOOPBACK,UP,LOWER_UP&amp;gt; mtu 16436 qdisc noqueue state UNKNOWN &lt;br /&gt;
     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00&lt;br /&gt;
     inet 127.0.0.1/8 scope host lo&lt;br /&gt;
     inet6 ::1/128 scope host &lt;br /&gt;
        valid_lft forever preferred_lft forever&lt;br /&gt;
 2: eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc pfifo_fast state UP qlen 1000&lt;br /&gt;
     link/ether hh:hh:hh:hh:hh:hh brd ff:ff:ff:ff:ff:ff&lt;br /&gt;
     inet &amp;#039;&amp;#039;&amp;#039;nnn.nnn.nnn.nnn/24&amp;#039;&amp;#039;&amp;#039; brd 192.168.1.255 scope global eth0&lt;br /&gt;
     inet6 hhhh::hhhh:hhhh:hhhh:hhhh/64 scope link &lt;br /&gt;
        valid_lft forever preferred_lft forever&lt;br /&gt;
 3: eth1: &amp;lt;BROADCAST,MULTICAST&amp;gt; mtu 1500 qdisc noop state DOWN qlen 1000&lt;br /&gt;
     link/ether hh:hh:hh:hh:hh:hh brd ff:ff:ff:ff:ff:ff&lt;br /&gt;
&lt;br /&gt;
Use the following command to determine the the max MTU setting.&lt;br /&gt;
&lt;br /&gt;
 sudo ip link set [device] mtu [1500-9000]&lt;br /&gt;
&lt;br /&gt;
You&amp;#039;ll basically be playing a game of guess-the-number.  No feedback means the command was successful.  You&amp;#039;ll know you&amp;#039;ve gone too far when you see &amp;lt;tt&amp;gt;[DRIVER] answers: Invalid argument&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Once you&amp;#039;ve determined the largest valid number you can use, you need to to make sure that your network hub or router isn&amp;#039;t a limiting factor and that the drivers aren&amp;#039;t allowing you to set the MTU higher than the actual hardware can handle.&lt;br /&gt;
&lt;br /&gt;
 ping -s [size-minus-8] [ip-address]&lt;br /&gt;
&lt;br /&gt;
If you do not receive a response with the MTU setting you got earlier (less 8 bytes for the ICMP header) then something is goofed and you will have to play the number guessing game again until you can make a successful ping.&lt;br /&gt;
&lt;br /&gt;
Once you find your optimal MTU setting, it&amp;#039;s time to get the setting to stick on every boot.&lt;/div&gt;</summary>
		<author><name>BrainwreckedTech</name></author>
	</entry>
</feed>