<?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>Running Systems&#187; nic</title>
	<atom:link href="http://run.tournament.org.il/tag/nic/feed/" rel="self" type="application/rss+xml" />
	<link>http://run.tournament.org.il</link>
	<description>(and me chasing them)</description>
	<lastBuildDate>Wed, 02 Jun 2010 13:50:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Xen guests cannot serv NFS requests</title>
		<link>http://run.tournament.org.il/xen-guests-cannot-serve-nfs-requirests/</link>
		<comments>http://run.tournament.org.il/xen-guests-cannot-serve-nfs-requirests/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 02:29:39 +0000</pubDate>
		<dc:creator>ez-aton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[bonds]]></category>
		<category><![CDATA[nic]]></category>
		<category><![CDATA[vlan tagging]]></category>
		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://run.tournament.org.il/?p=430</guid>
		<description><![CDATA[This sounds weird, but I have witnessed it today, and had to work rather hard to figure the cause of the problem.
When using &#8221; Intel Corporation 82575EB Gigabit Network Connection (rev 02)&#8221; (as lspci reports), TCP offload causes problems.
Symptoms:

The host can communicate with the guest flawlessly (including HTTP get for larger than 2.6k files)
Other external [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This sounds weird, but I have witnessed it today, and had to work rather hard to figure the cause of the problem.</p>
<p>When using &#8221; Intel Corporation 82575EB Gigabit Network Connection (rev 02)&#8221; (as lspci reports), TCP offload causes problems.</p>
<p>Symptoms:</p>
<ul>
<li>The host can communicate with the guest flawlessly (including HTTP get for larger than 2.6k files)</li>
<li>Other external hosts/guests report NFS timeout during mount attempt</li>
<li>Other external hosts/guests take a long while running &#8220;showmount -e&#8221; on the target guest</li>
<li>Pings work flawlessly</li>
<li>HTTP get from external nodes halts at about 2660 bytes, to which it reaches almost immediately</li>
<li>VLAN tagged interfaces on other than the default VLAN (1) do not experience these problems (cause &#8211; unknown to me at the moment).</li>
</ul>
<p>The solution is simple &#8211; disable the offload from the NIC, and be happy. You could do it using the following line:</p>
<blockquote><p>ethtool -K eth0 tx off</p></blockquote>
<p>This should do the trick. It is required only on Dom0, and was tested to work well with my own method of configuring bonds and VLAN tags, as described <a href="http://run.tournament.org.il/xen-networking-bonding-with-vlan-tagging/" target="_blank">in this post</a>.</p>
<p>I was able to find the required hint in <a href="http://www.felipe-alfaro.org/blog/2006/08/21/xen-network-configuration-and-multiple-vlans-ii/" target="_blank">this post</a>, under comment by Alejandro Anadon, and from there, directly to <a href="http://wiki.xensource.com/xenwiki/XenFaq#head-4ce9767df34fe1c9cf4f85f7e07cb10110eae9b7" target="_blank">Xen&#8217;s FAQ site</a> and to the  solution mentioned above.</p>
<p>Due to ETHTOOL_OPTS parameter limitations, I have placed (in an ugly manner, I know) the relevant ethtool commands in /etc/rc.local &#8211; in contradiction to <a href="http://www.dawnstar.id.au/tag/ethtool_opts/" target="_blank">this great article</a> which shows the correct way of doing this action. Seems to be solved since.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://run.tournament.org.il/xen-guests-cannot-serve-nfs-requirests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
