Last active
July 24, 2020 17:00
-
-
Save ichramm/495cd33789f7b787b5a4c06f00562767 to your computer and use it in GitHub Desktop.
Port Forwarding in Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netsh interface portproxy add v4tov4 listenport=10022 listenaddress=0.0.0.0 connectport=22 connectaddress=192.168.1.1 | |
netsh interface portproxy show all | |
#netsh interface portproxy delete v4tov4 listenaddress=0.0.0.0 listenport=10022 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment