- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
07-25-2024 07:17 AM
Hi I am looking to create a PAT for an internal server which will use the /30 public IP of the Palo outside interface and port 16385 to be reachable. The below scenario:
PAT/static NAT towards the private IP of O-IntercomSRV-01 (the intercom server) using UDP port 16385 from sources OG-Parking-Intercom-Dest source port 16385.
O-IntercomSRV-01 - 192.168.1.9
OG-Parking-Intercom-Dest - O-Parking-Intercom-Dest-01 - O-Parking-Intercom-Dest-02 (public IPs)
Is this how I would set this up?
I am getting an error message when committing..
07-30-2024 02:02 AM
the object used in the pre-NAT destination probably has a /30 subnet? and the post-nat destination is a /32, this is a faulty NAT operation
also, it looks like you're setting up an inbound rule: an inbound NAT (or PAT) rule should be untrust to untrust as the destination address (pre-nat) is on the untrust interface
so your rule should read:
original packet: from untrust to untrust, source parking-OG destination public-IP service 16385
translated packet: static ip, destination 192.168.1.9
07-25-2024 08:58 AM
Can anyone advised on this, like hitting my head against a brick wall atm
07-28-2024 02:22 AM
Still not able to get this working..
07-28-2024 08:36 PM - edited 07-28-2024 08:39 PM
Please see this Commit NAT Error: Mismatch of destination address translation range"" (paloaltonetworks.com)
and
Regards
07-30-2024 02:02 AM
the object used in the pre-NAT destination probably has a /30 subnet? and the post-nat destination is a /32, this is a faulty NAT operation
also, it looks like you're setting up an inbound rule: an inbound NAT (or PAT) rule should be untrust to untrust as the destination address (pre-nat) is on the untrust interface
so your rule should read:
original packet: from untrust to untrust, source parking-OG destination public-IP service 16385
translated packet: static ip, destination 192.168.1.9
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!