I can't open ports 8000, 9000, 9001, 9002, 9003 on window10 pro

Anonymous
2024-11-12T15:58:18+00:00

I have opened ports 8000, 9000, 9001, 9002, and 9003 in inbound Windows Defender Firewall by steps but not work:

  1. Right-click the Start button.
  2. Click Search.
  3. Type Windows Firewall.
  4. Click Windows Firewall.
  5. Click Advanced settings.
  6. Click Inbound Rules in the left frame of the window.
  7. Click New Rule… in the right frame of the window.
  8. Click either TCP or UDP.
  9. Click Specific local ports.
  10. Type a port number. (In this case, we will open port 1707.)
  11. Click Next.
  12. Click Allow the connection.
  13. Click Next.
  14. Chose all network types you'd like to allow the connection over.
  15. Click Next.
  16. Type a name for the rule.
  17. Click Finish.

check method:

  1. telnet ip:port
  2. check port at: https://www.yougetsignal.com/tools/open-ports/

OS information:

Windows 10 Pro 

Version 22H2

Installed on ‎30/‎10/‎2020

OS build 19045.5011

Experience Windows Feature Experience Pack 1000.19060.1000.0

***moved from Windows / Windows 10 / Internet and connectivity***

Windows for business | Windows Client for IT Pros | Networking | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} vote
Accepted answer
  1. Anonymous
    2024-11-13T15:06:59+00:00

    Hello,

    You can try to open PowerShell as an administrator and run the following command to open the specified port.

    netsh advfirewall firewall add rule name="Open Port 1707" dir=in action=allow protocol=TCP localport=1707

    You can run the following command in the command prompt to see if the port is open.

    netstat -na

    Best Regards

    Zunhui

    0 comments No comments

0 additional answers

Sort by: Most helpful