How to Create an IP Change Event Notification URL Using Prisma Access

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.
L1 Bithead
100% helpful (1/1)

IP-change-URL-Prisma-Access_LIVEcommunity.jpg

 

 

Let’s walk through how to set up a web server for the “IP Change Event Notification URL option” in Prisma Access. 

 

1. Install Linux Ubuntu in Azure or in anywhere (but should be public access).

 

2. Install the simple python command as below to make the HTTP web server. 

 

paloalto@URL-Server:~$ sudo curl -L https://raw.githubusercontent.com/nickjj/webserver/v0.2.0/webserver -o /usr/local/bin/webserver && sudo chmod +x /usr/local/bin/webserver

 

9.PNG

 

3. Turn on the HTTP web server use this command (you can change the port number).

 

paloalto@URL-Server:~$ webserver 0.0.0.0:5000

 

     10.PNG

 

4. Now, in Prisma Access, you need to add the IP/URL of the server to the IP Change Event Notification URL option:

     

12.PNG

     

5. Now any IP change, even in Prisma Access, the HTTP server will get a notification like what we see below: 

    

13.PNG

 

All notification will be in Json and under three categories:

 

Add/Delete/Updates

 

DKhAlObaidi_0-1627912874936.png

 

 

 

Check out this video on IP Change Event Server Steps.

 

Resources: 

Web Server github

Retrieve the IP Addresses for Prisma Access

 

Special thanks to Karam Hanna for his amazing help. 

 

Thank you for reading!

Rate this article:
(1)
Comments
L4 Transporter

Who send the notification to webserver Panorama or Cloud?

  • 4660 Views
  • 1 comments
  • 4 Likes
Register or Sign-in
Article Dashboard
Version history
Last Updated:
‎08-11-2021 08:35 AM
Updated by: