<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Recipe for a Transparent Linux Firewall and CherryPy Control Panel</title>
	<atom:link href="http://blog.schmichael.com/2007/11/06/recipe-for-a-transparent-linux-firewall-and-cherrypy-control-panel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.schmichael.com/2007/11/06/recipe-for-a-transparent-linux-firewall-and-cherrypy-control-panel/</link>
	<description>good good study, day day up</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:41:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Kyle Waremburg</title>
		<link>http://blog.schmichael.com/2007/11/06/recipe-for-a-transparent-linux-firewall-and-cherrypy-control-panel/comment-page-1/#comment-38105</link>
		<dc:creator>Kyle Waremburg</dc:creator>
		<pubDate>Thu, 09 Oct 2008 04:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/2007/11/06/recipe-for-a-transparent-linux-firewall-and-cherrypy-control-panel/#comment-38105</guid>
		<description>I failed to answer two of your questions.

You don&#039;t need ebtables or IP forwarding.   Bridge-Utils takes care of bridging the two NICs together.  Iptables can then be used with the bridge interface br0.

If you have any questions you can contact me at blog@kython.org.</description>
		<content:encoded><![CDATA[<p>I failed to answer two of your questions.</p>
<p>You don&#8217;t need ebtables or IP forwarding.   Bridge-Utils takes care of bridging the two NICs together.  Iptables can then be used with the bridge interface br0.</p>
<p>If you have any questions you can contact me at <a href="mailto:blog@kython.org">blog@kython.org</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Waremburg</title>
		<link>http://blog.schmichael.com/2007/11/06/recipe-for-a-transparent-linux-firewall-and-cherrypy-control-panel/comment-page-1/#comment-38104</link>
		<dc:creator>Kyle Waremburg</dc:creator>
		<pubDate>Thu, 09 Oct 2008 03:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/2007/11/06/recipe-for-a-transparent-linux-firewall-and-cherrypy-control-panel/#comment-38104</guid>
		<description>sholah,

I wrote the bridge and iptables portion of the app so I think I can help.

Download the code from http://firewall-admin.googlecode.com/files/firewall-admin.tar.gz.  

The two files you are interested in are:
firewall-admin/firewalladmin/lib/iptables.py
firewall-admin/firewalladmin/bridge.py.

Kyle</description>
		<content:encoded><![CDATA[<p>sholah,</p>
<p>I wrote the bridge and iptables portion of the app so I think I can help.</p>
<p>Download the code from <a href="http://firewall-admin.googlecode.com/files/firewall-admin.tar.gz" rel="nofollow">http://firewall-admin.googlecode.com/files/firewall-admin.tar.gz</a>.  </p>
<p>The two files you are interested in are:<br />
firewall-admin/firewalladmin/lib/iptables.py<br />
firewall-admin/firewalladmin/bridge.py.</p>
<p>Kyle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sholah</title>
		<link>http://blog.schmichael.com/2007/11/06/recipe-for-a-transparent-linux-firewall-and-cherrypy-control-panel/comment-page-1/#comment-37902</link>
		<dc:creator>sholah</dc:creator>
		<pubDate>Sat, 04 Oct 2008 18:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/2007/11/06/recipe-for-a-transparent-linux-firewall-and-cherrypy-control-panel/#comment-37902</guid>
		<description>Is it possible to obtain the original firewall script?</description>
		<content:encoded><![CDATA[<p>Is it possible to obtain the original firewall script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sholah</title>
		<link>http://blog.schmichael.com/2007/11/06/recipe-for-a-transparent-linux-firewall-and-cherrypy-control-panel/comment-page-1/#comment-37901</link>
		<dc:creator>sholah</dc:creator>
		<pubDate>Sat, 04 Oct 2008 18:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/2007/11/06/recipe-for-a-transparent-linux-firewall-and-cherrypy-control-panel/#comment-37901</guid>
		<description>Hi,

I appreciate ur app but i am developing something similar using PHP. I would just like to know the iptables commands for blocking certain IPs from passing through the bridge and if its not too much trouble, i will also like to know howto configure the bridge....am i gonna need ebtables installed? Am i gonna enable Ip forwarding and other similar questions.

I will be glad if u reply ASAP.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I appreciate ur app but i am developing something similar using PHP. I would just like to know the iptables commands for blocking certain IPs from passing through the bridge and if its not too much trouble, i will also like to know howto configure the bridge&#8230;.am i gonna need ebtables installed? Am i gonna enable Ip forwarding and other similar questions.</p>
<p>I will be glad if u reply ASAP.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael schurter &#187; Blog Archive &#187; Permanent home for firewall-admin</title>
		<link>http://blog.schmichael.com/2007/11/06/recipe-for-a-transparent-linux-firewall-and-cherrypy-control-panel/comment-page-1/#comment-25844</link>
		<dc:creator>michael schurter &#187; Blog Archive &#187; Permanent home for firewall-admin</dc:creator>
		<pubDate>Sun, 17 Feb 2008 20:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/2007/11/06/recipe-for-a-transparent-linux-firewall-and-cherrypy-control-panel/#comment-25844</guid>
		<description>[...] little recipe I posted for a dedicated Linux firewall with a CherryPy powered administrative interface finally has a [...]</description>
		<content:encoded><![CDATA[<p>[...] little recipe I posted for a dedicated Linux firewall with a CherryPy powered administrative interface finally has a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kyle Waremburg</title>
		<link>http://blog.schmichael.com/2007/11/06/recipe-for-a-transparent-linux-firewall-and-cherrypy-control-panel/comment-page-1/#comment-24652</link>
		<dc:creator>kyle Waremburg</dc:creator>
		<pubDate>Thu, 07 Feb 2008 20:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/2007/11/06/recipe-for-a-transparent-linux-firewall-and-cherrypy-control-panel/#comment-24652</guid>
		<description>I&#039;m helping someone set up a tux wall at there school and we have noticed a couple dependency problems.

Packages: iptables, bridge-utils, Python, setuptools, CherryPy 3 (use easy_install), Genshi (use easy_install), Python-ADNS, SQLObject

That list not complete if I&#039;m not mistaken.

python-sqlite and formencode need to be added</description>
		<content:encoded><![CDATA[<p>I&#8217;m helping someone set up a tux wall at there school and we have noticed a couple dependency problems.</p>
<p>Packages: iptables, bridge-utils, Python, setuptools, CherryPy 3 (use easy_install), Genshi (use easy_install), Python-ADNS, SQLObject</p>
<p>That list not complete if I&#8217;m not mistaken.</p>
<p>python-sqlite and formencode need to be added</p>
]]></content:encoded>
	</item>
</channel>
</rss>

