Hi,

Am 23.01.2010 um 20:36 schrieb ac...@dsic.upv.es:

> I just installed the  Machine with Maemo SDK and would like to be connect 
> with my nomal linux istalation. Can someone tell me how can I connect through 
> ssh or telnet to the Virtual Machine with Maemo SDK.

That depends on how you configured networking for the VM (I'm assuming you're 
using VirtualBox). If you chose NAT, which is the default, then you need to do 
the following on your host OS:

VBoxManage setextradata "Linux Guest" 
"VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/Protocol" TCP
VBoxManage setextradata "Linux Guest" 
"VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/GuestPort" 22
VBoxManage setextradata "Linux Guest" 
"VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/HostPort" 2222

Replace "Linux Guest" with the name of your VM. If the virtual network 
interface is an Intel PRO/1000, replace pcnet with e1000. After you've done 
this, you can connect to the ssh server on your VM through port 2222 on your 
host system. I.e. do "ssh -P 2222 u...@127.0.0.1" on your host OS.

HTH,
Stephan
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to