Hi all

Personaly I lauch this script after pluging the FR:

#! /bin/sh
sudo iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24
sudo sysctl -w net.ipv4.ip_forward=1
sudo ip addr add 192.168.0.200/24 dev usb0
sudo ifconfig usb0 up
ssh [EMAIL PROTECTED]
echo nameserver 208.67.222.222 > /etc/resolv.conf


I collect the different lines on the wiki, and it works well for me. Could
you give it a try ?

kimaidou
_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to