<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: New private location not available to create ICMP NAM Monitors in Synthetic Monitoring</title>
    <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/262955#M2766</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/1433"&gt;@HannahM&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We solved the issue !&lt;/P&gt;&lt;P&gt;We suspect that during the service startup, the ActiveGate checks if the ping to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;127.0.0.1&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is functional, and if not, after 5 attempts, it assumes that pinging is not possible on this machine related logs below :&lt;/P&gt;&lt;DIV&gt;&lt;EM&gt;Ligne 8: 2024-10-16T18:02:01,599Z INFO [monitoring-modules-4] MultiProtocolRequestExecutorsFactory: Known executors:[icmp, tcp, dns], enabled executors: [icmp, dns, tcp]&amp;nbsp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Ligne 27: 2024-10-16T18:02:04,101Z INFO [v=51] [MP-ModuleDiagnosticsService-1] DiagnosticCaseWithRetry: Starting diagnostic, attempt 1 of 5 (icmp)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Ligne 43: 2024-10-16T18:02:06,762Z INFO [v=52] [MP-ModuleDiagnosticsService-1] DiagnosticCaseWithRetry: Starting diagnostic, attempt 2 of 5 (icmp)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Ligne 59: 2024-10-16T18:02:08,750Z INFO [v=53] [MP-ModuleDiagnosticsService-1] DiagnosticCaseWithRetry: Starting diagnostic, attempt 3 of 5 (icmp)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Ligne 71: 2024-10-16T18:02:10,760Z INFO [v=54] [MP-ModuleDiagnosticsService-1] DiagnosticCaseWithRetry: Starting diagnostic, attempt 4 of 5 (icmp)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Ligne 87: 2024-10-16T18:02:12,754Z INFO [v=55] [MP-ModuleDiagnosticsService-1] DiagnosticCaseWithRetry: Starting diagnostic, attempt 5 of 5 (icmp)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Ligne 102: 2024-10-16T18:02:14,771Z ERROR [v=55] [MP-ModuleDiagnosticsService-1]&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&lt;SPAN&gt;Ligne 101: 2024-10-16T18:02:14,771Z ERROR [v=55] [MP-ModuleDiagnosticsService-1] DiagnosticCaseWithRetry: Received invalid report of diagnostic test TestCompletionResult{visit=MultiProtocolVisit[visitId: 55, testDefinitionId: 1, externalTestDefinitionId: 1, tenant: VucDiagnosticsTestTenant, bf: BeaconForwarder{endpoint='&lt;A href="http://127.0.0.1:7878/multiprotocol/diagnostic" target="_blank" rel="noopener"&gt;http://127.0.0.1:7878/multiprotocol/diagnostic&lt;/A&gt;', tenant='VucDiagnosticsTestTenant', isSaaS=true}], executionResult=com.ruxit.vuc.monitoring.multiprotocol.results.MultiProtocolExecutionResult@27dd3394, beaconStats=BeaconStats{successNumber=5, failNumber=0, nonResponseNumber=0, endVisitSent=true}, testCompleted=null, testReceived=null, testStarted=null, createTime=2024-10-16T18:02:14.77&amp;nbsp;&lt;/SPAN&gt;DiagnosticCaseWithRetry: Attempt 5 of 5 failed, re-running diagnostic case...&lt;/EM&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we tested locally a ping to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;127.0.0.1&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on the AG, the packets were 100% lost.&lt;BR /&gt;However, if we tested a ping to a remote server&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;10.164.0.100, the packets were 100% successful.&lt;/P&gt;&lt;P&gt;SElinux was not enabled, and there was no local firewall&amp;nbsp;but it appears that not all EC2 instances allow pinging&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;127.0.0.1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In fact the following parameter in the /etc/sysctl.conf file prevents responding to ping requests directed at 127.0.0.1&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;net.ipv4.icmp_echo_ignore_all = 1&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;And This means the instance will not respond to any ping requests, including those directed at 127.0.0.1&lt;BR /&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;After editing the configuration ping 127.0.0.1 locally is allowed :&lt;/P&gt;&lt;P&gt;sudo nano /etc/sysctl.conf&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;net.ipv4.icmp_echo_ignore_all = 0&lt;/STRONG&gt;&lt;BR /&gt;sudo sysctl -p&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And after the &lt;STRONG&gt;restarting of vuc.service&lt;/STRONG&gt; the "not supported" message disappears during nam creation at step "Frequency and locations" :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AurelienGravier_1-1732042142172.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24698i76431893C5DC5F2F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AurelienGravier_1-1732042142172.png" alt="AurelienGravier_1-1732042142172.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And ICMP appears as a monitor type :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AurelienGravier_0-1732042027284.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24697i647587F0E5E7118F/image-size/large?v=v2&amp;amp;px=999" role="button" title="AurelienGravier_0-1732042027284.png" alt="AurelienGravier_0-1732042027284.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards Aurélien.&lt;BR /&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Nov 2024 18:51:19 GMT</pubDate>
    <dc:creator>AurelienGravier</dc:creator>
    <dc:date>2024-11-19T18:51:19Z</dc:date>
    <item>
      <title>New private location not available to create ICMP NAM Monitors</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/260201#M2704</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I deployed 2 Linux active gates on a private location throught ansible.&lt;BR /&gt;The 2 AG was added to a new private location but the Network Availability (ICMP) is missing in monitor Types :&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AurelienGravier_0-1729621444076.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/23982iF3C3A4D1105B9C3F/image-size/large?v=v2&amp;amp;px=999" role="button" title="AurelienGravier_0-1729621444076.png" alt="AurelienGravier_0-1729621444076.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And I can't select this new private location to create ICMP NAM monitors :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AurelienGravier_1-1729621647023.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/23983i275434A69ECD5115/image-size/large?v=v2&amp;amp;px=999" role="button" title="AurelienGravier_1-1729621647023.png" alt="AurelienGravier_1-1729621647023.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;"Not supported" exception with the following message : "&lt;SPAN&gt;Currently the location is not configured to execute this type of monitor."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;On AG logs diagnostic results the icmp is clearly not enabled :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"diagnosticResults":{"httpScript":{"operational":true,"cases":{"httpScript":{"available":true}}},"browser":{"operational":true,"cases":{"browser_main":{"available":true},"browser_fallback":{"available":true}}},"http":{"operational":true,"cases":{}},"multi-protocol":{"operational":true,"cases":{"tcp":{"available":true},"dns":{"available":true},&lt;STRONG&gt;"icmp":{"available":false}&lt;/STRONG&gt;}}}}.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;Did you experiment the same behaviour in version Dynatrace-ActiveGate-Linux-x86-1.299.33.sh&amp;nbsp;? Is there a way to enable this settings ?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;Ticket support created without real progress.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;Thank you. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;Regards Aurélien.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 05:55:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/260201#M2704</guid>
      <dc:creator>AurelienGravier</dc:creator>
      <dc:date>2024-10-23T05:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: New private location not available to create ICMP NAM Monitors</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/260223#M2705</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/44995"&gt;@AurelienGravier&lt;/a&gt;&amp;nbsp;, that's bit odd, I am using a similar version of AG to run NAM monitors but don't see any issues . There is some additional config needed to run ICMP tests if you are on k8s , but not for a linux server that I am aware of.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 01:07:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/260223#M2705</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2024-10-23T01:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: New private location not available to create ICMP NAM Monitors</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/260274#M2711</link>
      <description>&lt;P&gt;Can you try executing a ping on the machine itself? If the machine doesn't have this enabled/ allowed then the ActiveGate will not enable it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 08:56:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/260274#M2711</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2024-10-23T08:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: New private location not available to create ICMP NAM Monitors</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/260302#M2715</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/44995"&gt;@AurelienGravier&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you validate the current setup against the below attached items:&lt;/P&gt;&lt;P&gt;(1)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-10-23_16h09_50.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24029i02011C97A7DA15B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-10-23_16h09_50.png" alt="2024-10-23_16h09_50.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(2)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/platform-modules/digital-experience/synthetic-monitoring/network-availability-monitors/create-a-nam-monitor" target="_self"&gt;create-a-nam-monitor&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://synth_mod" target="_self"&gt;synth_mod&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/platform-modules/digital-experience/synthetic-monitoring/network-availability-monitors/create-a-nam-monitor#script-properties" target="_self"&gt;create-a-nam-monitor#script-properties&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/manage/configuration-as-code/monaco/guides/nam-workaround" target="_self"&gt;nam-workaround&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Check The AG custom.properties file on Both AGs.&lt;/P&gt;&lt;P&gt;Hoping it adds value,&lt;/P&gt;&lt;P&gt;BR,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Peter.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 12:19:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/260302#M2715</guid>
      <dc:creator>Peter_Youssef</dc:creator>
      <dc:date>2024-10-23T12:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: New private location not available to create ICMP NAM Monitors</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/260459#M2716</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/1433"&gt;@HannahM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Effectively the ping command seems to be not available on system. I asked to activate it, I keep you updated !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 08:52:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/260459#M2716</guid>
      <dc:creator>AurelienGravier</dc:creator>
      <dc:date>2024-10-24T08:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: New private location not available to create ICMP NAM Monitors</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/260668#M2717</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/1433"&gt;@HannahM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;We deployed "iputils" on AG systems, ping command works locally.&lt;BR /&gt;We restarted the dynatracegateway service unfortunately we can't select the private location to host ICMP Nams :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AurelienGravier_1-1729866131496.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24151iBA99DA45B11DE4AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AurelienGravier_1-1729866131496.png" alt="AurelienGravier_1-1729866131496.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards Aurélien.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 14:22:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/260668#M2717</guid>
      <dc:creator>AurelienGravier</dc:creator>
      <dc:date>2024-10-25T14:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: New private location not available to create ICMP NAM Monitors</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/260676#M2718</link>
      <description>&lt;P&gt;Thanks Aurelien. Can you also restart the vuc service, if you haven't already?&lt;BR /&gt;If it's still not showing, can you check the vuc-status.log and vuc-multi.log for diagnostics messages relating ICMP? If there's nothing obvious please create a support ticket and provide the support archive.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 14:56:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/260676#M2718</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2024-10-25T14:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: New private location not available to create ICMP NAM Monitors</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/262955#M2766</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/1433"&gt;@HannahM&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We solved the issue !&lt;/P&gt;&lt;P&gt;We suspect that during the service startup, the ActiveGate checks if the ping to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;127.0.0.1&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is functional, and if not, after 5 attempts, it assumes that pinging is not possible on this machine related logs below :&lt;/P&gt;&lt;DIV&gt;&lt;EM&gt;Ligne 8: 2024-10-16T18:02:01,599Z INFO [monitoring-modules-4] MultiProtocolRequestExecutorsFactory: Known executors:[icmp, tcp, dns], enabled executors: [icmp, dns, tcp]&amp;nbsp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Ligne 27: 2024-10-16T18:02:04,101Z INFO [v=51] [MP-ModuleDiagnosticsService-1] DiagnosticCaseWithRetry: Starting diagnostic, attempt 1 of 5 (icmp)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Ligne 43: 2024-10-16T18:02:06,762Z INFO [v=52] [MP-ModuleDiagnosticsService-1] DiagnosticCaseWithRetry: Starting diagnostic, attempt 2 of 5 (icmp)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Ligne 59: 2024-10-16T18:02:08,750Z INFO [v=53] [MP-ModuleDiagnosticsService-1] DiagnosticCaseWithRetry: Starting diagnostic, attempt 3 of 5 (icmp)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Ligne 71: 2024-10-16T18:02:10,760Z INFO [v=54] [MP-ModuleDiagnosticsService-1] DiagnosticCaseWithRetry: Starting diagnostic, attempt 4 of 5 (icmp)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Ligne 87: 2024-10-16T18:02:12,754Z INFO [v=55] [MP-ModuleDiagnosticsService-1] DiagnosticCaseWithRetry: Starting diagnostic, attempt 5 of 5 (icmp)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Ligne 102: 2024-10-16T18:02:14,771Z ERROR [v=55] [MP-ModuleDiagnosticsService-1]&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&lt;SPAN&gt;Ligne 101: 2024-10-16T18:02:14,771Z ERROR [v=55] [MP-ModuleDiagnosticsService-1] DiagnosticCaseWithRetry: Received invalid report of diagnostic test TestCompletionResult{visit=MultiProtocolVisit[visitId: 55, testDefinitionId: 1, externalTestDefinitionId: 1, tenant: VucDiagnosticsTestTenant, bf: BeaconForwarder{endpoint='&lt;A href="http://127.0.0.1:7878/multiprotocol/diagnostic" target="_blank" rel="noopener"&gt;http://127.0.0.1:7878/multiprotocol/diagnostic&lt;/A&gt;', tenant='VucDiagnosticsTestTenant', isSaaS=true}], executionResult=com.ruxit.vuc.monitoring.multiprotocol.results.MultiProtocolExecutionResult@27dd3394, beaconStats=BeaconStats{successNumber=5, failNumber=0, nonResponseNumber=0, endVisitSent=true}, testCompleted=null, testReceived=null, testStarted=null, createTime=2024-10-16T18:02:14.77&amp;nbsp;&lt;/SPAN&gt;DiagnosticCaseWithRetry: Attempt 5 of 5 failed, re-running diagnostic case...&lt;/EM&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we tested locally a ping to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;127.0.0.1&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on the AG, the packets were 100% lost.&lt;BR /&gt;However, if we tested a ping to a remote server&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;10.164.0.100, the packets were 100% successful.&lt;/P&gt;&lt;P&gt;SElinux was not enabled, and there was no local firewall&amp;nbsp;but it appears that not all EC2 instances allow pinging&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;127.0.0.1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In fact the following parameter in the /etc/sysctl.conf file prevents responding to ping requests directed at 127.0.0.1&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;net.ipv4.icmp_echo_ignore_all = 1&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;And This means the instance will not respond to any ping requests, including those directed at 127.0.0.1&lt;BR /&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;After editing the configuration ping 127.0.0.1 locally is allowed :&lt;/P&gt;&lt;P&gt;sudo nano /etc/sysctl.conf&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;net.ipv4.icmp_echo_ignore_all = 0&lt;/STRONG&gt;&lt;BR /&gt;sudo sysctl -p&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And after the &lt;STRONG&gt;restarting of vuc.service&lt;/STRONG&gt; the "not supported" message disappears during nam creation at step "Frequency and locations" :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AurelienGravier_1-1732042142172.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24698i76431893C5DC5F2F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AurelienGravier_1-1732042142172.png" alt="AurelienGravier_1-1732042142172.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And ICMP appears as a monitor type :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AurelienGravier_0-1732042027284.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/24697i647587F0E5E7118F/image-size/large?v=v2&amp;amp;px=999" role="button" title="AurelienGravier_0-1732042027284.png" alt="AurelienGravier_0-1732042027284.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards Aurélien.&lt;BR /&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 18:51:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/262955#M2766</guid>
      <dc:creator>AurelienGravier</dc:creator>
      <dc:date>2024-11-19T18:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: New private location not available to create ICMP NAM Monitors</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/263221#M2773</link>
      <description>&lt;P&gt;That's really interesting. Thanks for the update &lt;SPAN&gt;Aurélien.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 13:37:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/New-private-location-not-available-to-create-ICMP-NAM-Monitors/m-p/263221#M2773</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2024-11-21T13:37:34Z</dc:date>
    </item>
  </channel>
</rss>

