It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda RMM
formerly Managed Workplace

How to Disable Ping Sweeps

  • Last updated on

For our network discovery scan, we use a ping sweep to scan the network. We will scan multiple IP Addresses at once to see what devices are in the scan range. In some environments, this will be seen as a threat by network security or it could cause problems with network hardware.

To disable Ping Sweep you will need to edit C:\Program Files (x86)\Level Platforms\Onsite Manager\Bin\MWExpertSystem.exe.config using a text editor. Please make a backup of this file prior to proceeding.

  1. Do the following:
    • Search for <ThreadPoolConfiguration>
      clipboard_edfb91a271ed4efdcf4fb35efd2617c41.png
    • Add the following below it:

      <ThreadPoolSettings Name="icmp legacy scanner">
      <ConfigurationValues>
      <add name="MaxThreadCount" value="10" />
      <add name="StartThreadCount" value="10" />
      </ConfigurationValues>
      </ThreadPoolSettings>
    • 2.png
  2. Then do the following:
    • Search for <appSettings>

      3.png
    • Add the following below it:
      <add key="UseFastIcmpSweep" value="false" />
      4.png
  3. Save the file and close it.
  4. Restart the MWExpertSystem service