<?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>LinuxHostingSupport &#187; Network Interface Speed on linux</title>
	<atom:link href="http://linuxhostingsupport.net/blog/tag/network-interface-speed-on-linux/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxhostingsupport.net/blog</link>
	<description>Everything About _Linux WebHosting_</description>
	<lastBuildDate>Tue, 15 May 2012 15:39:04 +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>Howto: change Port OR Network Interface Speed?</title>
		<link>http://linuxhostingsupport.net/blog/how-to-change-port-speed-or-network-interface-speed</link>
		<comments>http://linuxhostingsupport.net/blog/how-to-change-port-speed-or-network-interface-speed#comments</comments>
		<pubDate>Sun, 22 Nov 2009 07:04:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Administration]]></category>
		<category><![CDATA[change 100mbps connection to 10mbps]]></category>
		<category><![CDATA[ethtool command to check network speed]]></category>
		<category><![CDATA[how to change Network Interface Speed?]]></category>
		<category><![CDATA[how to change speed on a port?]]></category>
		<category><![CDATA[how to check network interface speed?]]></category>
		<category><![CDATA[how to set 10mbps connection in linux]]></category>
		<category><![CDATA[Network Interface Speed on linux]]></category>
		<category><![CDATA[to set full duplex connection]]></category>

		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=342</guid>
		<description><![CDATA[How to change Port speed OR Network Interface Speed?
To set a specific speed limit on a Network Interface say 10mbps, edit the file network interface file and set the limit which will make the changes permanent even after a reboot.
Edit the file:
root@server [~]# pico /etc/sysconfig/network-scripts/ifcfg-eth0
Add the following line at the end of the file:
ETHTOOL_OPTS=”speed 10 duplex full autoneg off”
Save the file and restart the network service.
root@server [~]# service network restart
This way you can set the duplex or auto negotiation as well. Once done, you can check the network [...]]]></description>
		<wfw:commentRss>http://linuxhostingsupport.net/blog/how-to-change-port-speed-or-network-interface-speed/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

