Open/Close ports on Windows Firewall

Introduction:

Windows Firewall is an application of Microsoft windows that filters incoming/outgoing information of your system from the Internet and blocking potentially harmful programs.Users need to add a program to the list of allowed programs to allow it to communicate through the firewall. When using a public network, Windows Firewall can also secure the system by blocking all unsolicited attempts to connect to your computer.

In this article,We will explain you how to open a port in the Windows firewall for TCP access

Steps to open a port

Step 1 : On Start menu, click Run, type WF.msc, and then press Enter.

../../_images/win1.png

Step 2 : In Windows Firewall with Advanced Security Panel, in the left Pane, right-click Inbound Rules, and then click New Rule in the action panel.

../../_images/win3.png

Step 3 : You will get a Rule Type dialog box, select Port, and then click Next.

../../_images/win4.png

Step 4 : On Protocol and Ports dialog box, select TCP. Select Specific local ports, and then type the port number. Click Next. (Note: On below image 3306 is shown just for an example,You need to specify the port which you are opening)

../../_images/win5.png

Step 5 : In the Action dialog box, select Allow the connection, and then click Next.

../../_images/win6.png

Step 6 : In the Name dialog box, type a name and description for this rule, and then click Finish.

../../_images/win7.png

Create an Outbound Port Rule

To begin with, you should start the firewall extended interface. To do it, go to Control Panel, switch to large icons mode, and click on Windows Defender Firewall.

../../_images/outbound-1.webp

The firewall extended interface (which you can access by clicking on Advanced settings link on the left) has a lot of settings. Make all changes very attentively, and do exactly what this tutorial tells you. If you set certain things wrong, it will result in lots of problems in the work of your computer.

../../_images/outbound-2.webp

In the left navigation pane, select Outbound Rules. The system will show all rules created before – and don’t be surprised to see dozens of entries created by Windows.

../../_images/outbound-3.webp

In the right pane, click New Rule….

../../_images/outbound-21.png

By default, you are suggested to create a rule for a port, so confirm your choice by clicking Next.

../../_images/outbound-22.png

The next step is to add the custom port and specify TCP/UDP which has to be blocked, then click Next.

Confirm the choice of file by clicking Next.

../../_images/outbound-6.webp

At the next stage, confirm the choice Block the connection by clicking Next.

../../_images/outbound-7.webp

Your next step is to choose when the rule should apply (by default, all elements are checked). They determine if the rule applies depending whether the computer is connected to a network which you define as public or private.

Let’s suppose you use a laptop at home (in a network you define as private), at work (in a domain network) and at a cafe (in a network you define as public). If you want the rule to apply at the cafe, at work and at home, select all the three options. If you want it to apply only in one of the three cases, select the corresponding option.

If you have doubts, just leave all blocking options enabled by default. Confirm the choice by clicking Next.

../../_images/outbound-23.png

The last step is to give this rule a name. Think about a name that makes sense so that you will be able to find it easily later. At this point, you can also describe this rule so you will be able to remember why you created it - after some time. Windows creates a lot of firewall rules automatically, and all of them have quite fancy names.

To make your rule stand out, name it Block suspiciousports. Close the wizard by clicking Finish.

Now there is a new item on the outbound rules list. You can double-click on it to edit it. For example, you can specify the users for whom this rule will apply or not, or decide that only a certain protocol should be blocked - TCP, or other.