Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
Add instructions for forwarding ports from the emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 10, 2010
1 parent 86483d1 commit 0de3a6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nodeFor145.markdown
Expand Up @@ -23,4 +23,11 @@ here's what you need to do to get set up:
(If you're on an actual device, there are alternate binaries in the node/bin folder)


To forward port 9000 from the emulator to your local computer do this:

VBoxManage setextradata "SDK 1.4.5.465 (320x400)" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" 9000
VBoxManage setextradata "SDK 1.4.5.465 (320x400)" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" 9000
VBoxManage setextradata "SDK 1.4.5.465 (320x400)" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol" TCP

Once you have typed the above commands, you need to close the Guest Machine
(a reboot won’t be sufficient).

0 comments on commit 0de3a6f

Please sign in to comment.