<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.ewus.de"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Erik Wegners Universelles Sammelsurium - NAT</title>
 <link>http://www.ewus.de/taxonomy/term/131/0</link>
 <description></description>
 <language>de</language>
<item>
 <title>Schneller NAT-Router</title>
 <link>http://www.ewus.de/tipp-0015.html</link>
 <description>&lt;p class=&quot;tipCmdLn&quot;&gt;
# IP Forwarding aktivieren&lt;br /&gt;
echo 1 &gt; /[proc]/sys/net/ipv4/ip_forward&lt;br /&gt;
# Routing-Checks&lt;br /&gt;
for f in /[proc]/sys/net/ipv4/conf/*/rp_filter; do echo 1 &gt; $f ; done&lt;br /&gt;
# Maskierung aktivieren&lt;br /&gt;
/sbin/iptables -t nat -A POSTROUTING -o *ppp0* -j MASQUERADE
&lt;/p&gt;
&lt;p&gt;Dabei muss das *ppp0* durch die Schnittstelle ersetzt werden, die den Weg nach draußen darstellt. &lt;a href=&quot;http://linuxwiki.de/IpMasquerading&quot;&gt;Quelle&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.ewus.de/tipp-0015.html#comments</comments>
 <category domain="http://www.ewus.de/category/hint-categories/masquerading">Masquerading</category>
 <category domain="http://www.ewus.de/category/hint-categories/nat">NAT</category>
 <category domain="http://www.ewus.de/category/hint-categories/netzwerk">Netzwerk</category>
 <category domain="http://www.ewus.de/category/hint-categories/router">Router</category>
 <pubDate>Thu, 01 Apr 2010 20:27:45 +0000</pubDate>
 <dc:creator>Erik</dc:creator>
 <guid isPermaLink="false">107 at http://www.ewus.de</guid>
</item>
</channel>
</rss>


