How to port forward on windows
Let's say you have access to a windows machine, maybe through team viewer, or some vpn. From that machine you have access to other resources. This is how you could use your windows machine to forward those remote resources:
netsh interface portproxy show all
netsh interface portproxy add v4tov4 listenport=[local-port] listenaddress=0.0.0.0 connectport=[remote-port] connectaddress=[remote-ip]
netsh interface portproxy reset
Written by Mercer Traieste
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Network
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#