<?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>MyLiteratureTechLife.COM &#187; Firewalls</title>
	<atom:link href="http://myliteraturetechlife.com/category/firewalls/feed/" rel="self" type="application/rss+xml" />
	<link>http://myliteraturetechlife.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 21:22:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Iptables firewall on Debian</title>
		<link>http://myliteraturetechlife.com/iptables-firewall-on-debian/</link>
		<comments>http://myliteraturetechlife.com/iptables-firewall-on-debian/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 15:54:42 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Dabian]]></category>
		<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[configuring iptables]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[how to configure iptables]]></category>
		<category><![CDATA[how to install iptables]]></category>
		<category><![CDATA[installing iptables]]></category>
		<category><![CDATA[iptables on debian]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=860</guid>
		<description><![CDATA[Iptables provide filtering, NAT and other packet mangling. Viewing current configuration iptables -L Output will be like Chain INPUT &#40;policy ACCEPT&#41; target prot opt source destination &#160; Chain FORWARD &#40;policy ACCEPT&#41; target prot opt source destination &#160; Chain OUTPUT &#40;policy ACCEPT&#41; target prot opt source destination Storing iptables rules in a file nano -w /etc/iptables.test.rules [...]<p><a href="http://myliteraturetechlife.com/iptables-firewall-on-debian/">Iptables firewall on Debian</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/iptables-firewall-on-debian/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Uninstalling apf firewall</title>
		<link>http://myliteraturetechlife.com/uninstalling-apf-firewall/</link>
		<comments>http://myliteraturetechlife.com/uninstalling-apf-firewall/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 14:19:34 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[removing apf]]></category>
		<category><![CDATA[uninstalling apf]]></category>
		<category><![CDATA[uninstalling firewall apf]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=843</guid>
		<description><![CDATA[All you need is to run following commands service iptables stop chkconfig apf off /bin/rm -rfv /etc/apf /bin/rm -fv /etc/cron.daily/fw /bin/rm -fv /etc/init.d/apf iptables -L -n Uninstalling apf firewall is a post from: MyLiteratureTechLife.COM<p><a href="http://myliteraturetechlife.com/uninstalling-apf-firewall/">Uninstalling apf firewall</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/uninstalling-apf-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APF: unable to load iptables module (ip_tables), aborting</title>
		<link>http://myliteraturetechlife.com/apf-unable-to-load-iptables-module-ip_tables-aborting/</link>
		<comments>http://myliteraturetechlife.com/apf-unable-to-load-iptables-module-ip_tables-aborting/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 13:43:15 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[Kloxo]]></category>
		<category><![CDATA[aborting]]></category>
		<category><![CDATA[apf error]]></category>
		<category><![CDATA[firewall installation]]></category>
		<category><![CDATA[unable to load iptables module (ip_tables)]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=837</guid>
		<description><![CDATA[If you are getting error on apf unable to load iptables module &#40;ip_tables&#41;, aborting It means, your kernel is compiled with iptables statically instead of as a module, and you will need to change this in the /etc/apf/conf.apf MONOKERN=&#34;0&#34; Set it to &#34;1&#34; So open /etc/apf/conf.apf file and modify it restart the apf service and [...]<p><a href="http://myliteraturetechlife.com/apf-unable-to-load-iptables-module-ip_tables-aborting/">APF: unable to load iptables module (ip_tables), aborting</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/apf-unable-to-load-iptables-module-ip_tables-aborting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install APF firewall in Linux</title>
		<link>http://myliteraturetechlife.com/install-apf-firewall-in-linux/</link>
		<comments>http://myliteraturetechlife.com/install-apf-firewall-in-linux/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 21:06:48 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[apf]]></category>
		<category><![CDATA[configuration of apf]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[installation of apf]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=684</guid>
		<description><![CDATA[firewall is always very important for the security of your system, specially if you are running a web server running very popular websites then firewall is the life of your server. Previously I explained how to install CSF firewall, and here is the tutorial for APF which is another great firewall available. cd /usr/local/src/ &#160; [...]<p><a href="http://myliteraturetechlife.com/install-apf-firewall-in-linux/">Install APF firewall in Linux</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/install-apf-firewall-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ports to configure in firewall for Plesk</title>
		<link>http://myliteraturetechlife.com/ports-to-configure-in-firewall-for-plesk/</link>
		<comments>http://myliteraturetechlife.com/ports-to-configure-in-firewall-for-plesk/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 20:22:04 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=662</guid>
		<description><![CDATA[Previously I explained the list of ports to configure in firewall if you are running direct admin in your web servers. Ports to configure in firewall for Directadmin Here is the list of ports which are required to configure if you are running plesk control panel. #20 ftp-data #21 ftp #22 ssh #25 smtp #53 [...]<p><a href="http://myliteraturetechlife.com/ports-to-configure-in-firewall-for-plesk/">Ports to configure in firewall for Plesk</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/ports-to-configure-in-firewall-for-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSF on DirectAdmin</title>
		<link>http://myliteraturetechlife.com/csf-on-directadmin/</link>
		<comments>http://myliteraturetechlife.com/csf-on-directadmin/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 21:04:12 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Directadmin]]></category>
		<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[csf]]></category>
		<category><![CDATA[installing csf]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=617</guid>
		<description><![CDATA[There was a time when I was about to select a firewall for a server which had DirectAdmin installed and I choosed CSF. CSF is one of the best firewall available for hosting servers. Installation of CSF in directAdmin is really easy, just download csf. Extract it and Install it Just a 3 step installation. [...]<p><a href="http://myliteraturetechlife.com/csf-on-directadmin/">CSF on DirectAdmin</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/csf-on-directadmin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>perl error in CSF installation</title>
		<link>http://myliteraturetechlife.com/perl-error-in-csf-installation/</link>
		<comments>http://myliteraturetechlife.com/perl-error-in-csf-installation/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 20:51:37 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Directadmin]]></category>
		<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[csf]]></category>
		<category><![CDATA[csf on cpanel]]></category>
		<category><![CDATA[csf on directadmin]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[perl error]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=612</guid>
		<description><![CDATA[&#91;root@mailserver csf&#93;# service &#60;a title=&#34;csf&#34; href=&#34;http://www.myliteraturetechlife.com/enableing-passive-mode-in-ftp-server-with-csf-firewall/&#34;&#62;csf&#60;/a&#62; status Status of csf:Can't locate LWP/UserAgent.pm in @INC (@INC contains: /usr/local/cpanel /etc/csf /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /usr/sbin/csf line 3033. BEGIN failed--compilation aborted at /usr/sbin/csf line 3033. The error is because of perl module installation, which is the basic requirement of csf and the [...]<p><a href="http://myliteraturetechlife.com/perl-error-in-csf-installation/">perl error in CSF installation</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/perl-error-in-csf-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ip_conntrack table is full and dropping packets</title>
		<link>http://myliteraturetechlife.com/ip_conntrack-table-is-full-and-dropping-packets/</link>
		<comments>http://myliteraturetechlife.com/ip_conntrack-table-is-full-and-dropping-packets/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 12:00:18 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Web Servers Security]]></category>
		<category><![CDATA[dropping]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[ip_conntrack]]></category>
		<category><![CDATA[loaded]]></category>
		<category><![CDATA[packets]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=406</guid>
		<description><![CDATA[Last day one of our server had an attack, attack was not so big but still server was unresponsive because of this. After some research I found that this is because of iptables which are being load while handling so much traffic. Then I found a good article on the same issue which you can [...]<p><a href="http://myliteraturetechlife.com/ip_conntrack-table-is-full-and-dropping-packets/">ip_conntrack table is full and dropping packets</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/ip_conntrack-table-is-full-and-dropping-packets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing &amp; configuring shorewall firewall in Ubuntu/Debian</title>
		<link>http://myliteraturetechlife.com/installing-configuring-shorewall-firewall-in-ubuntudebian/</link>
		<comments>http://myliteraturetechlife.com/installing-configuring-shorewall-firewall-in-ubuntudebian/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 21:19:31 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[Web Servers Security]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[shorewall]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=398</guid>
		<description><![CDATA[Shore line firewall known as &#8220;Shorewall&#8221;, it is a very high level firewall and very easy to install and ocnfigure How to install :- sudo apt-get install shorewall configuring shorewall startup service :- nano /etc/default/shorewall #Now simply change the line below from 0 to 1 startup = 0 to startup = 1 #save, and exit. [...]<p><a href="http://myliteraturetechlife.com/installing-configuring-shorewall-firewall-in-ubuntudebian/">Installing &#038; configuring shorewall firewall in Ubuntu/Debian</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/installing-configuring-shorewall-firewall-in-ubuntudebian/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Enableing passive mode in FTP server with CSF firewall</title>
		<link>http://myliteraturetechlife.com/enableing-passive-mode-in-ftp-server-with-csf-firewall/</link>
		<comments>http://myliteraturetechlife.com/enableing-passive-mode-in-ftp-server-with-csf-firewall/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 12:31:08 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[CSF firewall]]></category>
		<category><![CDATA[Enable]]></category>
		<category><![CDATA[FTP server]]></category>
		<category><![CDATA[passive mode]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=359</guid>
		<description><![CDATA[Passive mode is always very important for ftp servers, if you are running csf firewall and cannot connect to ftp server then it means that range of passive ports is blocked in firewall. Here are simple steps 1) Add Passive Port range 30000-350000 to your Pureftp or Proftp configuration file i) For Pure FTP open [...]<p><a href="http://myliteraturetechlife.com/enableing-passive-mode-in-ftp-server-with-csf-firewall/">Enableing passive mode in FTP server with CSF firewall</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/enableing-passive-mode-in-ftp-server-with-csf-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

