- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
10-01-2015 04:26 AM - edited 10-02-2015 02:12 AM
Hi,
we have a static NAT from this ip 192.168.200.8 (zone DMZ) to 195.57. (zone VPN). But we realised that the NAT rule which is matching is wrong.
Its matching the NAT rule (ftp.arag.es) but this rule has a filter by "Destination zone" Externa. And the real traffic is VPN<->DMZ
Why PA is applying this rule if not being include the destiantion zone in the filter???
regards
10-01-2015 07:13 AM
Hello,
I'm guessing you need a U-Turn NAT rule so the VPN clients can communicate properly to the external FTP site.
https://live.paloaltonetworks.com/t5/Documentation-Articles/Understanding-PAN-OS-NAT/ta-p/60965
This is a good article and covers all the NAT types.
Hope this helps!
10-01-2015 12:30 PM
when you create a bidirectional policy, a return policy is created in the background. You can see it just using the CLI
> show running nat-policy
The return policy changes the destination zone to any and put it as source. so In your case the return policy is going to be
From zone: any
To zone: DMZ
To: 192.57.58.218
Translate to: 192.168.200.8
Regards,
Gerardo
10-01-2015 07:13 AM
Hello,
I'm guessing you need a U-Turn NAT rule so the VPN clients can communicate properly to the external FTP site.
https://live.paloaltonetworks.com/t5/Documentation-Articles/Understanding-PAN-OS-NAT/ta-p/60965
This is a good article and covers all the NAT types.
Hope this helps!
10-01-2015 12:30 PM
when you create a bidirectional policy, a return policy is created in the background. You can see it just using the CLI
> show running nat-policy
The return policy changes the destination zone to any and put it as source. so In your case the return policy is going to be
From zone: any
To zone: DMZ
To: 192.57.58.218
Translate to: 192.168.200.8
Regards,
Gerardo
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!