<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to sharePage</title><link>https://sourceforge.net/p/linuxhtcathena/wiki/sharePage/</link><description>Recent changes to sharePage</description><atom:link href="https://sourceforge.net/p/linuxhtcathena/wiki/sharePage/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 25 Nov 2015 20:42:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/linuxhtcathena/wiki/sharePage/feed" rel="self" type="application/rss+xml"/><item><title>sharePage modified by Olivier</title><link>https://sourceforge.net/p/linuxhtcathena/wiki/sharePage/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;sudo echo "Remove any previous NAT setup"&lt;br/&gt;
    sudo iptables --flush&lt;br/&gt;
    sudo iptables --table nat --flush&lt;br/&gt;
    sudo iptables --delete-chain&lt;br/&gt;
    sudo iptables --table nat --delete-chain&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;sudo echo "Setup NAT to forward packets from usb0 &amp;lt;---&amp;gt; eth0"
sudo iptables --table nat --append POSTROUTING --out-interface eth0 -j MASQUERADE
sudo iptables --append FORWARD --in-interface usb0 -j ACCEPT

sudo echo "Enable packet forwarding in the kernel"
sudo su
echo 1 &amp;gt;&amp;gt; /proc/sys/net/ipv4/ip_forward
exit
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olivier</dc:creator><pubDate>Wed, 25 Nov 2015 20:42:28 -0000</pubDate><guid>https://sourceforge.net2f2421b8801547b212721b4f7787e2573ab2e6b4</guid></item></channel></rss>