in windows 10 IoT i want to accept TCP packets on a port (eg:- 49856) from a remote machine.
Asked
Active
Viewed 530 times
0
-
This question is correct only,I dont know why people r putting negative. – Sajith Jun 22 '18 at 12:57
1 Answers
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