Home Port forwarding in Windows
Post
Cancel

Port forwarding in Windows

I’ve been messing around with Jekyll for a bit and was wondering how I could get port forwarding to work under Windows,
so that I could access port 4000 gracefully via port 80.

here we go to start

1
netsh interface portproxy add v4tov4 listenport=4000 listenaddress=172.29.166.87 connectport=80 connectaddress=192.168.1.115

here we go to delete it again

1
netsh interface portproxy delete v4tov4 listenport=4000 listenaddress=172.29.166.87
This post is licensed under CC BY 4.0 by the author.