<?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>article How to Create an IP Change Event Notification URL Using Prisma Access in Prisma Access Articles</title>
    <link>https://live.paloaltonetworks.com/t5/prisma-access-articles/how-to-create-an-ip-change-event-notification-url-using-prisma/ta-p/423891</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IP-change-URL-Prisma-Access_LIVEcommunity.jpg" style="width: 960px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/35618i7FE0D2E731B6AC2E/image-size/large?v=v2&amp;amp;px=999" role="button" title="IP-change-URL-Prisma-Access_LIVEcommunity.jpg" alt="IP-change-URL-Prisma-Access_LIVEcommunity.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Let’s walk through how to set up a web server for the “IP Change Event Notification URL option” in Prisma Access.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;1. Install Linux Ubuntu in Azure or in anywhere (but should be public access).&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;2. Install the simple python command as below to make the&amp;nbsp;HTTP&amp;nbsp;web server.&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;paloalto@URL-Server:~$ sudo curl -L https://raw.githubusercontent.com/nickjj/webserver/v0.2.0/webserver -o /usr/local/bin/webserver &amp;amp;&amp;amp; sudo chmod +x /usr/local/bin/webserver&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9.PNG" style="width: 999px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/35397i3724853793208378/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="9.PNG" alt="9.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;3. Turn on the HTTP web server use this command (you can change the port number).&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;paloalto@URL-Server:~$ webserver 0.0.0.0:5000&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10.PNG" style="width: 621px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/35398iDBE817344CD25A1A/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="10.PNG" alt="10.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;4. Now, in Prisma Access, you need to add the IP/URL of the server to the&amp;nbsp;IP Change Event Notification URL option:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12.PNG" style="width: 999px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/35400i04151E15D329D7EF/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="12.PNG" alt="12.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;5. Now any IP change, even in Prisma Access, the HTTP server will get a notification like what we see below:&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="13.PNG" style="width: 815px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/35401i6CDADEC4E1DFF61B/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="13.PNG" alt="13.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;All&amp;nbsp;notification will be in Json and under three categories:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Add/Delete/Updates&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="DKhAlObaidi_0-1627912874936.png" style="width: 999px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/35402iFEFE0B26E8AC15F0/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="DKhAlObaidi_0-1627912874936.png" alt="DKhAlObaidi_0-1627912874936.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;EM&gt;&lt;STRONG&gt;Check out this video on &lt;A href="https://live.paloaltonetworks.com/t5/video/gallerypage/video-id/6266229416001" target="_self"&gt;IP Change Event Server Steps&lt;/A&gt;.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;Resources:&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;A href="https://github.com/nickjj/webserver" target="_self"&gt;Web Server github&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;A href="https://docs.paloaltonetworks.com/prisma/prisma-access/prisma-access-panorama-admin/prisma-access-overview/retrieve-ip-addresses-for-prisma-accesshttps://docs.paloaltonetworks.com/prisma/prisma-access/prisma-access-panorama-admin/prisma-access-overview/retrieve-ip-addresses-for-prisma-access" target="_blank" rel="noopener"&gt;Retrieve the IP Addresses for Prisma Access&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Special thanks to &lt;STRONG&gt;Karam Hanna&lt;/STRONG&gt; for his amazing help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reading!&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 11 Aug 2021 15:35:51 GMT</pubDate>
    <dc:creator>DKh Al Obaidi</dc:creator>
    <dc:date>2021-08-11T15:35:51Z</dc:date>
    <item>
      <title>How to Create an IP Change Event Notification URL Using Prisma Access</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-access-articles/how-to-create-an-ip-change-event-notification-url-using-prisma/ta-p/423891</link>
      <description>&lt;P&gt;Let’s walk through how to set up a web server for the “IP Change Event Notification URL option” in Prisma Access.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IP-change-URL-Prisma-Access_LIVEcommunity.jpg" style="width: 960px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/35618i7FE0D2E731B6AC2E/image-size/large?v=v2&amp;amp;px=999" role="button" title="IP-change-URL-Prisma-Access_LIVEcommunity.jpg" alt="IP-change-URL-Prisma-Access_LIVEcommunity.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 15:35:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-access-articles/how-to-create-an-ip-change-event-notification-url-using-prisma/ta-p/423891</guid>
      <dc:creator>DKh Al Obaidi</dc:creator>
      <dc:date>2021-08-11T15:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create an IP Change Event Notification URL Using Prisma Access</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-access-articles/how-to-create-an-ip-change-event-notification-url-using-prisma/tac-p/575491#M28</link>
      <description>&lt;P&gt;Who send the notification to webserver Panorama or Cloud?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 11:01:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-access-articles/how-to-create-an-ip-change-event-notification-url-using-prisma/tac-p/575491#M28</guid>
      <dc:creator>Sai_Tumuluri</dc:creator>
      <dc:date>2024-02-02T11:01:24Z</dc:date>
    </item>
  </channel>
</rss>

