Windows redirect outgoing traffic

networkingredirectionwindows

I need to redirect the network traffic in a Windows server which is destined from the 111.111.111.111:100 address to the 222.222.222.222:100
address, for example.

This would be easy with iptables but cannot find any method on how to do this in Windows.

Thanks.

Best Answer

There's in no built-in way in Windows to route traffic by ports (maybe on server with RRAS, but not that I remember).

You can use a local instance of proxy as suggested on StackOverflow.