<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://howtoforge.com" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - Security</title>
 <link>http://howtoforge.com/taxonomy/term/9/all</link>
 <description></description>
 <language>en</language>
 <atom:link href="http://howtoforge.com/rss/security.rss" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - Security</title>
  <url>http://www.howtoforge.com/themes/htf_glass/images/howtoforge_logo_glass_blue.gif</url>
  <link>http://howtoforge.com/taxonomy/term/9/all</link>
 </image>

<item>
 <title>How To Block Spammers/Hackers With mod_defensible On Apache2 (Debian Etch)</title>
 <link>http://howtoforge.com/block-spammers-hackers-with-mod_defensible-on-apache2-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;How To Block Spammers/Hackers With mod_defensible On Apache2 (Debian Etch)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;mod_defensible
is an Apache 2.x module intended to block spammers/hackers/script
kiddies using DNSBL servers. It will look at the client IP and check it
in one or several DNSBL servers and return a 403 Forbidden page to the
client. This guide shows how to install and use it with Apache 2 on a
Debian Etch server.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/block-spammers-hackers-with-mod_defensible-on-apache2-debian-etch&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/apache">Apache</category>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <pubDate>Sun, 06 Jul 2008 17:19:10 +0200</pubDate>
 <guid>http://howtoforge.com/block-spammers-hackers-with-mod_defensible-on-apache2-debian-etch</guid>
 <comments>http://howtoforge.com/block-spammers-hackers-with-mod_defensible-on-apache2-debian-etch#comment</comments>
</item>
<item>
 <title>How To Set Up Shorewall (Shoreline) 4.0 Firewall On CentOS 5.1</title>
 <link>http://howtoforge.com/how-to-set-up-shorewall-firewall-on-centos-5.1</link>
 <description>&lt;p&gt;&lt;b&gt;How To Set Up Shorewall (Shoreline) 4.0 Firewall On CentOS 5.1&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial will walk you through setting up Shorewall (Shoreline)
4.0 firewall on CentOS 5.1 , this can easily be adapted to any other
Linux distribution out there.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/how-to-set-up-shorewall-firewall-on-centos-5.1&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/centos">CentOS</category>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <pubDate>Wed, 02 Jul 2008 20:32:59 +0200</pubDate>
 <guid>http://howtoforge.com/how-to-set-up-shorewall-firewall-on-centos-5.1</guid>
 <comments>http://howtoforge.com/how-to-set-up-shorewall-firewall-on-centos-5.1#comment</comments>
</item>
<item>
 <title>How To Block Cookies From Unwanted Websites With SafeSquid Proxy Server</title>
 <link>http://howtoforge.com/blocking-cookies-from-unwanted-websites-with-safesquid-proxy-server</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Block Cookies From Unwanted Websites With SafeSquid Proxy Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Basically, cookies are pieces of information, usually personal preferences,
that are stored into a visitors system, when they visit a website. The next time
the visitor accesses the same website, the cookie is transferred from the
visitors system to the website, and his preferred content is displayed to him.
Cookies are also used to allow a visitor to log into his personal account on a
website. Although, not always dangerous, many advertising and marketing websites
gather personal information, without the users knowledge, and use this
information to display especially targeted marketing ads and banners.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/blocking-cookies-from-unwanted-websites-with-safesquid-proxy-server&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <pubDate>Tue, 01 Jul 2008 13:40:02 +0200</pubDate>
 <guid>http://howtoforge.com/blocking-cookies-from-unwanted-websites-with-safesquid-proxy-server</guid>
 <comments>http://howtoforge.com/blocking-cookies-from-unwanted-websites-with-safesquid-proxy-server#comment</comments>
</item>
<item>
 <title>The Bash Script To Configure The Firewall Using IPTABLES</title>
 <link>http://howtoforge.com/bash-script-for-configuring-iptables-firewall</link>
 <description>&lt;B&gt;
&lt;H3 editor_id=&quot;mce_editor_0&quot;&gt;About the Script:&lt;/h3&gt;&lt;/b&gt;
&lt;P&gt;This script is about to build a firewall in Linux OS by using &lt;B&gt;iptables&lt;/b&gt;, the user only needs to follow and answer the simple and easy steps and the script will generate the user specified iptables rule in its original form.&lt;/p&gt;
&lt;P editor_id=&quot;mce_editor_0&quot;&gt;I HAVE TESTED THE SCRIPT ON PCLINUXOS, FEDORA-9, DREAM_LINUX, UBUNTU-8.&lt;/p&gt;
&lt;P editor_id=&quot;mce_editor_0&quot;&gt;This is my iptables Version 1.0 (USMAN AKRAM - Lucky)&lt;/p&gt;&lt;a href=&quot;http://howtoforge.com/bash-script-for-configuring-iptables-firewall&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/pclinuxos">PCLinuxOS</category>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <category domain="http://howtoforge.com/taxonomy/term/71">Shell</category>
 <pubDate>Thu, 26 Jun 2008 13:58:49 +0200</pubDate>
 <guid>http://howtoforge.com/bash-script-for-configuring-iptables-firewall</guid>
 <comments>http://howtoforge.com/bash-script-for-configuring-iptables-firewall#comment</comments>
</item>
<item>
 <title>How To Secure Postgresql Using Two-Factor Authentication From WiKID</title>
 <link>http://howtoforge.com/secure-postgresql-using-two-factor-authentication-from-wikid</link>
 <description>&lt;p&gt;&lt;b&gt;How To Secure Postgresql Using Two-Factor Authentication From WiKID&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Databases are the key repository for critical data.&amp;nbsp; If you are storing information that needs to be kept secure from prying eyes, especially credit card or personally identifiable information (PII) you might be required to control access using two-factor authentication.&amp;nbsp; This tutorial demonstrates how to secure Postgresql with two-factor authentication from WiKID.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/secure-postgresql-using-two-factor-authentication-from-wikid&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux">Linux</category>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <pubDate>Tue, 24 Jun 2008 17:00:54 +0200</pubDate>
 <guid>http://howtoforge.com/secure-postgresql-using-two-factor-authentication-from-wikid</guid>
 <comments>http://howtoforge.com/secure-postgresql-using-two-factor-authentication-from-wikid#comment</comments>
</item>
<item>
 <title>Intrusion Detection For PHP Applications With PHPIDS</title>
 <link>http://howtoforge.com/intrusion-detection-for-php-applications-with-phpids</link>
 <description>
&lt;p&gt;&lt;b&gt;Intrusion Detection For PHP Applications With PHPIDS&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This tutorial explains how to set up PHPIDS
on a web server with Apache2 and PHP5. PHPIDS (PHP-Intrusion Detection
System) is a simple to use, well structured, fast and state-of-the-art
security layer for your PHP based web application. The IDS neither
strips, sanitizes nor filters any malicious input, it simply recognizes
when an attacker tries to break your site and reacts in exactly the way
you want it to. Based on a set of approved and heavily tested filter
rules any attack is given a numerical impact rating which makes it easy
to decide what kind of action should follow the hacking attempt. This
could range from simple logging to sending out an emergency mail to the
development team, displaying a warning message for the attacker or even
ending the user’s session.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/intrusion-detection-for-php-applications-with-phpids&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/programming/php">PHP</category>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <pubDate>Sun, 22 Jun 2008 18:17:22 +0200</pubDate>
 <guid>http://howtoforge.com/intrusion-detection-for-php-applications-with-phpids</guid>
 <comments>http://howtoforge.com/intrusion-detection-for-php-applications-with-phpids#comment</comments>
</item>
<item>
 <title>How To Block Ads And Banners In SafeSquid Proxy Server</title>
 <link>http://howtoforge.com/block-ads-and-banners-in-safesquid-proxy-server</link>
 <description>&lt;p&gt;&lt;b&gt;How To Block Ads And Banners In SafeSquid Proxy Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Ads and banners not only unnecessarily consume bandwidth, but also distract
users, and can be exceedingly irritating at times. Few ads and banners keep
rotating and fetching new contents, and keep consuming bandwidth in the
background.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/block-ads-and-banners-in-safesquid-proxy-server&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <category domain="http://howtoforge.com/taxonomy/term/69">Security</category>
 <pubDate>Fri, 06 Jun 2008 12:01:26 +0200</pubDate>
 <guid>http://howtoforge.com/block-ads-and-banners-in-safesquid-proxy-server</guid>
 <comments>http://howtoforge.com/block-ads-and-banners-in-safesquid-proxy-server#comment</comments>
</item>
<item>
 <title>How To Control Download Of Files And Mime Types In SafeSquid Proxy Server</title>
 <link>http://howtoforge.com/control-download-of-files-and-mime-types-in-safesquid-proxy-server</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Control Download Of Files And Mime Types In SafeSquid Proxy Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Administrators regularly find themselves in troubled situations,
when irresponsible users waste their productive time and Internet
bandwidth, on online music, radio, video or downloading large,
non-productive contents. They also, knowingly or unknowingly, put other
serious users to inconvenience and put the network at risk.&amp;nbsp;
Administrators can avoid such situations by controlling what content is
allowed or denied, and when.&lt;/p&gt;&lt;a href=&quot;http://howtoforge.com/control-download-of-files-and-mime-types-in-safesquid-proxy-server&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <pubDate>Mon, 02 Jun 2008 10:57:18 +0200</pubDate>
 <guid>http://howtoforge.com/control-download-of-files-and-mime-types-in-safesquid-proxy-server</guid>
 <comments>http://howtoforge.com/control-download-of-files-and-mime-types-in-safesquid-proxy-server#comment</comments>
</item>
<item>
 <title>Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 8.04 LTS)</title>
 <link>http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.04</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 8.04 LTS)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a mail server based on
Postfix that is based on virtual users and domains, i.e. users and
domains that are in a MySQL database. I&#039;ll also demonstrate the
installation and configuration of Courier (Courier-POP3, Courier-IMAP),
so that Courier can authenticate against the same MySQL database
Postfix uses. The resulting Postfix server is capable of &lt;b&gt;SMTP-AUTH&lt;/b&gt; and &lt;b&gt;TLS&lt;/b&gt; and &lt;b&gt;quota&lt;/b&gt; (quota is not built into Postfix by default, I&#039;ll show how to patch your Postfix appropriately). Passwords are stored in &lt;b&gt;encrypted&lt;/b&gt;
form in the database (most documents I found were dealing with plain
text passwords which is a security risk). In addition to that, this
tutorial covers the installation of &lt;b&gt;Amavisd&lt;/b&gt;, &lt;b&gt;SpamAssassin&lt;/b&gt; and &lt;b&gt;ClamAV&lt;/b&gt; so that emails will be scanned for spam and viruses. I will also show how to install &lt;b&gt;SquirrelMail&lt;/b&gt; as a webmail interface so that users can read and send emails and change their passwords.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.04&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Tue, 20 May 2008 18:13:58 +0200</pubDate>
 <guid>http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.04</guid>
 <comments>http://howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.04#comment</comments>
</item>
<item>
 <title>How To Add WiKID Two-Factor Authentication To The Astaro Security Gateway</title>
 <link>http://howtoforge.com/add-wikid-two-factor-authentication-to-astaro-security-gateway</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Add WiKID Two-Factor Authentication To The Astaro Security Gateway&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Astaro is a very popular Linux-based &quot;all-in-one&quot; security appliance
offering spam filtering, malware protection, firewall, VPN, etc. The
WiKID Strong Authentication Server is a dual-source two-factor
authentication system. PINs are encrypted on a software token and sent
to the WiKID server. If the PIN is correct, the encryption valid and
the account active, a one-time password is generated, encrypted and
returned to the user&#039;s token where it is decrypted and presented for
use with a network-based services. This document will show how to add
WiKID two-factor authentication to the Astaro Security Gateway version
7 using Radius.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/add-wikid-two-factor-authentication-to-astaro-security-gateway&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <pubDate>Fri, 16 May 2008 14:20:39 +0200</pubDate>
 <guid>http://howtoforge.com/add-wikid-two-factor-authentication-to-astaro-security-gateway</guid>
 <comments>http://howtoforge.com/add-wikid-two-factor-authentication-to-astaro-security-gateway#comment</comments>
</item>
<item>
 <title>Protect Your Files With TrueCrypt 5.1a On Debian Etch (GNOME)</title>
 <link>http://howtoforge.com/setting-up-truecrypt-5.1a-on-debian-etch-gnome</link>
 <description>&lt;p&gt;&lt;b&gt;Protect Your Files With TrueCrypt 5.1a On Debian Etch (GNOME)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to set up TrueCrypt 5.1a on Debian Etch
(GNOME). Taken from the TrueCrypt page: &quot;TrueCrypt is a software system
for establishing and maintaining an on-the-fly-encrypted volume (data
storage device). On-the-fly encryption means that data are
automatically encrypted or decrypted right before they are loaded or
saved, without any user intervention. No data stored on an encrypted
volume can be read (decrypted) without using the correct
password/keyfile(s) or correct encryption keys. Entire file system is
encrypted (e.g., file names, folder names, contents of every file, free
space, meta data, etc).&quot;&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/setting-up-truecrypt-5.1a-on-debian-etch-gnome&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/debian">Debian</category>
 <category domain="http://howtoforge.com/sitemap/desktop">Desktop</category>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <pubDate>Sun, 11 May 2008 19:12:19 +0200</pubDate>
 <guid>http://howtoforge.com/setting-up-truecrypt-5.1a-on-debian-etch-gnome</guid>
 <comments>http://howtoforge.com/setting-up-truecrypt-5.1a-on-debian-etch-gnome#comment</comments>
</item>
<item>
 <title>How To Configure Granular Bandwidth Management Rules In SafeSquid Proxy Server</title>
 <link>http://howtoforge.com/granular-bandwidth-management-rules-in-safesquid-proxy-server</link>
 <description>
&lt;p&gt;&lt;b&gt;How To Configure Granular Bandwidth Management Rules In SafeSquid Proxy Server&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Administrators can use SafeSquid to granularly distribute bandwidth across
the network, depending on user, group, website being visited, mime or file type
being accessed, and time / date range. This is achieved by defining the desired
situation, by creating a profile under the Profiles section, and then allocating
a specific bandwidth (QoS) to that profile.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/granular-bandwidth-management-rules-in-safesquid-proxy-server&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <pubDate>Thu, 08 May 2008 14:11:47 +0200</pubDate>
 <guid>http://howtoforge.com/granular-bandwidth-management-rules-in-safesquid-proxy-server</guid>
 <comments>http://howtoforge.com/granular-bandwidth-management-rules-in-safesquid-proxy-server#comment</comments>
</item>
<item>
 <title>The Perfect SpamSnake - Ubuntu 8.04 LTS</title>
 <link>http://howtoforge.com/the-perfect-spamsnake-ubuntu-8.04</link>
 <description>&lt;P&gt;&lt;B&gt;The Perfect SpamSnake - Ubuntu 8.04 LTS&lt;/b&gt;&lt;/p&gt;
&lt;P&gt;This tutorial shows how to set up an Ubuntu Hardy Heron (8.04 LTS) based server as a spamfilter in Gateway mode.&amp;nbsp;In the end, you will have a SpamSnake Gateway which will relay clean emails to your MTA.&amp;nbsp;You will also be able to view your incoming queue, train your SpamSnake and carry out a few more advanced operations via MailWatch.&lt;/p&gt;&lt;a href=&quot;http://howtoforge.com/the-perfect-spamsnake-ubuntu-8.04&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.com/sitemap/email/postfix">Postfix</category>
 <pubDate>Thu, 01 May 2008 18:45:36 +0200</pubDate>
 <guid>http://howtoforge.com/the-perfect-spamsnake-ubuntu-8.04</guid>
 <comments>http://howtoforge.com/the-perfect-spamsnake-ubuntu-8.04#comment</comments>
</item>
<item>
 <title>How To Install mod_security/mod_security2 On SuSE Linux Enterprise Server 10 (SLES10)</title>
 <link>http://howtoforge.com/installing-mod-security-on-sles10</link>
 <description>&lt;p&gt;&lt;b&gt; How To Install mod_security/mod_security2 On SuSE Linux Enterprise Server 10 (SLES10)&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;The Apache module mod_security is a very powerful security module.
Combined with predefined rules, you can close many security wholes on
your server, opened by bad written php or perl apps. Unfortunately mod_security is not part of the SLES10 distribution.
To install mod_security to have to install some 3rd party modules. This
guide helps you to install mod_security on SLES10 in a reproducable way (RPM). It also helps you to
remove the module, by building RPM packages you can easily uninstall.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/installing-mod-security-on-sles10&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/suse">SuSE</category>
 <category domain="http://howtoforge.com/sitemap/apache">Apache</category>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <pubDate>Fri, 18 Apr 2008 09:38:03 +0200</pubDate>
 <guid>http://howtoforge.com/installing-mod-security-on-sles10</guid>
 <comments>http://howtoforge.com/installing-mod-security-on-sles10#comment</comments>
</item>
<item>
 <title>Setting Up An Iptables Firewall On Ubuntu With Firehol</title>
 <link>http://howtoforge.com/setting-up-an-iptables-firewall-with-firehol-on-ubuntu</link>
 <description>
&lt;p&gt;&lt;b&gt;Setting Up An Iptables Firewall On Ubuntu With Firehol&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;
Everybody, who tried to configure an iptables firewall knows, that it can be quite a PITA. &lt;i&gt;firehol&lt;/i&gt;
is a tool that helps us to configure iptables according to our needs.
In this How-To, I will discribe how to set up an iptables firewal using
firehol that only allows SSH and ICMP (the protocol responsible for
ping and traceroute). Also, only incoming connections are filtered,
and outgoing connections are allowed.&lt;/p&gt;
&lt;a href=&quot;http://howtoforge.com/setting-up-an-iptables-firewall-with-firehol-on-ubuntu&quot; title=&quot;Read the rest of this posting.&quot; class=&quot;read-more&quot;&gt;Read more...&lt;/a&gt;</description>
 <category domain="http://howtoforge.com/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://howtoforge.com/sitemap/security">Security</category>
 <pubDate>Wed, 16 Apr 2008 13:31:20 +0200</pubDate>
 <guid>http://howtoforge.com/setting-up-an-iptables-firewall-with-firehol-on-ubuntu</guid>
 <comments>http://howtoforge.com/setting-up-an-iptables-firewall-with-firehol-on-ubuntu#comment</comments>
</item>
</channel>
</rss>
