Skip to content

Instantly share code, notes, and snippets.

@mnutt
Created August 15, 2012 18:41
Show Gist options
  • Save mnutt/3362233 to your computer and use it in GitHub Desktop.
Save mnutt/3362233 to your computer and use it in GitHub Desktop.
Setting up rails' localhost:3000 inside a windows 7 virtualbox instance
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