<?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: How to do port redirection with Debian (and doing so, securing Tomcat)</title>
	<atom:link href="http://en.newinstance.it/2005/06/23/how-to-do-port-redirection-with-debian-and-doing-so-securing-tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://en.newinstance.it/2005/06/23/how-to-do-port-redirection-with-debian-and-doing-so-securing-tomcat/</link>
	<description>A tech blog by Luigi R. Viggiano</description>
	<lastBuildDate>Thu, 22 Jul 2010 17:54:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Nathan Zadoks</title>
		<link>http://en.newinstance.it/2005/06/23/how-to-do-port-redirection-with-debian-and-doing-so-securing-tomcat/comment-page-1/#comment-366956</link>
		<dc:creator>Nathan Zadoks</dc:creator>
		<pubDate>Sun, 25 Oct 2009 13:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://it.newinstance.it/2005/06/23/how-to-do-port-redirection-with-debian-and-doing-so-securing-tomcat/#comment-366956</guid>
		<description>@Joe Quinn
Iptables is a Linux thing - other unixes may offer something alike though.
Although chances are you aren&#039;t running UNIX, but a modern commercial unix offering or BSD.</description>
		<content:encoded><![CDATA[<p>@Joe Quinn<br />
Iptables is a Linux thing &#8211; other unixes may offer something alike though.<br />
Although chances are you aren&#8217;t running UNIX, but a modern commercial unix offering or BSD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yamabushitriste</title>
		<link>http://en.newinstance.it/2005/06/23/how-to-do-port-redirection-with-debian-and-doing-so-securing-tomcat/comment-page-1/#comment-128990</link>
		<dc:creator>yamabushitriste</dc:creator>
		<pubDate>Thu, 07 Feb 2008 14:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://it.newinstance.it/2005/06/23/how-to-do-port-redirection-with-debian-and-doing-so-securing-tomcat/#comment-128990</guid>
		<description>It works great, but  in /etc/ipmasq/rules/F00chain.rul i had to modify the string:

#: $IPTABLES -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080

with

iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080

:-)


Anyway thanks a lot, simple and working.</description>
		<content:encoded><![CDATA[<p>It works great, but  in /etc/ipmasq/rules/F00chain.rul i had to modify the string:</p>
<p>#: $IPTABLES -t nat -I PREROUTING -p tcp &#8211;dport 80 -j REDIRECT &#8211;to-port 8080</p>
<p>with</p>
<p>iptables -t nat -I PREROUTING -p tcp &#8211;dport 80 -j REDIRECT &#8211;to-port 8080</p>
<p>:-)</p>
<p>Anyway thanks a lot, simple and working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi</title>
		<link>http://en.newinstance.it/2005/06/23/how-to-do-port-redirection-with-debian-and-doing-so-securing-tomcat/comment-page-1/#comment-62506</link>
		<dc:creator>Luigi</dc:creator>
		<pubDate>Tue, 07 Aug 2007 19:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://it.newinstance.it/2005/06/23/how-to-do-port-redirection-with-debian-and-doing-so-securing-tomcat/#comment-62506</guid>
		<description>Thanks for the news William. Google rocks!</description>
		<content:encoded><![CDATA[<p>Thanks for the news William. Google rocks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://en.newinstance.it/2005/06/23/how-to-do-port-redirection-with-debian-and-doing-so-securing-tomcat/comment-page-1/#comment-62503</link>
		<dc:creator>William</dc:creator>
		<pubDate>Tue, 07 Aug 2007 19:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://it.newinstance.it/2005/06/23/how-to-do-port-redirection-with-debian-and-doing-so-securing-tomcat/#comment-62503</guid>
		<description>Thank you so much for posting this. This made everything a lot easier. BTW, this page is the top Google result for &#039;debian tomcat port 80&#039;</description>
		<content:encoded><![CDATA[<p>Thank you so much for posting this. This made everything a lot easier. BTW, this page is the top Google result for &#8216;debian tomcat port 80&#8242;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi</title>
		<link>http://en.newinstance.it/2005/06/23/how-to-do-port-redirection-with-debian-and-doing-so-securing-tomcat/comment-page-1/#comment-1324</link>
		<dc:creator>Luigi</dc:creator>
		<pubDate>Thu, 16 Nov 2006 16:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://it.newinstance.it/2005/06/23/how-to-do-port-redirection-with-debian-and-doing-so-securing-tomcat/#comment-1324</guid>
		<description>it depends on which distribution you are using.

on debian it should be:
&lt;code&gt;
# apt-get install iptables 
&lt;/code&gt;

check it out: &lt;a href=&quot;http://en.newinstance.it/2005/08/03/debian-package-managing-survival-guide/&quot; title=&quot;Package Managing Survival Guide&quot; rel=&quot;nofollow&quot;&gt;Debian Package Managing Survival Guide&lt;/a&gt;.

Otherwise you can download iptables source and install it from the sources as usual:
&lt;code&gt;
./config
make
make install
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>it depends on which distribution you are using.</p>
<p>on debian it should be:<br />
<code><br />
# apt-get install iptables<br />
</code></p>
<p>check it out: <a href="http://en.newinstance.it/2005/08/03/debian-package-managing-survival-guide/" title="Package Managing Survival Guide" rel="nofollow">Debian Package Managing Survival Guide</a>.</p>
<p>Otherwise you can download iptables source and install it from the sources as usual:<br />
<code><br />
./config<br />
make<br />
make install<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Quinn</title>
		<link>http://en.newinstance.it/2005/06/23/how-to-do-port-redirection-with-debian-and-doing-so-securing-tomcat/comment-page-1/#comment-1318</link>
		<dc:creator>Joe Quinn</dc:creator>
		<pubDate>Thu, 16 Nov 2006 12:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://it.newinstance.it/2005/06/23/how-to-do-port-redirection-with-debian-and-doing-so-securing-tomcat/#comment-1318</guid>
		<description>Hi,

I would like to use iptables to do a port forward on unix. Iptables isnt already installed on my unix machine. Using searches all i seem to be able to find are install instructions for linux. Where can i find install instructions for iptables for unix?

Cheers,
Joe.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I would like to use iptables to do a port forward on unix. Iptables isnt already installed on my unix machine. Using searches all i seem to be able to find are install instructions for linux. Where can i find install instructions for iptables for unix?</p>
<p>Cheers,<br />
Joe.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
