- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Content translations are temporarily unavailable due to site maintenance. We apologize for any inconvenience. Visit our blog to learn more.
01-10-2019 10:57 AM
I wanted to reach out tot he community and see how people are handling FQDN cache limit issues.
Example:
* Internal DNS caches up to 8 IPs for each FQDN
* PAN device will cache up to 10 (source: https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClHJCA0)
If you have a security policy that allows traffic to blah.domain.com and that FQDN is in AWS and could be 20/30/100 IPs your traffic will not always hit the policy allowing the traffic you want to allow since the IP address the application happens to hit will not always be in the FQDN cache.
possible solution #1: have the vendor add more FQDNs (good luck)
possible solution #2: manually add a ton of IPs to the security policy (horrible idea)
possible solution #3: leave it alone and accept that the application will try again and eventually hit an IP that is cached
possible solution #4: Ask the vendor to use a load balancer (good luck)
possible solution #5: ?
Anyone else run into this? I know there has to be a limit somewhere but I can see this being more and more of an issue as things are moved into the cloud.
01-10-2019 12:44 PM
Solution 6.1# Script it and use dynamic address groups. This way you don't need to commit changes as they will be active immediately: https://docs.paloaltonetworks.com/pan-os/8-1/pan-os-panorama-api/pan-os-xml-api-request-types/apply-...
01-10-2019 12:30 PM
Solution #6: Script it.
Through the API you could use a script to gather the 100 IPs a domain could be tied to, and then you could create address objects for each address and create an address-group that consists of the recorded IPs. Whenever that script runs you simply take the last recorded results and remove them, rebuild the list via the current pulled results, and then schedule a commit so that you keep the address-group clean of unused addresses.
01-10-2019 12:44 PM
Solution 6.1# Script it and use dynamic address groups. This way you don't need to commit changes as they will be active immediately: https://docs.paloaltonetworks.com/pan-os/8-1/pan-os-panorama-api/pan-os-xml-api-request-types/apply-...
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!