<?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>Running UNIX &#187; iptables</title>
	<atom:link href="http://www.runningunix.com/tag/iptables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.runningunix.com</link>
	<description>UNIX/Solaris tips, tricks, and advice</description>
	<lastBuildDate>Mon, 01 Aug 2011 17:37:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Port redirection using iptables</title>
		<link>http://www.runningunix.com/2008/02/port-redirection-using-iptables/</link>
		<comments>http://www.runningunix.com/2008/02/port-redirection-using-iptables/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 17:52:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[firewall]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[port 80]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://www.cybersand.com/blog/?p=6</guid>
		<description><![CDATA[A user did not have root access, but wanted his web server to appear to be listening on port 80. Came up a nice way to redirect port 80 requests to another port, where he ran his web server. iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 8070  ]]></description>
			<content:encoded><![CDATA[<p>A user did not have root access, but wanted his web server to appear to be listening on port 80. Came up a nice way to redirect port 80 requests to another port, where he ran his web server.</p>
<pre>iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 8070</pre>
<pre> </pre>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.runningunix.com%2F2008%2F02%2Fport-redirection-using-iptables%2F&amp;title=Port%20redirection%20using%20iptables" id="wpa2a_2"><img src="http://www.runningunix.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.runningunix.com/2008/02/port-redirection-using-iptables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

