How to stop IP(224.0.0.22) sending from Win2012 server

HW Xian 121 Reputation points
2020-07-29T04:32:54.82+00:00

Win2012 server keep sending data to 224.0.0.22,and it seems that this IP related to the IGMPv3 protocol.Anyone knows how to stop this IP sending?thank you.

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2020-07-30T06:37:48.943+00:00

    Hello,

    请您测试一下如下的命令来禁用IGMP:

    netsh interface ipv4 set global mldlevel= none

    运行成功之后,注册表以下位置会添加一个键值IGMPLevel,DWORD值为0:

    HKLM\System\CurrentControlSet\Services\TCPIP\Parameters\IGMPLevel

    14475-111.png

    键值0就表示不支持多播。

    14310-image.png

    如果回复对您有所帮助的话,请标记为答案。

    此致

    Candy

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2020-07-29T07:18:10.977+00:00

    Hi ,

    Welcome to our new Q&A platform.

    Would you please tell me why you need to stop this IP sending?

    224.0.0.22 is the multicast address for Internet Group Management Protocol. This is normal traffic and it stays on your local network.

    For more details about IGMP, you could refer to the following link:

    https://en.wikipedia.org/wiki/Internet_Group_Management_Protocol

    ---Please Accept as answer if the reply is helpful---

    Best Regards,

    Candy


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.