On Mon, 06 Oct 2008 20:53:16 +0200, Paul <[EMAIL PROTECTED]> wrote: > 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
If he's receiving "no route to host" then the firewall rules aren't germane - that message is coming from the kernel routing support, netfilter isn't involved yet at that point. j _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

