Skip to content

Instantly share code, notes, and snippets.

@kfriend
Created September 13, 2017 20:17
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 kfriend/6ac6b0d54bdfc5c7544304945ce004a0 to your computer and use it in GitHub Desktop.
Save kfriend/6ac6b0d54bdfc5c7544304945ce004a0 to your computer and use it in GitHub Desktop.
Windows: Proxy Windows VM HTTP traffic to host machine
netsh interface portproxy add v4tov4 listenport=80 connectport=80 connectaddress=[HOST MACHINE IP]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment