You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, im trying to establish a base code configuration with a bunch of rules.
Basically, i may have to use adresses with IP Netmask and FQDN's types (and URL Categories when i have to deal with some wildcards) in the security policies.
Basically the whole terraform side "seems" ok because i can easily apply the objects, and rule groups configuration to the target device groups on panorama, and the panorama commit is successful.
The problem is when i push de configuration to the devices (which here, are the Cloud NGFW appliances on Azure).
Below is the state description of an example rule which fails :
When i push the whole configuration to the 3 appliances, i get this error :
All of this despite the configuration being apparently ok :
Expected behavior
Well, that should be pushed without any errors 😊
Current behavior
Apply/Panorama Commit ok / Push to device fails
Possible solution
No idea
Steps to reproduce
Create an address with type fqdn (as im typing, the name = fqdn, i will try with an alt name).
Create a rule using the fqdn object
Push to Cloud NGFW Device
Screenshots
Above
Context
This is part of a migration from a managed solution to a hub & spoke architecture on Azure using the palo managed service
The text was updated successfully, but these errors were encountered:
keisari-ch
changed the title
fqdn in destination address field, is wrongly trated as an ip range.
fqdn in destination address field, is wrongly treated as an ip range.
Apr 13, 2024
We can workaround this issue checking the following option in panorama settings :
"Share Unused Address and Service Objects with Devices"
Which is obviously a problem because of the limits difference between the managed devices on this panorama environment (hardware appliances versus cloud ngfw).
Describe the bug
Hi guys, im trying to establish a base code configuration with a bunch of rules.
Basically, i may have to use adresses with IP Netmask and FQDN's types (and URL Categories when i have to deal with some wildcards) in the security policies.
Basically the whole terraform side "seems" ok because i can easily apply the objects, and rule groups configuration to the target device groups on panorama, and the panorama commit is successful.
The problem is when i push de configuration to the devices (which here, are the Cloud NGFW appliances on Azure).
Below is the state description of an example rule which fails :
When i push the whole configuration to the 3 appliances, i get this error :
All of this despite the configuration being apparently ok :
Expected behavior
Well, that should be pushed without any errors 😊
Current behavior
Apply/Panorama Commit ok / Push to device fails
Possible solution
No idea
Steps to reproduce
Create an address with type fqdn (as im typing, the name = fqdn, i will try with an alt name).
Create a rule using the fqdn object
Push to Cloud NGFW Device
Screenshots
Above
Context
This is part of a migration from a managed solution to a hub & spoke architecture on Azure using the palo managed service
The text was updated successfully, but these errors were encountered: