<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: MTU, Linksys, and Linux Connection failures</title>
	<atom:link href="http://www.kgadams.net/2005/12/30/mtu-linksys-and-linux-connection-failures/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kgadams.net/2005/12/30/mtu-linksys-and-linux-connection-failures</link>
	<description>Technology, computer games, MMOGs,  science...and other nerdy stuff</description>
	<pubDate>Fri, 21 Nov 2008 16:07:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Kelly&#8217;s World- A View into the mind of Uber Geek, Kelly Adams &#187; Blog Archive &#187; My patience wears thin&#8230;</title>
		<link>http://www.kgadams.net/2005/12/30/mtu-linksys-and-linux-connection-failures#comment-17693</link>
		<dc:creator>Kelly&#8217;s World- A View into the mind of Uber Geek, Kelly Adams &#187; Blog Archive &#187; My patience wears thin&#8230;</dc:creator>
		<pubDate>Sat, 05 Apr 2008 06:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kgadams.net/?p=222#comment-17693</guid>
		<description>[...] I found, shortly after I bought it, was that it did weird things with packet size. Specifically, I had to change the MTU size in order for several services to work through it. That was an esoteric enough problem that I [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] I found, shortly after I bought it, was that it did weird things with packet size. Specifically, I had to change the MTU size in order for several services to work through it. That was an esoteric enough problem that I [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.kgadams.net/2005/12/30/mtu-linksys-and-linux-connection-failures#comment-17117</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Sat, 01 Mar 2008 03:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kgadams.net/?p=222#comment-17117</guid>
		<description>2008 version 2.0.18 firmware and it is still relevant. Was getting 400KB/sec downloads on a cable modem. Changed the automatic MTU to MANUAL 1500 and it jumped to over 1MB/sec.</description>
		<content:encoded><![CDATA[<p>2008 version 2.0.18 firmware and it is still relevant. Was getting 400KB/sec downloads on a cable modem. Changed the automatic MTU to MANUAL 1500 and it jumped to over 1MB/sec.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly Adams</title>
		<link>http://www.kgadams.net/2005/12/30/mtu-linksys-and-linux-connection-failures#comment-10386</link>
		<dc:creator>Kelly Adams</dc:creator>
		<pubDate>Sun, 03 Jun 2007 08:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.kgadams.net/?p=222#comment-10386</guid>
		<description>You are most welcome, Bob!  Mind you, I'm a knowledge packrat- I don't throw away historical posts unless I have to :)</description>
		<content:encoded><![CDATA[<p>You are most welcome, Bob!  Mind you, I&#8217;m a knowledge packrat- I don&#8217;t throw away historical posts unless I have to <img src='http://www.kgadams.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Hahn</title>
		<link>http://www.kgadams.net/2005/12/30/mtu-linksys-and-linux-connection-failures#comment-10384</link>
		<dc:creator>Bob Hahn</dc:creator>
		<pubDate>Sun, 03 Jun 2007 02:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kgadams.net/?p=222#comment-10384</guid>
		<description>Thanks for leaving this around. A year and a half later, it's still relevant (unfortunately).</description>
		<content:encoded><![CDATA[<p>Thanks for leaving this around. A year and a half later, it&#8217;s still relevant (unfortunately).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daren</title>
		<link>http://www.kgadams.net/2005/12/30/mtu-linksys-and-linux-connection-failures#comment-364</link>
		<dc:creator>Daren</dc:creator>
		<pubDate>Fri, 24 Feb 2006 20:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kgadams.net/?p=222#comment-364</guid>
		<description>This is because Linksys has a bug in the way they monitor and calculate their MTU. The RV016 has a feature that allows you to assign up to 
7 ports as WAN ports. This feature does not have an option to only have 1 WAN port (the minimum is 2) bcause of this, each packet is 
analysed when it hits the RV016 and the MTU monitoring function checks to see average MTU size and it's historical effect on latency. 
I assume you had the same issue we did. When you reset the router to factory settings did the first few SSH connections stay connected longer
than the ones the followed? Ours did! This tells me that it is possible that the higher the percieved load, the worse the problem gets.

By setting the MTU manually you caused the router to stop messing with the MTU. That is why SSH now works. Linksys will never admit
to it but I am convinced they have an error in their Automatic MTU setting.

Thanks for posting this, I am glad to know I am not the only one that had this issue.</description>
		<content:encoded><![CDATA[<p>This is because Linksys has a bug in the way they monitor and calculate their MTU. The RV016 has a feature that allows you to assign up to<br />
7 ports as WAN ports. This feature does not have an option to only have 1 WAN port (the minimum is 2) bcause of this, each packet is<br />
analysed when it hits the RV016 and the MTU monitoring function checks to see average MTU size and it&#8217;s historical effect on latency.<br />
I assume you had the same issue we did. When you reset the router to factory settings did the first few SSH connections stay connected longer<br />
than the ones the followed? Ours did! This tells me that it is possible that the higher the percieved load, the worse the problem gets.</p>
<p>By setting the MTU manually you caused the router to stop messing with the MTU. That is why SSH now works. Linksys will never admit<br />
to it but I am convinced they have an error in their Automatic MTU setting.</p>
<p>Thanks for posting this, I am glad to know I am not the only one that had this issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
