tcp port forwarding – simple method
can be used to i.e. connect to service running in hyper-v with local connectivity only
netsh interface portproxy add v4tov4 listenport=1443 listenaddress=192.168.0.100 connectaddress=192.168.1.200 connectport=443
to show all current available settings
netsh int portproxy show all
Dieser Eintrag ist vom Autor unter
CC BY 4.0
lizensiert.