How do I unblock a port on windows to get an http connection?
I have already tried opening the port but when I use a port checker it says the port is still closed.
Open TCP Port 80 (HTTP) in Windows Firewall:
- From the Windows Start menu, open Control Panel.
- Select Windows Firewall.
- Select Advanced settings in the left column of the Windows Firewall window.
- Select Inbound Rules in the left column of the Windows Firewall with Advanced Security window.
- Select New Rule in the right column.
- Select Port in the New Inbound Rule Wizard and then click Next.
Note: Do not create a Program rule – you must create a Port rule.
- Select which protocol this rule will apply to TCP, select Specific local ports, type port number 80, and then click Next.
- Select Allow the connection and then click Next.
- Select when this rule applies (check all of them for the port to always stay open) and then click Next.
- Give this rule a name and then click Finish to add the new rule.
TCP Port 80 is now open and ready to be used.
If You still find it blocked follow these steps:
- Open cmd
- type netstat -a -n -o
- find TCP [the IP address]:[port number] .... #[target_PID]#
CTRL+ALT+DELETE and choose "start task manager"
Click on "Processes" tab
Enable "PID" column by going to: View > Select Columns > Check the box for PID
Find the PID of interest and "END PROCESS"
Your port will be open now.