As root, I drop the following in a terminal: *iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.0.0/24 sysctl -w net.ipv4.ip_forward=1 ip addr add 192.168.0.200/24 dev eth1 ifconfig eth1 up ssh [email protected]*
Works like a charm. Only caveat is make sure you clear the previous SSH signature out of .ssh/known_hosts On Sun, Jun 28, 2009 at 5:57 PM, jeremy jozwik <[email protected]>wrote: > also... > > [r...@localhost sbin]# sudo ip address add 192.168.0.200/24 dev eth1 > Cannot find device "eth1" > > 1-8 exactly... > > > On Sun, Jun 28, 2009 at 8:55 AM, jeremy jozwik<[email protected]> > wrote: > > with the freerunner connected to machine: > > > > [r...@localhost sbin]# ./ifconfig > > eth0 Link encap:Ethernet blah blah blah > > > > lo Link encap:Local Loopback > > blah blah blah > > > > > > > > On Sat, Jun 27, 2009 at 11:57 PM, Robin Paulson<[email protected]> > wrote: > >> On 2009-06-28, Vikas Saurabh <[email protected]> wrote: > >>> On Sun, Jun 28, 2009 at 11:05 AM, jeremy jozwik< > [email protected]> > >>> wrote: > >>>> hello list. im in dire need of assistance. ive just re-flashed my > >>>> phone to shr-unstable 20090624 all went well until i tried to do an > >>>> ssh. turns out my usb0 is not showing up in anyway. > >>>> > >>> Try eth0. Recent kernels(I guess freerunner's driver) have started > >>> registering the device properly and hence it shows up as a network > >>> interface > >> > >> i doubt it will be eth0. more likely eth2 or something later > >> > >> run ifconfig to find out > >> > >> _______________________________________________ > >> Openmoko community mailing list > >> [email protected] > >> http://lists.openmoko.org/mailman/listinfo/community > >> > > > > _______________________________________________ > Openmoko community mailing list > [email protected] > http://lists.openmoko.org/mailman/listinfo/community >
_______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

