Nick, > Any other ideas? It's really strange since this worked with the Neo > 1973. >
Not sure if this helps you, but this is what I stuck in my firewall script for the Neo: # Freerunner's USB: $iptables -A FORWARD -i usb0 -j ACCEPT $iptables -A INPUT -i usb0 -j ACCEPT $iptables -A OUTPUT -o usb0 -j ACCEPT # For Freerunner IP iptables -I INPUT 1 -s 192.168.0.202 -j ACCEPT iptables -I OUTPUT 1 -s 192.168.0.200 -j ACCEPT iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24 Paul -- Times are bad. Children no longer obey their parents, and everyone is writing a book. -Marcus Tullius Cicero http://www.nlpagan.net Running on Mandriva Linux 2008 and Ubuntu 8.04 _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

