Skip to content

Instantly share code, notes, and snippets.

@kevincolten
Created August 17, 2018 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevincolten/8f17bdca4bcf42946f13967cb91e38c0 to your computer and use it in GitHub Desktop.
Save kevincolten/8f17bdca4bcf42946f13967cb91e38c0 to your computer and use it in GitHub Desktop.
Localhost in Windows VirtualBox
In your wWindows VM admin powershell:
netsh interface portproxy add v4tov4 listenport=3000 connectport=3000 connectaddress=10.0.2.2 protocol=tcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment