Hi all<br><br>Personaly I lauch this script after pluging the FR:<br><br>#! /bin/sh<br>sudo iptables -A POSTROUTING -t nat -j MASQUERADE -s <a href="http://192.168.0.0/24">192.168.0.0/24</a><br>sudo sysctl -w net.ipv4.ip_forward=1<br>
sudo ip addr add <a href="http://192.168.0.200/24">192.168.0.200/24</a> dev usb0<br>sudo ifconfig usb0 up<br>ssh <a href="mailto:root@192.168.0.202">root@192.168.0.202</a><br>echo nameserver <a href="http://208.67.222.222">208.67.222.222</a> &gt; /etc/resolv.conf<br>
<br><br>I collect the different lines on the wiki, and it works well for me. Could you give it a try ?<br><br>kimaidou<br>