PID4 (system32/ntoskrnl.exe) blocking the port 80

SPD 191 Reputation points
2021-01-14T01:15:36.293+00:00

Hi all,

Recently, we have deployed fresh windows 2016 std Virtual server However, notice that PID4 (system32/ntoskrnl.exe) blocking the port 80. No software is installed on the server. Tried to stop all the possible services like WMI/update/print but still no luck.

Can anyone help how to get the rid of this.

Thanks,

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,391 questions
0 comments No comments
{count} votes

7 additional answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2021-01-14T01:23:30.933+00:00

    How did you come to this conclusion? In bound or outbound? Also try from a clean boot.
    https://support.microsoft.com/en-us/help/929135/how-to-perform-a-clean-boot-in-windows

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  2. SPD 191 Reputation points
    2021-01-14T01:36:45.187+00:00

    Already tried. Pl see below evidence

    C:\Users\test>netstat -na | find "80"
    TCP 0.0.0.0:80 0.0.0.0:0 LISTENING

    56296-test.jpg

    0 comments No comments

  3. Dave Patrick 426.1K Reputation points MVP
    2021-01-14T01:42:20.123+00:00

    the IP address is 0.0.0.0, state = LISTENING: means that port 80 is listening to all interfaces (not used)

    https://sites.google.com/site/xiangyangsite/home/technical-tips/linux-unix/networks-related-commands-on-linux/how-to-read-netstat--an-results

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  4. SPD 191 Reputation points
    2021-01-14T01:53:03.717+00:00

    Thanks, but it has only one interface and we can also telnet on port 80 from outside. Apart from this, we are trying to install one custom app which uses same port 80 and hence throwing an error that it can not install as port 80 is already in use.

    0 comments No comments