Open/Close TCP port in the firewall of your devices
Created On
byWanPulse
You are here:
< Back
Open TCP port in the firewall of your devices
A) create a firewall rule to open port 80 for ingoing connection : netsh advfirewall firewall add rule name=”My new rule” dir=in action=allow protocol=TCP localport=80
B) create a firewall rule to open port 80 for outgoing connection : netsh advfirewall firewall add rule name=”My new rule” dir=out action=allow protocol=TCP localport=80
Close TCP port in the firewall of your devices
A) create a firewall rule to close port 80 for ingoing connection : netsh advfirewall firewall add rule name=”My new rule” dir=in action=block protocol=TCP localport=80
B) Create a firewall rule to close port 80 for outgoing connection : netsh advfirewall firewall add rule name=”My new rule” dir=out action=block protocol=TCP localport=80
Note : To delete a rule, use the following command : netsh advfirewall firewall delete rule name=”My new rule”
We are delighted to announce the release of the new proVconnect version 2.28. This update includes a number of new features that are described below Remote File Explorer This new feature will help all IT Read more…
We are excited to announce the release of proVconnect 2.25. This update includes our brand new fully automated windows patch management feature. Patch Management Windows patch management is a coordinated software update service that applies Read more…
We are excited to announce the release of proVconnect 2.24. This update includes the following features and enhancements: · Central windows firewall management · Continued interface redesign · Communication optimization · Instant remote control Read more…