0

in windows 10 IoT i want to accept TCP packets on a port (eg:- 49856) from a remote machine.

Sajith
  • 163
  • 11

1 Answers1

1

You can have a try the following command:

netsh advfirewall firewall add rule name="Open mongod port 49856" dir=in action=allow protocol=TCP localport=49856
Rita Han
  • 9,574
  • 1
  • 11
  • 24