I have configure usb0 on my pc as follows:<br><pre>auto usb0<br>iface usb0 inet static<br>        address <a href="http://192.168.0.200">192.168.0.200</a><br>        netmask <a href="http://255.255.255.0">255.255.255.0</a><br>
        network <a href="http://192.168.0.0">192.168.0.0</a><br>        up iptables -A POSTROUTING -t nat -j MASQUERADE -s <a href="http://192.168.0.0/24">192.168.0.0/24</a> &amp;<br>        up echo 1 &gt; /proc/sys/net/ipv4/ip_forward &amp;<br>
        up iptables -P FORWARD ACCEPT &amp;<br>        down iptables -D POSTROUTING -t nat -j MASQUERADE -s <a href="http://192.168.0.0/24">192.168.0.0/24</a> &amp;<br></pre>And at the same time I configured Neo interfaces as follow:<br>
<font size="1">iface usb0 inet static<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; address <a href="http://192.168.0.202">192.168.0.202</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; netmask <a href="http://255.255.255.0">255.255.255.0</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; network <a href="http://192.168.0.0">192.168.0.0</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gateway <a href="http://192.168.0.200">192.168.0.200</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; up echo nameserver <a href="http://192.168.0.200">192.168.0.200</a> &gt;/etc/resolv.conf</font><br><br>Then what should I continue?<br>Many thanks~<br clear="all">
<br>