<?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: Port Redirector</title>
	<atom:link href="http://www.askapache.com/security/port-redirector.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/security/port-redirector.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bish</title>
		<link>http://www.askapache.com/security/port-redirector.html#comment-303</link>
		<dc:creator>bish</dc:creator>
		<pubDate>Mon, 22 Jan 2007 21:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/security/port-redirector.html#comment-303</guid>
		<description>Have you overlooked simple xinetd?

service unlisted
{
        disable = yes
        type                    = UNLISTED
        port                    = 5500
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = root
redirect                        = 192.168.4.120 5500
}

when it&#039;s not disabled (think:  chkconfig vnc-listen-redir on) it will redirect incoming connections on the outside to port 5500 on the internal machine 192.168.4.120 .  In that example it uses tcp, but I&#039;ve seen it with UDP as well.

Best of all?  It&#039;s already installed on many machines, at least most linux boxes -- even the tiny openwrt comes with xinetd built-in.

Gluck.</description>
		<content:encoded><![CDATA[<p>Have you overlooked simple xinetd?</p>
<p>service unlisted<br />
{<br />
        disable = yes<br />
        type                    = UNLISTED<br />
        port                    = 5500<br />
        socket_type             = stream<br />
        protocol                = tcp<br />
        wait                    = no<br />
        user                    = root<br />
redirect                        = 192.168.4.120 5500<br />
}</p>
<p>when it&#8217;s not disabled (think:  chkconfig vnc-listen-redir on) it will redirect incoming connections on the outside to port 5500 on the internal machine 192.168.4.120 .  In that example it uses tcp, but I&#8217;ve seen it with UDP as well.</p>
<p>Best of all?  It&#8217;s already installed on many machines, at least most linux boxes &#8212; even the tiny openwrt comes with xinetd built-in.</p>
<p>Gluck.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
