Hi,
I've tried the SSH connection and seems ok, could you simply confirm?
Starting from zero I've did these step.
1. Open a Terminal (root) in Fedora 16
2. Launch minicom with the right setup (ttyUSB0, 115200 8N1 No Hw ans Sw Flow control)
3. Connect the eth0 to my wired network
4. Power up the Dreamplug
5. After booting I've set up the Dreamplug login
6. now I've switched from AP to client mode by issuing this command
dreamplug-debian:~# /usr/bin/wlan.sh
By using the ifconfig command I've read the IP address assigned to the Dreamplug into the my network, this was equal to 192.168.2.101
dreamplug-debian:~# ifconfig
eth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:192.168.2.101 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: xxxx::xxxx:xxxx:xxxx:xxxx/xx Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:376 errors:0 dropped:0 overruns:0 frame:0
TX packets:80 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:44400 (43.3 KiB) TX bytes:9742 (9.5 KiB)
Interrupt:11
7. Now I've set the SSH connection by using this command:
dreamplug-debian:~# ssh
root@192.168.2.101 the Dreamplug reply was:
The authenticity of host '192.168.2.101 (192.168.2.101)' can't be established.
RSA key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.2.101' (RSA) to the list of known hosts.
root@192.168.2.101's password:
Then I've write the password (nosoup4u) and finally I got:
Linux dreamplug-debian 2.6.33.6 #1 PREEMPT Tue Feb 8 03:18:41 EST 2011 armv5tel
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri Aug 26 11:23:35 2011
dreamplug-debian:~#
At this time I can suppose that my connection from Fedora 16 to the Dreamplug will be over the SSH connection and was established over the wired ethernet network on the Dreamplug port eth0 I'm right or I've did some mistake or I've not understanding some concept?
I've did a mistake or I've to setup another shell into the Fedora 16 and then inside this shell make the ssh command above mentioned? I've also did this last things and I'm able to login from the shell to the Dreamplug then I think that either is a valid way.
Could someone simply gimme a confirm that all above is right?
Thanks in advance
The Grinch