Created
April 4, 2013 17:19
-
-
Save strika/5312248 to your computer and use it in GitHub Desktop.
VirtualBox port forwarding
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VBoxManage modifyvm "mybox" --natpf1 "rails,tcp,,3000,,3000" | |
VBoxManage modifyvm "mybox" --natpf1 "guestssh,tcp,,2222,,22" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment