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 Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
657 questions
0 comments No comments
{count} votes

Accepted answer
  1. Candy Luo 12,661 Reputation points Microsoft Vendor
    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. Candy Luo 12,661 Reputation points Microsoft Vendor
    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