- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-07-2017 04:53 AM
If I understand the question correctly, you see that the inbound flow has the destination nat change but you don't understand why the private address of the server reply packet is also converted back to the original public address.
The reason for this behavior is that stateful firewalls in general, like the PA maintain a session table that knows about both directions of the flow based on the unique total combination both ip addresses and both source and destination ports and protocol.
So when that reply packet from the web server comes back to the firewall it matches the session and the firewall knows it must reverse the NAT it originally performed on the same flow.
This is not unique to Palo Alto but standard firewall NAT behavior.