<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Port-Forwarding in OpenWRT</title>
	<atom:link href="http://kurinji.wordpress.com/2008/07/16/port-forwarding-in-openwrt/feed/" rel="self" type="application/rss+xml" />
	<link>http://kurinji.wordpress.com/2008/07/16/port-forwarding-in-openwrt/</link>
	<description>"I had only a little time left and I didn't want to waste it on God."</description>
	<lastBuildDate>Sun, 11 Jan 2009 13:49:06 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eoin</title>
		<link>http://kurinji.wordpress.com/2008/07/16/port-forwarding-in-openwrt/#comment-9</link>
		<dc:creator>Eoin</dc:creator>
		<pubDate>Sun, 11 Jan 2009 13:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://kurinji.wordpress.com/?p=6#comment-9</guid>
		<description>The above rule does not work on White Russian (0.9)

Try:
iptables -t nat -A prerouting_wan -p tcp --dport 8080 -j DNAT --to 192.168.1.2:80
iptables        -A forwarding_wan -p tcp --dport 80 -d 192.168.1.2 -j ACCEPT</description>
		<content:encoded><![CDATA[<p>The above rule does not work on White Russian (0.9)</p>
<p>Try:<br />
iptables -t nat -A prerouting_wan -p tcp &#8211;dport 8080 -j DNAT &#8211;to 192.168.1.2:80<br />
iptables        -A forwarding_wan -p tcp &#8211;dport 80 -d 192.168.1.2 -j ACCEPT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eoin</title>
		<link>http://kurinji.wordpress.com/2008/07/16/port-forwarding-in-openwrt/#comment-8</link>
		<dc:creator>Eoin</dc:creator>
		<pubDate>Sun, 11 Jan 2009 13:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://kurinji.wordpress.com/?p=6#comment-8</guid>
		<description>Cheers, very helpful. Shame the default web interface for White Russian does not have this option.</description>
		<content:encoded><![CDATA[<p>Cheers, very helpful. Shame the default web interface for White Russian does not have this option.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
