<?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: Adding One-to-One NAT on dd-wrt for a specific IP address to forward traffic like RDP</title>
	<atom:link href="http://www.omegaprojex.com/index.php/2009/03/27/adding-one-to-one-nat-on-dd-wrt-for-a-specific-ip-address-to-forward-traffic-like-rdp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.omegaprojex.com/index.php/2009/03/27/adding-one-to-one-nat-on-dd-wrt-for-a-specific-ip-address-to-forward-traffic-like-rdp/</link>
	<description>Just another blog from a computer nerd</description>
	<lastBuildDate>Tue, 23 Feb 2010 16:53:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ElementZero</title>
		<link>http://www.omegaprojex.com/index.php/2009/03/27/adding-one-to-one-nat-on-dd-wrt-for-a-specific-ip-address-to-forward-traffic-like-rdp/comment-page-1/#comment-248</link>
		<dc:creator>ElementZero</dc:creator>
		<pubDate>Tue, 21 Jul 2009 15:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.omegaprojex.com/?p=588#comment-248</guid>
		<description>I believe what you want is 

&lt;code&gt;
iptables -I INPUT -p tcp -d $(nvram get wan_ipaddr) --dport 80 -j ACCEPT
&lt;/code&gt;

Which will open up port 80 on the router itself to on the WAN IP (just change the port to whatever you need).  Optionally you could do this as well

&lt;code&gt;
iptables -I INPUT -p tcp -d $(nvram get wan_ipaddr) --dport 80 --source WAN_IP -j ACCEPT
&lt;/code&gt;

where WAN_IP is a public addess you would like to allow.  This will limit the open access to only specific IP&#039;s if desired.

 Let me know if this doesn&#039;t meet your needs and I can get you the right script.</description>
		<content:encoded><![CDATA[<p>I believe what you want is </p>
<p><code><br />
iptables -I INPUT -p tcp -d $(nvram get wan_ipaddr) --dport 80 -j ACCEPT<br />
</code></p>
<p>Which will open up port 80 on the router itself to on the WAN IP (just change the port to whatever you need).  Optionally you could do this as well</p>
<p><code><br />
iptables -I INPUT -p tcp -d $(nvram get wan_ipaddr) --dport 80 --source WAN_IP -j ACCEPT<br />
</code></p>
<p>where WAN_IP is a public addess you would like to allow.  This will limit the open access to only specific IP&#8217;s if desired.</p>
<p> Let me know if this doesn&#8217;t meet your needs and I can get you the right script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sen</title>
		<link>http://www.omegaprojex.com/index.php/2009/03/27/adding-one-to-one-nat-on-dd-wrt-for-a-specific-ip-address-to-forward-traffic-like-rdp/comment-page-1/#comment-246</link>
		<dc:creator>Sen</dc:creator>
		<pubDate>Sun, 19 Jul 2009 22:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.omegaprojex.com/?p=588#comment-246</guid>
		<description>Hi Thanks for the nice post, I was wondering if  there is a way to open ports on the WAN side in a DD-WRT router, I am trying to do so as i am running a proxy server on my dd-wrt.

Port forwarding is not working in this case due to the fact the port that has to be opened is in the router itself and port forwarding only works for all other devices other than the router in the network.

To put it short how do I access a specific port in my DD-WRT router, I only know how to access ports for other devices in my network.</description>
		<content:encoded><![CDATA[<p>Hi Thanks for the nice post, I was wondering if  there is a way to open ports on the WAN side in a DD-WRT router, I am trying to do so as i am running a proxy server on my dd-wrt.</p>
<p>Port forwarding is not working in this case due to the fact the port that has to be opened is in the router itself and port forwarding only works for all other devices other than the router in the network.</p>
<p>To put it short how do I access a specific port in my DD-WRT router, I only know how to access ports for other devices in my network.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
