<?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>Kommentare zu: Neues DSL-Modem</title>
	<atom:link href="http://nerd20.de/2005/06/06/neues-dsl-modem/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerd20.de/2005/06/06/neues-dsl-modem/</link>
	<description>Früher hatte man noch echte Probleme.</description>
	<lastBuildDate>Fri, 09 Jul 2010 16:21:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: BODY-SNATCHER&#8217;s Blog &#187; DLink 360-T: Router, HTTP-Server und DHCP in einem</title>
		<link>http://nerd20.de/2005/06/06/neues-dsl-modem/comment-page-1/#comment-4</link>
		<dc:creator>BODY-SNATCHER&#8217;s Blog &#187; DLink 360-T: Router, HTTP-Server und DHCP in einem</dc:creator>
		<pubDate>Thu, 02 Feb 2006 09:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://nerd20.de/?p=4#comment-4</guid>
		<description>[...] PS: Wenn etwas nicht verstanden wurde, erst das und das noch durchlesen und dann hier posten. [...]</description>
		<content:encoded><![CDATA[<p>[...] PS: Wenn etwas nicht verstanden wurde, erst das und das noch durchlesen und dann hier posten. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: BODY-SNATCHER&#8217;s Blog &#187; Webserver &#38; DHCP auf DLink 360T</title>
		<link>http://nerd20.de/2005/06/06/neues-dsl-modem/comment-page-1/#comment-3</link>
		<dc:creator>BODY-SNATCHER&#8217;s Blog &#187; Webserver &#38; DHCP auf DLink 360T</dc:creator>
		<pubDate>Wed, 01 Feb 2006 18:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://nerd20.de/?p=4#comment-3</guid>
		<description>[...] Damit ich nicht nochmal von ganz vorne anfangen muss der alte Artikel dazu: Neues DSL-Modem (06.06.2005) [...]</description>
		<content:encoded><![CDATA[<p>[...] Damit ich nicht nochmal von ganz vorne anfangen muss der alte Artikel dazu: Neues DSL-Modem (06.06.2005) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: BODY-SNATCHER&#8217;s Blog &#187; Webserver &#38; DHCP auf DLink 360T</title>
		<link>http://nerd20.de/2005/06/06/neues-dsl-modem/comment-page-1/#comment-79</link>
		<dc:creator>BODY-SNATCHER&#8217;s Blog &#187; Webserver &#38; DHCP auf DLink 360T</dc:creator>
		<pubDate>Wed, 01 Feb 2006 18:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://nerd20.de/?p=4#comment-79</guid>
		<description>[...] Damit ich nicht nochmal von ganz vorne anfangen muss der alte Artikel dazu: Neues DSL-Modem (06.06.2005) [...]</description>
		<content:encoded><![CDATA[<p>[...] Damit ich nicht nochmal von ganz vorne anfangen muss der alte Artikel dazu: Neues DSL-Modem (06.06.2005) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: BODY-SNATCHER</title>
		<link>http://nerd20.de/2005/06/06/neues-dsl-modem/comment-page-1/#comment-2</link>
		<dc:creator>BODY-SNATCHER</dc:creator>
		<pubDate>Mon, 07 Nov 2005 18:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://nerd20.de/?p=4#comment-2</guid>
		<description>Nachtrag IP-Forwarding am Beispiel eMule

Protocoll &#124; Port
TCP &#124; 4661
TCP &#124; 4662
UDP &#124; 4665
UDP &#124; 4672

Zielrechner bei mir war 192.168.1.2

iptables -t nat -A PREROUTING -j DNAT -p tcp -s 0/0 --dport 4661 --to-destination 192.168.1.2 -i ppp0

iptables -t nat -A PREROUTING -j DNAT -p tcp -s 0/0 --dport 4662 --to-destination 192.168.1.2 -i ppp0

iptables -t nat -A PREROUTING -j DNAT -p udp -s 0/0 --dport 4665 --to-destination 192.168.1.2 -i ppp0

iptables -t nat -A PREROUTING -j DNAT -p udp -s 0/0 --dport 4672 --to-destination 192.168.1.2 -i ppp0

Ich denke das muss net weiter erkl&#228;rt werden und jeder kann sich die Befehle an seine belieben anpassen.</description>
		<content:encoded><![CDATA[<p>Nachtrag IP-Forwarding am Beispiel eMule</p>
<p>Protocoll | Port<br />
TCP | 4661<br />
TCP | 4662<br />
UDP | 4665<br />
UDP | 4672</p>
<p>Zielrechner bei mir war 192.168.1.2</p>
<p>iptables -t nat -A PREROUTING -j DNAT -p tcp -s 0/0 &#8211;dport 4661 &#8211;to-destination 192.168.1.2 -i ppp0</p>
<p>iptables -t nat -A PREROUTING -j DNAT -p tcp -s 0/0 &#8211;dport 4662 &#8211;to-destination 192.168.1.2 -i ppp0</p>
<p>iptables -t nat -A PREROUTING -j DNAT -p udp -s 0/0 &#8211;dport 4665 &#8211;to-destination 192.168.1.2 -i ppp0</p>
<p>iptables -t nat -A PREROUTING -j DNAT -p udp -s 0/0 &#8211;dport 4672 &#8211;to-destination 192.168.1.2 -i ppp0</p>
<p>Ich denke das muss net weiter erkl&#228;rt werden und jeder kann sich die Befehle an seine belieben anpassen.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
