<?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>SecureCentos.com</title>
	<atom:link href="http://www.securecentos.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.securecentos.com</link>
	<description>Howto secure your centos</description>
	<lastBuildDate>Wed, 11 Apr 2012 17:21:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to install CSF firewall on centos linux</title>
		<link>http://www.securecentos.com/how-to-install-csf-firewall-on-centos-linux/</link>
		<comments>http://www.securecentos.com/how-to-install-csf-firewall-on-centos-linux/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 09:44:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[APF]]></category>
		<category><![CDATA[CSF]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[frontend]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[linux firewall]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Secure]]></category>

		<guid isPermaLink="false">http://www.securecentos.com/?p=557</guid>
		<description><![CDATA[Product Name: CSF (ConfigServer Security &#38; Firewall) Product Version: 5.12 (using download link, will give you the latest version) Homepage: http://www.configserver.com/cp/csf.html Description: Advanced Policy Firewall (APF) is an iptables(netfilter) based firewall system designed around the essential needs of todays Internet deployed servers and the unique needs of custom deployed Linux installations. The configuration of APF [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.configserver.com/cp/csf.html"><img class="alignright" title="http://www.configserver.com/images/csf/csf_large.png" src="http://www.configserver.com/images/csf/csf_large.png" alt="CSF Firewall Logo" width="317" height="127" /></a><br />
<strong>Product Name:</strong> CSF (ConfigServer Security &amp; Firewall)<br />
<strong>Product Version:</strong> 5.12 (using download link, will give you the latest version)<br />
<strong>Homepage:</strong> <a href="http://www.configserver.com/cp/csf.html">http://www.configserver.com/cp/csf.html</a><br />
<strong>Description:</strong> Advanced Policy Firewall (APF) is an iptables(netfilter) based firewall system designed around the essential needs of todays Internet deployed servers and the unique needs of custom deployed Linux installations. The configuration of APF is designed to be very informative and present the user with an easy to follow process, from top to bottom of the configuration file. The management of APF on a day-to-day basis is conducted from the command line with the apf command, which includes detailed usage information and all the features one would expect from a current and forward thinking firewall solution.<br />
<strong>Links:</strong> <a href="http://www.configserver.com/free/csf/readme.txt">CSF Readme</a> &#8211; <a href="http://www.configserver.com/free/csf/install.txt">Install</a> &#8211; <a href="http://www.configserver.com/free/csf/changelog.txt">Changelog</a> &#8211; <a href="http://www.configserver.com/free/csf/license.txt">License</a></p>
<p><strong><span style="color: blue;">Pre Setup:</span> Make sure perl modules are installed</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">yum install -y perl-libwww-perl</pre></div></div>

<p><strong><span style="color: blue;">Step 1:</span> Download, unpack, install of APF from source.</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">cd /usr/local/src
wget http://www.configserver.com/free/csf.tgz
tar -zxvf csf.tgz
cd csf
./install.sh</pre></div></div>

<p><strong><span style="color: blue;">Step 1.1:</span> Cleanup source install files.</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">rm -Rf /usr/local/src/csf* &amp;&amp; cd</pre></div></div>

<p><strong><span style="color: blue;">Step 2:</span> Backup orginal CSF config</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">cp /etc/csf/csf.conf /etc/csf/csf.conf.bak</pre></div></div>

<p><strong><span style="color: blue;">Step 3:</span> Edit current CSF config</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">nano -w /etc/csf/csf.conf</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.securecentos.com/how-to-install-csf-firewall-on-centos-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Howto configure OSSEC for APF</title>
		<link>http://www.securecentos.com/howto-configure-ossec-for-apf/</link>
		<comments>http://www.securecentos.com/howto-configure-ossec-for-apf/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 08:33:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.securecentos.com/?p=480</guid>
		<description><![CDATA[A quick howto configure your OSSEC installation for APF Iptables firewall frontend Step 1: Open OSSEC config for editing nano -w /var/ossec/etc/ossec.conf Step 1.1: Locate &#8220;Files/directories to ignore&#8221;, And add new lines &#60;ignore&#62;/etc/prelink.cache&#60;/ignore&#62; &#60;ignore&#62;/etc/apf/internals/.last.full&#60;/ignore&#62; &#60;ignore&#62;/etc/apf/internals/.apf.restore&#60;/ignore&#62; Step 2: Restart OSSEC when your done editing /var/ossec/bin/ossec-control restart]]></description>
			<content:encoded><![CDATA[<p>A quick howto configure your OSSEC installation for <a href="http://www.rfxn.com/projects/advanced-policy-firewall/">APF</a> Iptables firewall frontend</p>
<p><span id="more-480"></span><br />
</br><br />
<strong><span style="color:blue">Step 1:</span> Open OSSEC config for editing</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">nano -w /var/ossec/etc/ossec.conf</pre></div></div>

<p><strong><span style="color:blue">Step 1.1:</span> Locate &#8220;Files/directories to ignore&#8221;, And add new lines</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">    &lt;ignore&gt;/etc/prelink.cache&lt;/ignore&gt;
    &lt;ignore&gt;/etc/apf/internals/.last.full&lt;/ignore&gt;
    &lt;ignore&gt;/etc/apf/internals/.apf.restore&lt;/ignore&gt;</pre></div></div>

<p><strong><span style="color:blue">Step 2:</span> Restart OSSEC when your done editing</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">/var/ossec/bin/ossec-control restart</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.securecentos.com/howto-configure-ossec-for-apf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto configure OSSEC for CSF</title>
		<link>http://www.securecentos.com/howto-configure-ossec-for-csf/</link>
		<comments>http://www.securecentos.com/howto-configure-ossec-for-csf/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 08:25:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[OSSEC]]></category>

		<guid isPermaLink="false">http://www.securecentos.com/?p=474</guid>
		<description><![CDATA[A quick howto configure your OSSEC installation for CSF Iptables firewall frontend Step 1: Open OSSEC config for editing nano -w /var/ossec/etc/ossec.conf Step 1.1: Locate &#8220;Files/directories to ignore&#8221;, And add new lines &#60;ignore&#62;/etc/prelink.cache&#60;/ignore&#62; &#60;ignore&#62;/etc/csf/csf.temppids&#60;/ignore&#62; &#60;ignore&#62;/etc/csf/csf.tempban&#60;/ignore&#62; &#60;ignore&#62;/etc/csf/csf.tempint&#60;/ignore&#62; &#60;ignore&#62;/etc/csf/stats/iptables_log&#60;/ignore&#62; &#60;ignore&#62;/etc/csf/csf.dshield&#60;/ignore&#62; &#60;ignore&#62;/etc/csf/csf.tempip&#60;/ignore&#62; &#60;ignore&#62;/etc/csf/csf.deny&#60;/ignore&#62; &#60;ignore&#62;/etc/csf/csf.tempfiles&#60;/ignore&#62; &#60;ignore&#62;/etc/csf/csf.spamhaus&#60;/ignore&#62; This one is optional, might be nice if someone is sneaking their ip [...]]]></description>
			<content:encoded><![CDATA[<p>A quick howto configure your OSSEC installation for <a href="http://www.configserver.com/cp/csf.html">CSF</a> Iptables firewall frontend</p>
<p><span id="more-474"></span><br />
</br><br />
<strong><span style="color:blue">Step 1:</span> Open OSSEC config for editing</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">nano -w /var/ossec/etc/ossec.conf</pre></div></div>

<p><strong><span style="color:blue">Step 1.1:</span> Locate &#8220;Files/directories to ignore&#8221;, And add new lines</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">    &lt;ignore&gt;/etc/prelink.cache&lt;/ignore&gt;
    &lt;ignore&gt;/etc/csf/csf.temppids&lt;/ignore&gt;
    &lt;ignore&gt;/etc/csf/csf.tempban&lt;/ignore&gt;
    &lt;ignore&gt;/etc/csf/csf.tempint&lt;/ignore&gt;
    &lt;ignore&gt;/etc/csf/stats/iptables_log&lt;/ignore&gt;
    &lt;ignore&gt;/etc/csf/csf.dshield&lt;/ignore&gt;
    &lt;ignore&gt;/etc/csf/csf.tempip&lt;/ignore&gt;
    &lt;ignore&gt;/etc/csf/csf.deny&lt;/ignore&gt;
    &lt;ignore&gt;/etc/csf/csf.tempfiles&lt;/ignore&gt;
    &lt;ignore&gt;/etc/csf/csf.spamhaus&lt;/ignore&gt;</pre></div></div>

<p><strong>This one is optional, might be nice if someone is sneaking their ip in.</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">    &lt;ignore&gt;/etc/csf/csf.allow&lt;/ignore&gt;</pre></div></div>

<p><strong><span style="color:blue">Step 2:</span> Restart OSSEC when your done editing</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">/var/ossec/bin/ossec-control restart</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.securecentos.com/howto-configure-ossec-for-csf/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Howto configure OSSEC for Directadmin</title>
		<link>http://www.securecentos.com/howto-configure-ossec-for-directadmin/</link>
		<comments>http://www.securecentos.com/howto-configure-ossec-for-directadmin/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 08:10:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[OSSEC]]></category>

		<guid isPermaLink="false">http://www.securecentos.com/howto-configure-ossec-for-directadmin/</guid>
		<description><![CDATA[A quick howto configure your OSSEC installation for Directadmin web hosting panel Step 1: Open OSSEC config for editing nano -w /var/ossec/etc/ossec.conf Step 1.1: Locate &#8220;Files/directories to ignore&#8221;, And add new lines &#60;ignore&#62;/etc/httpd/conf/extra/directadmin-vhosts.conf&#60;/ignore&#62; &#60;ignore&#62;/etc/httpd/conf/extra/directadmin-vhosts.conf.back&#60;/ignore&#62; &#60;ignore&#62;/etc/virtual/domains&#60;/ignore&#62; &#60;ignore&#62;/etc/virtual/domainowners&#60;/ignore&#62; &#60;ignore&#62;/etc/proftpd.passwd&#60;/ignore&#62; &#60;ignore&#62;/etc/proftpd.vhosts.conf&#60;/ignore&#62; &#60;ignore&#62;/etc/named.conf&#60;/ignore&#62; Direct Admin also uses these files when creating users, but i do not recommend you adding [...]]]></description>
			<content:encoded><![CDATA[<p>A quick howto configure your OSSEC installation for <a href="http://www.directadmin.com">Directadmin</a> web hosting panel</p>
<p><span id="more-471"></span><br />
</br><br />
<strong><span style="color:blue">Step 1:</span> Open OSSEC config for editing</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">nano -w /var/ossec/etc/ossec.conf</pre></div></div>

<p><strong><span style="color:blue">Step 1.1:</span> Locate &#8220;Files/directories to ignore&#8221;, And add new lines</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">    &lt;ignore&gt;/etc/httpd/conf/extra/directadmin-vhosts.conf&lt;/ignore&gt;
    &lt;ignore&gt;/etc/httpd/conf/extra/directadmin-vhosts.conf.back&lt;/ignore&gt;
    &lt;ignore&gt;/etc/virtual/domains&lt;/ignore&gt;
    &lt;ignore&gt;/etc/virtual/domainowners&lt;/ignore&gt;
    &lt;ignore&gt;/etc/proftpd.passwd&lt;/ignore&gt;
    &lt;ignore&gt;/etc/proftpd.vhosts.conf&lt;/ignore&gt;
    &lt;ignore&gt;/etc/named.conf&lt;/ignore&gt;</pre></div></div>

<p><strong>Direct Admin also uses these files when creating users, but i do not recommend you adding these files to the ignore list:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">/etc/group
/etc/group-
/etc/passwd
/etc/passwd- 
/etc/gshadow
/etc/shadow
/etc/shadow-
/etc/gshadow-</pre></div></div>

<p><strong><span style="color:blue">Step 2:</span> Restart OSSEC when your done editing</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">/var/ossec/bin/ossec-control restart</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.securecentos.com/howto-configure-ossec-for-directadmin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

