<?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>EZ Linux Admin &#187; Linux Tricks</title>
	<atom:link href="http://www.ezlinuxadmin.com/category/linux-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ezlinuxadmin.com</link>
	<description>Making Linux Easier</description>
	<lastBuildDate>Tue, 29 Jun 2010 19:37:50 +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>Optimize MySQL DataBases</title>
		<link>http://www.ezlinuxadmin.com/2010/06/optimize-mysql-databases/</link>
		<comments>http://www.ezlinuxadmin.com/2010/06/optimize-mysql-databases/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 19:37:50 +0000</pubDate>
		<dc:creator>EZ linux</dc:creator>
				<category><![CDATA[Linux Software / Scripts]]></category>
		<category><![CDATA[Linux Tricks]]></category>
		<category><![CDATA[myisamchk]]></category>
		<category><![CDATA[mysqlcheck]]></category>
		<category><![CDATA[optimize mysql]]></category>

		<guid isPermaLink="false">http://www.ezlinuxadmin.com/?p=491</guid>
		<description><![CDATA[If you are online then you should run: mysqlcheck
mysqlcheck -o &#8211;all-databases
If you are offline then you can run myisamchk which is a little more thorough.
myisamchk &#8211;sort-index
myisamchk -r tbl_name
]]></description>
			<content:encoded><![CDATA[<p>If you are online then you should run: mysqlcheck</p>
<blockquote><p>mysqlcheck -o &#8211;all-databases</p></blockquote>
<p>If you are offline then you can run myisamchk which is a little more thorough.</p>
<blockquote><p>myisamchk &#8211;sort-index<br />
myisamchk -r tbl_name</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ezlinuxadmin.com/2010/06/optimize-mysql-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When asking about a networking issue, get these details from the server</title>
		<link>http://www.ezlinuxadmin.com/2010/04/asking-networking-issue-server/</link>
		<comments>http://www.ezlinuxadmin.com/2010/04/asking-networking-issue-server/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 20:14:04 +0000</pubDate>
		<dc:creator>EZ linux</dc:creator>
				<category><![CDATA[Cheat Sheets]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Linux Tricks]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[networking issue]]></category>
		<category><![CDATA[nic]]></category>

		<guid isPermaLink="false">http://www.ezlinuxadmin.com/?p=460</guid>
		<description><![CDATA[Kernal version
uname -a 
Nic / Lan driver version
dmesg &#124; grep r8169
Internet controller
lspci -nn &#124; grep Ethernet
Details on etho nic card
sudo ethtool eth0
Module size
lsmod &#124; grep r8169
Module versions
cat /proc/modules &#124; grep r8169
Don&#8217;t worry all these commands are safe and just for reporting.



]]></description>
			<content:encoded><![CDATA[<p>Kernal version</p>
<blockquote><p><span><span style="font-family: Courier New;">uname -a </span></span></p></blockquote>
<p>Nic / Lan driver version</p>
<blockquote><p><span><span style="font-family: Courier New;">dmesg | grep r8169</span></span></p></blockquote>
<p>Internet controller</p>
<blockquote><p><span><span style="font-family: Courier New;">lspci -nn | grep Ethernet</span></span></p></blockquote>
<p>Details on etho nic card</p>
<blockquote><p><span><span style="font-family: Courier New;">sudo ethtool eth0</span></span></p></blockquote>
<p>Module size</p>
<blockquote><p><span><span style="font-family: Courier New;">lsmod | grep r8169</span></span></p></blockquote>
<p>Module versions</p>
<blockquote><p><span><span style="font-family: Courier New;">cat /proc/modules | grep r8169</span></span></p></blockquote>
<p><span><span style="font-family: Courier New;"><strong>Don&#8217;t worry all these commands are safe and just for reporting.</strong><br />
</span></span></p>
<p><span><span style="font-family: Courier New;"><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ezlinuxadmin.com/2010/04/asking-networking-issue-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mod_cband the new Mod_Bandwidth</title>
		<link>http://www.ezlinuxadmin.com/2010/03/mod_cband-the-new-mod_bandwidth/</link>
		<comments>http://www.ezlinuxadmin.com/2010/03/mod_cband-the-new-mod_bandwidth/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 02:52:12 +0000</pubDate>
		<dc:creator>EZ linux</dc:creator>
				<category><![CDATA[Cheat Sheets]]></category>
		<category><![CDATA[Cpanel and WHM]]></category>
		<category><![CDATA[Linux Security]]></category>
		<category><![CDATA[Linux Software / Scripts]]></category>
		<category><![CDATA[Linux Tricks]]></category>
		<category><![CDATA[limit server bandwidth]]></category>
		<category><![CDATA[mod_bandwidth]]></category>
		<category><![CDATA[mod_cband]]></category>

		<guid isPermaLink="false">http://www.ezlinuxadmin.com/?p=453</guid>
		<description><![CDATA[I spent hours trying to get mod_bandwidth to work simply because I have used it for years. But now with Apache 2.0 times have changed and there is a better option for Linux and it&#8217;s free. The new mod to regulate bandwidth and more is called Mod_cband I&#8217;m not sure what cband means but I [...]]]></description>
			<content:encoded><![CDATA[<p>I spent hours trying to get mod_bandwidth to work simply because I have used it for years. But now with Apache 2.0 times have changed and there is a better option for Linux and it&#8217;s free. The new mod to regulate bandwidth and more is called Mod_cband I&#8217;m not sure what cband means but I can guess channel bandwidth.</p>
<p>Here is how to get it set up with Cantos 5.3 easily.</p>
<p>I wanted to host for my brother the latest WoW patch, but at a hefty 450 MB, I didn’t want to blow all my bandwidth on it either. I am setting a limit for the download at 2.5 TB of bandwidth, and limiting it to 5mbs at 10 connections a second. My hardware is RHEL 4 running on a P4 with Plesk 8. In the guide to follow, you’ll see a few steps that wouldn’t be needed on a non-plesk system. To setup bandwidth limiting for the host, we need to be able to compile a new apache module against our system, and then install and configure it.</p>
<p>Step 1: The prereqs</p>
<p>First I needed to setup a yum repository for FC4. This can be accomplished by issuing an RPM command:</p>
<p>rpm -ivh http://rpm.livna.org/livna-release-4.rpm</p>
<p>Now that you can access the RPM packages, we need to install http-devel using yum:</p>
<p>yum install httpd-devel</p>
<p>If all went well, we can now extract, compile, and install mod_cband for apache:</p>
<p>cd /tmp<br />
wget http://cband.linux.pl/download/mod-cband-0.9.7.4.tgz<br />
tar xzvf mod-cband-0.9.7.4.tgz<br />
cd mod-cband-0.9.7.4<br />
./configure<br />
make<br />
make install</p>
<p>If all went well, restart apache with the new module (you can check httpd.conf to make sure the module is going to be loaded):</p>
<p>/etc/init.d/httpd restart</p>
<p>Step 2: Configuration</p>
<p>Here’s where the Plesk part gets annoying. We can’t just edit our vhosts file, because plesk writes over it all the time. Instead, we edit a /home/httpd/vhosts/*/subdomains/*/conf/vhost.conf file. Mine looks like this:</p>
<p>CBandScoreboard /var/www/scoreboard<br />
CBandPeriod 4W<br />
CBandDefaultExceededCode 509<br />
CBandLimit 2500G<br />
CBandSpeed 5000 5 10<br />
CBandRemoteSpeed 1600 3 1<br />
&lt;Location /cband-status&gt;<br />
SetHandler cband-status<br />
&lt;/Location&gt;<br />
&lt;Location /cband-status-me&gt;<br />
SetHandler cband-status-me<br />
&lt;/Location&gt;</p>
<p>What does this mean? (1) Use /var/www/scoreboard to log usage and limits (2) Reset the limit count every 4 weeks (3) Throw a 509 error when the limits are exceeded (4) Allow 2.5TB per period (5) Allow 5mbs with 5 requests a second and 10 connections at a time oeverall (6) Allow 1.6mbs with 3 requests a second and 1 connections at a time per client (7) Allow us to access a page at /cband-status to view the status.</p>
<p>You’ll also need to issue commands to make the scoreboard directory, and to allow apache to own it:</p>
<p>mkdir /var/www/scoreboard<br />
chown apache:apache /var/www/scoreboard</p>
<p>Finally, Plesk requires you to inform it of your work:</p>
<p>/usr/local/psa/admin/sbin/websrvmng -u &#8211;vhost-name=yourdomain.com</p>
<p>If you restart Apache now, everything should work!</p>
<p>/etc/init.d/httpd restart</p>
<p>Step 3: An Example</p>
<p>You can take a peek at my status page right now if you’d like. It looks a bit like this:</p>
<p><a href="http://www.ezlinuxadmin.com/wp-content/uploads/2010/03/cband-panel.jpg"><img class="alignnone size-full wp-image-454" title="cband-panel" src="http://www.ezlinuxadmin.com/wp-content/uploads/2010/03/cband-panel.jpg" alt="" width="450" height="209" /></a></p>
<p>A quick note, I simply just added:</p>
<blockquote><p>CBandPeriod 4W<br />
CBandLimit 10000G<br />
CBandSpeed 12000 40 80<br />
CBandRemoteSpeed 6400 12 4</p></blockquote>
<p>Now this set the limit to about 12 megs (MPS) a second which is a lot, but this customer is paying $250 a month to cover it. Most websites should max at about 5 MPS. I left out the other options because I didn&#8217;t need them and it&#8217;s less load on the server without them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ezlinuxadmin.com/2010/03/mod_cband-the-new-mod_bandwidth/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Raise apache 2.0 max clients hard limit in cpanel</title>
		<link>http://www.ezlinuxadmin.com/2010/03/raise-apache-2-0-hard-limit-cpanel-max-client/</link>
		<comments>http://www.ezlinuxadmin.com/2010/03/raise-apache-2-0-hard-limit-cpanel-max-client/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 16:42:44 +0000</pubDate>
		<dc:creator>EZ linux</dc:creator>
				<category><![CDATA[Cpanel and WHM]]></category>
		<category><![CDATA[Linux Software / Scripts]]></category>
		<category><![CDATA[Linux Tricks]]></category>
		<category><![CDATA[apache 2.0 hard limit raise]]></category>
		<category><![CDATA[apche 2.0 raise limit]]></category>
		<category><![CDATA[raise hard limit]]></category>
		<category><![CDATA[raise max clients]]></category>

		<guid isPermaLink="false">http://www.ezlinuxadmin.com/?p=444</guid>
		<description><![CDATA[Apache 2.0 makes raising the max client from the default 256 hard limit a little harder now. If you have cpanel then it&#8217;s even a little harder or I should you just need to know what to do, figuring it out is a shot in the dark.
One main difference is you have raise the server [...]]]></description>
			<content:encoded><![CDATA[<p>Apache 2.0 makes raising the max client from the default 256 hard limit a little harder now. If you have cpanel then it&#8217;s even a little harder or I should you just need to know what to do, figuring it out is a shot in the dark.</p>
<p>One main difference is you have raise the server limit if you want to raise the max client limit.</p>
<p>The easiest way to do this is to go to:</p>
<ol>
<li>Web Hosting Manager</li>
<li>Then click Apache Configuration</li>
<li>Then click Include Editor</li>
<li>Then click the apache version under the pre-main include</li>
<li>Then add this to the input section:</li>
</ol>
<blockquote><p>ServerLimit 512</p>
<p>StartServers 32<br />
MinSpareServers 5<br />
MaxSpareServers 20<br />
MaxClients 512<br />
MaxRequestsPerChild 1000</p></blockquote>
<p>Then save and it will ask to restart apache you click yes there.</p>
<p>Now your apache limit is set to 512 and cpanel will not mess with it.</p>
<p>Here is the explanation for each derivative in the above code:</p>
<p><strong>MaxClients:</strong></p>
<p>The MaxClients sets the limit on maximum simultaneous requests that can be supported by the server; no more than this number of child processes are spawned. It shouldn&#8217;t be set too low; otherwise, an ever-increasing number of connections are deferred to the queue and eventually time-out while the server resources are left unused. Setting this too high, on the other hand, will cause the server to start swapping which will cause the response time to degrade drastically. The appropriate value for MaxClients can be calculated as:</p>
<p>If there are more concurrent users than MaxClients, the requests will be queued up to a number based on ListenBacklog directive. Increase ServerLimit to set MaxClients above 256.</p>
<p><strong>MinSpareServers, MaxSpareServers, and StartServers:</strong></p>
<p>MaxSpareServers and MinSpareServers determine how many child processes to keep active while waiting for requests. If the MinSpareServers is too low and a bunch of requests come in, Apache will have to spawn additional child processes to serve the requests. Creating child processes is relatively expensive. If the server is busy creating child processes, it won&#8217;t be able to serve the client requests immediately. MaxSpareServers shouldn&#8217;t be set too high: too many child processes will consume resources unnecessarily.</p>
<p>Tune MinSpareServers and MaxSpareServers so that Apache need not spawn more than 4 child processes per second (Apache can spawn a maximum of 32 child processes per second). When more than 4 children are spawned per second, a message will be logged in the ErrorLog.</p>
<p>The StartServers directive sets the number of child server processes created on startup. Apache will continue creating child processes until the MinSpareServers setting is reached. This doesn&#8217;t have much effect on performance if the server isn&#8217;t restarted frequently. If there are lot of requests and Apache is restarted frequently, set this to a relatively high value.</p>
<p><strong>MaxRequestsPerChild:</strong></p>
<p>The MaxRequestsPerChild directive sets the limit on the number of requests that an individual child server process will handle. After MaxRequestsPerChild requests, the child process will die. It&#8217;s set to 0 by default, the child process will never expire. It is appropriate to set this to a value of few thousands. This can help prevent memory leakage, since the process dies after serving a certain number of requests. Don&#8217;t set this too low, since creating new processes does have overhead.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ezlinuxadmin.com/2010/03/raise-apache-2-0-hard-limit-cpanel-max-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My new favorite rsync command</title>
		<link>http://www.ezlinuxadmin.com/2010/03/my-new-favorite-rsync-command/</link>
		<comments>http://www.ezlinuxadmin.com/2010/03/my-new-favorite-rsync-command/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 12:04:33 +0000</pubDate>
		<dc:creator>EZ linux</dc:creator>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Linux Software / Scripts]]></category>
		<category><![CDATA[Linux Tricks]]></category>
		<category><![CDATA[rsync code]]></category>

		<guid isPermaLink="false">http://www.ezlinuxadmin.com/?p=432</guid>
		<description><![CDATA[rsync -vae ssh 12.123.123.123:/home/dwhsbackup/daily/username/ /backup/cpbackup/daily2/username/ –bwlimit=10000 &#8211;exclude-from &#8216;/root/exclude.txt&#8217;
]]></description>
			<content:encoded><![CDATA[<blockquote><p>rsync -vae ssh 12.123.123.123:/home/dwhsbackup/daily/username/ /backup/cpbackup/daily2/username/ –bwlimit=10000 &#8211;exclude-from &#8216;/root/exclude.txt&#8217;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ezlinuxadmin.com/2010/03/my-new-favorite-rsync-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calm down rsync if it overloads your IO memory or CPU</title>
		<link>http://www.ezlinuxadmin.com/2010/03/rsync-overloads-io-memory-cpu/</link>
		<comments>http://www.ezlinuxadmin.com/2010/03/rsync-overloads-io-memory-cpu/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 11:57:14 +0000</pubDate>
		<dc:creator>EZ linux</dc:creator>
				<category><![CDATA[Cheat Sheets]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Linux Security]]></category>
		<category><![CDATA[Linux Software / Scripts]]></category>
		<category><![CDATA[Linux Tricks]]></category>
		<category><![CDATA[limit io]]></category>
		<category><![CDATA[limit rsync]]></category>
		<category><![CDATA[rsync io]]></category>

		<guid isPermaLink="false">http://www.ezlinuxadmin.com/?p=430</guid>
		<description><![CDATA[The trick is to limit I/O bandwidth for rsync.
The &#8211;bwlimit option limit I/O bandwidth. You need to set bandwidth using KBytes per second. For example, limit I/O bandwidth to 10000KB/s (9.7MB/s), enter:
rsync &#8211;delete &#8211;numeric-ids &#8211;relative &#8211;delete-excluded &#8211;bwlimit=10000 /path/to/source /path/to/dest/?
10 megs a second is plenty of speed and will keep the server running smoothly when your [...]]]></description>
			<content:encoded><![CDATA[<p>The trick is to limit I/O bandwidth for rsync.</p>
<p>The &#8211;bwlimit option limit I/O bandwidth. You need to set bandwidth using KBytes per second. For example, limit I/O bandwidth to 10000KB/s (9.7MB/s), enter:</p>
<blockquote><p>rsync &#8211;delete &#8211;numeric-ids &#8211;relative &#8211;delete-excluded &#8211;bwlimit=10000 /path/to/source /path/to/dest/?</p></blockquote>
<p>10 megs a second is plenty of speed and will keep the server running smoothly when your grabbing allot of files off of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ezlinuxadmin.com/2010/03/rsync-overloads-io-memory-cpu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rsync running slow?</title>
		<link>http://www.ezlinuxadmin.com/2010/03/rcync-running-slow/</link>
		<comments>http://www.ezlinuxadmin.com/2010/03/rcync-running-slow/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 05:31:19 +0000</pubDate>
		<dc:creator>EZ linux</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Linux Tricks]]></category>
		<category><![CDATA[reboot nic]]></category>
		<category><![CDATA[rsync slow]]></category>

		<guid isPermaLink="false">http://www.ezlinuxadmin.com/?p=427</guid>
		<description><![CDATA[Today I was transferring files through rsync it was taking forever, my guess was the new server or old server was out of memory so I killed some procs and even rebooting the server but still it was crawling. So I thought I would think out of the box and after a couple trial and [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was transferring files through rsync it was taking forever, my guess was the new server or old server was out of memory so I killed some procs and even rebooting the server but still it was crawling. So I thought I would think out of the box and after a couple trial and errors I tried a nic reboot and wow it was super fast from there.</p>
<blockquote><p>/etc/init.d/network restart</p></blockquote>
<p>I&#8217;m still not sure how the nic got blogged up but this worked like charm.</p>
<p>Keep in mind this is a temp fix, what you need to do is both your nic card going by adding another IP via cpanel and via the setup tool access from the root of the server. Try to separate the IP traffic that best that you can between both nic cards on the server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ezlinuxadmin.com/2010/03/rcync-running-slow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free /usr partition space by a symlink to domlogs</title>
		<link>http://www.ezlinuxadmin.com/2010/02/free-usr-partition-space-symlink-domlogs/</link>
		<comments>http://www.ezlinuxadmin.com/2010/02/free-usr-partition-space-symlink-domlogs/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 00:04:15 +0000</pubDate>
		<dc:creator>EZ linux</dc:creator>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Linux Tricks]]></category>
		<category><![CDATA[domlog]]></category>
		<category><![CDATA[free /usr space]]></category>
		<category><![CDATA[symlink]]></category>

		<guid isPermaLink="false">http://www.ezlinuxadmin.com/?p=422</guid>
		<description><![CDATA[First move the domlogs folder to the backup partition:
mv /usr/local/apache/domlogs /backup
Then create a symbolic link to it:
ln -s /backup/domlogs /usr/local/apache/domlogs
]]></description>
			<content:encoded><![CDATA[<p>First move the domlogs folder to the backup partition:</p>
<blockquote><p>mv /usr/local/apache/domlogs /backup</p></blockquote>
<p>Then create a symbolic link to it:</p>
<blockquote><p>ln -s /backup/domlogs /usr/local/apache/domlogs</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ezlinuxadmin.com/2010/02/free-usr-partition-space-symlink-domlogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show All Running Processes in Linux</title>
		<link>http://www.ezlinuxadmin.com/2010/01/show-all-running-processes-in-linux/</link>
		<comments>http://www.ezlinuxadmin.com/2010/01/show-all-running-processes-in-linux/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 04:53:57 +0000</pubDate>
		<dc:creator>EZ linux</dc:creator>
				<category><![CDATA[Cheat Sheets]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Linux Tricks]]></category>
		<category><![CDATA[process linux]]></category>
		<category><![CDATA[ps]]></category>
		<category><![CDATA[show all process]]></category>

		<guid isPermaLink="false">http://www.ezlinuxadmin.com/?p=382</guid>
		<description><![CDATA[To see every process type:
ps -A
To see every process except what&#8217;s running from root type:
ps -U root -u root -N
]]></description>
			<content:encoded><![CDATA[<p>To see every process type:</p>
<blockquote><p>ps -A</p></blockquote>
<p>To see every process except what&#8217;s running from root type:</p>
<blockquote><p>ps -U root -u root -N</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ezlinuxadmin.com/2010/01/show-all-running-processes-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flushing iptables</title>
		<link>http://www.ezlinuxadmin.com/2010/01/flushing-iptables/</link>
		<comments>http://www.ezlinuxadmin.com/2010/01/flushing-iptables/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 07:51:10 +0000</pubDate>
		<dc:creator>EZ linux</dc:creator>
				<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Linux Security]]></category>
		<category><![CDATA[Linux Tricks]]></category>
		<category><![CDATA[flush]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[stop]]></category>

		<guid isPermaLink="false">http://www.ezlinuxadmin.com/?p=379</guid>
		<description><![CDATA[iptables can block many different things and often it will block good servers inside of a network. The best to see if it&#8217;s a iptables issue. Try to clean them out with this if you have CSF on the server:
csf -f
If you still have a issue try to stop iptables like this:
service iptables stop
]]></description>
			<content:encoded><![CDATA[<p>iptables can block many different things and often it will block good servers inside of a network. The best to see if it&#8217;s a iptables issue. Try to clean them out with this if you have CSF on the server:</p>
<blockquote><p>csf -f</p></blockquote>
<p>If you still have a issue try to stop iptables like this:</p>
<blockquote><p>service iptables stop</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ezlinuxadmin.com/2010/01/flushing-iptables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
