0

I am now using palo alto NAT policy, when I want to look up a specific NAT policy, for example the translated destination ip is 8.8.8.8.

How can I filter the NAT policy to find it ?

I know the security policy filter works on original source address and original destination address, but what about translated address ? enter image description here

1
  • 1
    source contains 'x.x.x.x' <-- this is only useful to filter the original packet source, not the translated packet source Commented Jun 19, 2025 at 4:21

2 Answers 2

3

The search term you’re looking for is translated-destination-address. For example,

(translated-destination-address eq 8.8.8.8)

1

Translated Packet

source-translation eq ‘any|ip|object’

destination-translation eq ‘any|ip|object’

Operands include 'eq', 'neq', 'contains'

Just found this, this can be used

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.