- 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.
02-10-2015 10:11 AM
Here is the problem to be solved:
I have a single public IP address (example: 1.1.1.5) that is currently NATs to a single DMZ address (example: 192.168.1.11).
I need to create a NAT rule that will continue to send all traffic on all ports to 192.168.1.11 address unless the traffic is coming from a specific address, for instance 2.2.2.2.
In other words:
I hope that makes sense. Is this even possible?
We have an F5 LTM and can accomplish the same end result, but would like to do it at the PA if possible.
Thanks, Jim
02-10-2015 10:33 AM
just create two NAT rules(Untrust-Untrust) one with source 2.2.2.2 other with source any (destination address same 1.1.1.5)
then you can NAT(destination) each to different ip address
Don't forget security rules.
02-10-2015 10:33 AM
just create two NAT rules(Untrust-Untrust) one with source 2.2.2.2 other with source any (destination address same 1.1.1.5)
then you can NAT(destination) each to different ip address
Don't forget security rules.
02-10-2015 12:06 PM
Thanks so much for the reply panos. I was using source address translation and dug deeper into Destination NAT and saw exactly what you were explaining.
Anyway, I set it up and it works perfectly!
Jim
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!