<?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>Pario TechnoBlob &#187; ethtool</title>
	<atom:link href="http://pario.no/tag/ethtool/feed/" rel="self" type="application/rss+xml" />
	<link>http://pario.no</link>
	<description>A cronological documentation test project, nothing serious, really!</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:17:58 +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 ethernet settings using ethtool</title>
		<link>http://pario.no/2010/01/19/change-ethernet-settings-using-ethtool/</link>
		<comments>http://pario.no/2010/01/19/change-ethernet-settings-using-ethtool/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 12:14:47 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[ethtool]]></category>
		<category><![CDATA[RedHat]]></category>

		<guid isPermaLink="false">http://pario.no/?p=1283</guid>
		<description><![CDATA[Force network speed on a network card to 100 MBit Full Duplex and in the same time disable auto negotiation # ethtool -s eth0 speed 100 duplex full autoneg off These settings are active until you reboot the machine or restart the network. In order to keep this change on each system reboot, append the [...]]]></description>
			<content:encoded><![CDATA[<p>Force network speed on a network card to 100 MBit Full Duplex and in the same time disable auto negotiation</p>
<pre># ethtool -s eth0 speed 100 duplex full autoneg off</pre>
<p>These settings are active until you reboot the machine or restart the network.</p>
<p>In order to keep this change on each system reboot, append the following line in the following Redhat file <strong>/etc/sysconfig/network-scripts/ifcfg-eth0</strong></p>
<pre>ETHTOOL_OPTS="speed 100 duplex full autoneg off"</pre>
<p>An alternative tool to use to change the settings is <strong>mii-tool</strong>.</p>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMTAvMDEvMTkvY2hhbmdlLWV0aGVybmV0LXNldHRpbmdzLXVzaW5nLWV0aHRvb2wvPHdwdGI%2BQ2hhbmdlIGV0aGVybmV0IHNldHRpbmdzIHVzaW5nIGV0aHRvb2w8d3B0Yj5odHRwOi8vcGFyaW8ubm88d3B0Yj5QYXJpbyBUZWNobm9CbG9i";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2010/01/19/change-ethernet-settings-using-ethtool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determine which interface is eth0</title>
		<link>http://pario.no/2008/03/02/determine-which-interface-is-eth0/</link>
		<comments>http://pario.no/2008/03/02/determine-which-interface-is-eth0/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 21:57:23 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[ethtool]]></category>

		<guid isPermaLink="false">http://pario.no/2008/03/02/determine-which-interface-is-eth0/</guid>
		<description><![CDATA[It can sometimes be difficult to determine which networcard is eth0, eth1 and so on. A easy way to determine it is to use the ethtool command ethtool -p eth0 10 This makes the network cards LED blink for 10 seconds, and this happens without interrupting the network traffic. You do offcourse need physical access [...]]]></description>
			<content:encoded><![CDATA[<p>It can sometimes be difficult to determine which networcard is eth0, eth1 and so on. A easy way to determine it is to use the <strong>ethtool</strong> command</p>
<pre>
ethtool -p eth0 10</pre>
<p>This makes the network cards LED blink for 10 seconds, and this happens without interrupting the network traffic.<br />
You do offcourse need physical access to the server to actually see that the LEDs blink :)</p>
<p>To install this tool in Debian you have to run the command</p>
<pre>
apt-get install ethtool</pre>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDgvMDMvMDIvZGV0ZXJtaW5lLXdoaWNoLWludGVyZmFjZS1pcy1ldGgwLzx3cHRiPkRldGVybWluZSB3aGljaCBpbnRlcmZhY2UgaXMgZXRoMDx3cHRiPmh0dHA6Ly9wYXJpby5ubzx3cHRiPlBhcmlvIFRlY2hub0Jsb2I%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2008/03/02/determine-which-interface-is-eth0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

