Windows – Port forwarding
Just wanted to note here that there is a tool for windows to ‘port forward’ Its a command MS ships that enables IPv6 to work on IPv4, but can be used as a port redirector…. so as long as you have IPv6 support on your box, you can do this.
syntax as follows;
netsh interface portproxy add v4tov4 listenport=443 connectaddress=targetmachine connectport=3389
so the machine above listens on 443 and redirects traffic to 3389 on targetmachine.
Be warned though, NETSH is insanely powerful. And if you make a mistake good luck at cleaning up the mess…. Feeling confident now?
Related posts:
- Diskpart – resizing virtual machine system volumes (windows) Diskpart works quite well extending disk sizes – …unless its...
- windows 2000 – ITMU / Windows Update Issues Get this when doing a windows update – Error number:...
- sntp – fixing time issues within a windows domian I’ve had some problems with dcdiag failing on the advertising...
Related posts brought to you by Yet Another Related Posts Plugin.
Categories: Networking, Windows