4

I am using netsh interface portproxy to do some port forwarding on a server. Is there any way at all to see any logs of what was the input sent to the port, whether something was forwarded etc? i.e. does netsh write any logs?

user93353
  • 287
  • 1
  • 6
  • 17

1 Answers1

2

By itself netsh portproxy only forwards packets from source to destination. You should look towards Windows firewall logging or use some network protocol analyzer like Wireshark.

Kewa
  • 154
  • 4