<?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>x83.net &#187; bandwidth</title>
	<atom:link href="http://www.x83.net/tag/bandwidth/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x83.net</link>
	<description></description>
	<lastBuildDate>Sat, 24 Jul 2010 09:50:05 +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>Bandwidth Monitoring with Webmin</title>
		<link>http://www.x83.net/bandwidth-monitoring-with-webmin/</link>
		<comments>http://www.x83.net/bandwidth-monitoring-with-webmin/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 03:40:47 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[perl-Net-SSLeay]]></category>
		<category><![CDATA[Webmin]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=243</guid>
		<description><![CDATA[I have Fedora 8 on this server..to install webmin:
yum -y install perl-Net-SSLeay
rpm -ihv http://superb-west.dl.sourceforge.net/sourceforge/webadmin/webmin-1.480-1.noarch.rpm
Then login to the Webmin interface: https://site.com:10000/ and enable Networking -> Bandwidth Monitoring.
It uses iptables and reads counters for IN/OUT. A good practice would be to change the port. This should work on Centos 5.2 / Centos 5.3 too. Also keep in [...]]]></description>
			<content:encoded><![CDATA[<p>I have Fedora 8 on this server..to install webmin:</p>
<blockquote><p>yum -y install perl-Net-SSLeay<br />
rpm -ihv http://superb-west.dl.sourceforge.net/sourceforge/webadmin/webmin-1.480-1.noarch.rpm</p></blockquote>
<p>Then login to the Webmin interface: https://site.com:10000/ and enable Networking -> <em>Bandwidth Monitoring</em>.<br />
It uses iptables and reads counters for IN/OUT. A good practice would be to change the port. This should work on Centos 5.2 / Centos 5.3 too. Also keep in mind that default installations of Fedora or Centos might require to <em>open</em> port 10000. On this Fedora 8 I had to :</p>
<blockquote><p>iptables -I  RH-Firewall-1-INPUT -p tcp -m state &#8211;state NEW -m tcp &#8211;dport 10000 -j ACCEPT<br />
service iptables save
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/bandwidth-monitoring-with-webmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
