<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Linux Tutorial &#187; Firewall</title>
	<atom:link href="http://www.kernelhardware.org/category/firewall/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kernelhardware.org</link>
	<description>Your Source for Linux tutorials, programming and hardware advice</description>
	<lastBuildDate>Fri, 20 Jan 2012 01:28:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>FireStarter on Centos 6</title>
		<link>http://www.kernelhardware.org/firestarter-on-centos-6/</link>
		<comments>http://www.kernelhardware.org/firestarter-on-centos-6/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 22:46:04 +0000</pubDate>
		<dc:creator>Fabio Milano</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[centos 6 firestarter]]></category>
		<category><![CDATA[firestarter rpm]]></category>
		<category><![CDATA[install firestarter]]></category>
		<category><![CDATA[install firestarter centos]]></category>
		<category><![CDATA[iptables gui]]></category>

		<guid isPermaLink="false">http://www.kernelhardware.org/?p=684</guid>
		<description><![CDATA[<p>How can I easily manage iptables ?
With a GUI based iptables configuration program called FireStarter.
Note: If you installed your server without a GUI then FireStarter is not for you.
Firestarter RPM Centos 6
As the writing of this article I could not find an RPM package in <a href='http://www.kernelhardware.org/firestarter-on-centos-6/' rel="nofollow">[continue...]</a></p>]]></description>
		<wfw:commentRss>http://www.kernelhardware.org/firestarter-on-centos-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux IPTables blocking yum</title>
		<link>http://www.kernelhardware.org/linux-iptables-blocking-yum/</link>
		<comments>http://www.kernelhardware.org/linux-iptables-blocking-yum/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 12:00:09 +0000</pubDate>
		<dc:creator>Fabio Milano</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[IPTables]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[established-related-connections]]></category>
		<category><![CDATA[iptables-command]]></category>
		<category><![CDATA[open-port-80]]></category>
		<category><![CDATA[tcp-protocol]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://kernelhardware.org/?p=100</guid>
		<description><![CDATA[<p>Scenario / Question:
I can not use yum and appears that iptables is blocking yum from establishing a connection with the internet.
Solution / Answer:
IPTables needs to be configured to allow incoming ESTABLISHED,RELATED connections and establish connection with yum servers by allowing outgoing <a href='http://www.kernelhardware.org/linux-iptables-blocking-yum/' rel="nofollow">[continue...]</a></p>]]></description>
		<wfw:commentRss>http://www.kernelhardware.org/linux-iptables-blocking-yum/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux IPTables blocking DNS and open port 53</title>
		<link>http://www.kernelhardware.org/linux-iptables-blocking-dns-open-port-53/</link>
		<comments>http://www.kernelhardware.org/linux-iptables-blocking-dns-open-port-53/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 12:00:22 +0000</pubDate>
		<dc:creator>Fabio Milano</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[IPTables]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[53]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[blocking]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dns-queries]]></category>
		<category><![CDATA[dns-request]]></category>
		<category><![CDATA[domain-name-service]]></category>
		<category><![CDATA[iptables-command]]></category>
		<category><![CDATA[open-port-53]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[tcp-port]]></category>
		<category><![CDATA[tcp-protocol]]></category>
		<category><![CDATA[udp]]></category>
		<category><![CDATA[udp-port]]></category>
		<category><![CDATA[udp-protocol]]></category>

		<guid isPermaLink="false">http://kernelhardware.org/?p=98</guid>
		<description><![CDATA[<p>Scenario / Question:
IPTables is blocking DNS and I can not get DNS from Internet.
Solution / Answer:
IPTables needs to be configured to allow INPUT of port 53 and the OUTPUT of port 53. DNS uses both tcp and udp protocols on port 53 for communicating. UDP is used for queries transferring less <a href='http://www.kernelhardware.org/linux-iptables-blocking-dns-open-port-53/' rel="nofollow">[continue...]</a></p>]]></description>
		<wfw:commentRss>http://www.kernelhardware.org/linux-iptables-blocking-dns-open-port-53/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

