Created
August 15, 2012 18:41
-
-
Save mnutt/3362233 to your computer and use it in GitHub Desktop.
Setting up rails' localhost:3000 inside a windows 7 virtualbox instance
This file contains hidden or 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
Set up a new task on startup by following this article: | |
http://www.techrepublic.com/blog/window-on-windows/make-vista-launch-uac-restricted-programs-at-startup-with-task-scheduler/616 | |
For the command, use: | |
netsh interface portproxy add v4tov4 listenport=3000 listenaddress=127.0.0.1 connectport=3000 connectaddress=10.0.2.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment