On Thu, Aug 7, 2008 at 2:54 PM, Timo Juhani Lindfors
<[EMAIL PROTECTED]>wrote:

> "michael cole" <[EMAIL PROTECTED]> writes:
> > This is not a Freerunner issue -- I am able to ssh into FR using UBS
> > networking but I simply cannot get the Freerunner to ping anything
> > other than the desktop it is connected to. The issue almost certainly
> > has something to do with the iptables/nat  setup on the desktop
> > computer.
>
> Can you run
>
> http://iki.fi/lindi/print-net-settings
>
> on your desktop system and report the output? It should print all
> relevant network information.
>
> Also,
>
> desktop$ sudo tcpdump -i usb0 -n icmp
> desktop$ sudo tcpdump -i eth0 -n icmp
>
> while running
>
> freerunner$ ping 192.168.1.1
>
> could be useful. What does tcpdump print in that case?
>
> _______________________________________________
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
>


This is my script to login and configure . Hope it works for you.
#!/bin/bash
clear
/etc/rc.d/iptables start
iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24
sysctl -w net.ipv4.ip_forward=1
ifconfig usb0 192.168.0.200
iptables -t filter -F FORWARD
scp /etc/resolv.conf [EMAIL PROTECTED]:/etc
ssh [EMAIL PROTECTED]



-- 
Phillip Tribble
Rushers Blog
http://rusher.webhop.org
"If you don't take one step forward, you will always be one step behind"
_______________________________________________
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support

Reply via email to