Tags: network

Did you know that you can do port forwarding with built-in tools?

We needed to forward 300 ports and to do that with AUTAPF 1.1 (port forwarding app that we were using since Windows XP days) would take a whoooole lot of clicks.

A little googling and it turns out that Windows 7/8/2008R2 can do that natively! [source]

That’s superb! Here’s an example:

netsh interface portproxy add v4tov4 listenport=12345 listenaddress=192.168.1.1 connectport=443 connectaddress=192.168.1.1

Happy forwarding 😉