<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Firstwave &#187; MTU settings</title>
	<atom:link href="http://www.great-one.co.uk/archives/tag/mtu-settings/feed" rel="self" type="application/rss+xml" />
	<link>http://www.great-one.co.uk</link>
	<description>My corner of the internet</description>
	<lastBuildDate>Tue, 24 Jan 2012 16:42:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Change the MTU under Vista or Windows 7</title>
		<link>http://www.great-one.co.uk/archives/222</link>
		<comments>http://www.great-one.co.uk/archives/222#comments</comments>
		<pubDate>Tue, 06 Sep 2011 13:12:26 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[MTU settings]]></category>

		<guid isPermaLink="false">http://www.great-one.co.uk/?p=222</guid>
		<description><![CDATA[<p>First of all you are going to need to find the optimum mtu for your situation to do so follow these instructions.</p> <p>ping www.google.com -f -l 1500 (lower case F and L not a 1)</p> <p>you will receive something similar to this.</p> <p>Pinging www.l.google.com [66.102.9.105] with 1500 bytes of data: Packet needs to be fragmented [...]]]></description>
			<content:encoded><![CDATA[<p>First of all you are going to need to find the optimum mtu for your situation to do so follow these instructions.</p>
<p><strong>ping www.google.com -f -l 1500 </strong>(lower case F and L not a 1)</p>
<p>you will receive something similar to this.</p>
<p>Pinging www.l.google.com [66.102.9.105] with 1500 bytes of data:<br />
Packet needs to be fragmented but DF set.<br />
Packet needs to be fragmented but DF set.<br />
Packet needs to be fragmented but DF set.<br />
Packet needs to be fragmented but DF set.</p>
<p>Ping statistics for 66.102.9.105:<br />
Packets:Sent = 4,Received = 0,Lost = 4 (100% loss),</p>
<p>Now you need to drop the packet size down by 10 bytes until you find one that doesn’t fragment in this case it was dead on 1430 but you can increase the byte size by small factors eg 1431,1432 etc until you find that largest possible packet for your situation.</p>
<p>Pinging www.l.google.com [66.102.9.103] with 1430 bytes of data:<br />
Reply from 66.102.9.103:bytes=64 (sent 1430) time=100ms TTL=54<br />
Reply from 66.102.9.103:bytes=64 (sent 1430) time=70ms TTL=54<br />
Reply from 66.102.9.103:bytes=64 (sent 1430) time=64ms TTL=54<br />
Reply from 66.102.9.103:bytes=64 (sent 1430) time=64ms TTL=54</p>
<p>Ping statistics for 66.102.9.103:<br />
Packets:Sent = 4,Received = 4,Lost = 0 (0% loss),<br />
Approximate round trip times in milli-seconds:<br />
Minimum = 64ms,Maximum = 100ms,Average = 74ms</p>
<p>Now you need to add 28 to the maximum size for the overhead the IP headser and the ICMP Echo Request, so I end up with 1430+28=1458 then you need to change the MTU to do so.</p>
<p>1. start an elevated cmd prompt<br />
2. type netsh interface ipv4 show subinterfaces (this will show you the existing mtu and network adptor name)<br />
3. type netsh interface ipv4 set subinterface &#8220;Local Area Connection&#8221; mtu=1458 store=persistent</p>
]]></content:encoded>
			<wfw:commentRss>http://www.great-one.co.uk/archives/222/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find the optimum MTU</title>
		<link>http://www.great-one.co.uk/archives/76</link>
		<comments>http://www.great-one.co.uk/archives/76#comments</comments>
		<pubDate>Mon, 28 Sep 2009 14:27:24 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MTU settings]]></category>

		<guid isPermaLink="false">http://www.great-one.co.uk/?p=76</guid>
		<description><![CDATA[<p>This is something i am always forgetting so here it is, the best way to find your optimal MTU setting is to use the ping command, open your command prompt and use the following command.</p> <p>ping www.google.com -f -l 1500 (lower case F and L not a 1)</p> <p>you will receive something similar to this.</p> [...]]]></description>
			<content:encoded><![CDATA[<p>This is something i am always forgetting so here it is, the best way to find your optimal MTU setting is to use the ping command, open your command prompt and use the following command.</p>
<p><strong>ping www.google.com -f -l 1500 </strong>(lower case F and L not a 1)</p>
<p>you will receive something similar to this.</p>
<p>Pinging www.l.google.com [66.102.9.105] with 1500 bytes of data:<br />
Packet needs to be fragmented but DF set.<br />
Packet needs to be fragmented but DF set.<br />
Packet needs to be fragmented but DF set.<br />
Packet needs to be fragmented but DF set.</p>
<p>Ping statistics for 66.102.9.105:<br />
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),</p>
<p>Now you need to drop the packet size down by 10 bytes until you find one that doesn&#8217;t fragment in this case it was dead on 1430 but you can increase the byte size by small factors eg 1431, 1432 etc until you find that largest possible packet for your situation.</p>
<p>Pinging www.l.google.com [66.102.9.103] with 1430 bytes of data:<br />
Reply from 66.102.9.103: bytes=64 (sent 1430) time=100ms TTL=54<br />
Reply from 66.102.9.103: bytes=64 (sent 1430) time=70ms TTL=54<br />
Reply from 66.102.9.103: bytes=64 (sent 1430) time=64ms TTL=54<br />
Reply from 66.102.9.103: bytes=64 (sent 1430) time=64ms TTL=54</p>
<p>Ping statistics for 66.102.9.103:<br />
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),<br />
Approximate round trip times in milli-seconds:<br />
Minimum = 64ms, Maximum = 100ms, Average = 74ms</p>
<p>Now you need to add 28 to the maximum size for the overhead the IP headser and the ICMP Echo Request, so I end up with 1430+28=1458 then you can use a tool like <a href="http://www.dslreports.com/front/drtcp.html" target="_blank">DrTCP</a> to change the MTU value</p>
]]></content:encoded>
			<wfw:commentRss>http://www.great-one.co.uk/archives/76/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

