View Single Post
Old 08-18-2009, 04:02 AM   #7
lampadena
Junior Member
lampadena began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jan 2009
Device: BeBook
Smile success - thanks dottedmag

Hi again,

this time success. Many thanks for your help. I look forward to messing around inside the BeBook.



transcript follows:



### unplug - then replug

ralph@en:~/BeBook$ sudo ifconfig usb0 192.168.111.2 netmask 255.255.255.0 up
[sudo] password for ralph:

ralph@en:~/BeBook$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:02:a5:65:f7:89
...
lo Link encap:Local Loopback
...
ppp0 Link encap:Point-to-Point Protocol
...

usb0 Link encap:Ethernet HWaddr 46:21:4f:bc:54:59
inet addr:192.168.111.2 Bcast:192.168.111.255 Mask:255.255.255.0
inet6 addr: fe80::4421:4fff:febc:5459/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:3744 (3.7 KB)


### looks hopeful



ralph@en:~/BeBook$ sudo ssh root@192.168.111.1
The authenticity of host '192.168.111.1 (192.168.111.1)' can't be established.
RSA key fingerprint is 61:6b:2e:82:77:a7:d2:c0:d6:db:e8:fe:f9:17:cc:43.
Are you sure you want to continue connecting (yes/no)? yes

Warning: Permanently added '192.168.111.1' (RSA) to the list of known hosts.
root@192.168.111.1's password:

Linux ip 2.6.28-v3ext #2 Wed Mar 18 11:00:05 UTC 2009 armv4tl unknown

IPlinux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
#
# ls
# pwd
/root

# echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

# env
USER=root
HOME=/root
LOGNAME=root
TERM=dumb
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SHELL=/bin/sh
PWD=/root

# exit

Connection to 192.168.111.1 closed.
lampadena is offline