02-21-2017 04:12 PM - edited 03-12-2019 01:58 AM
Hi PROS,
I have a quick question here... for some reason, i can't make this work in 9.3.2 code!
I have an internal network let say 172.16.25.0/ 24 and this NAT to my outside interface for Internet access.
Now, i want to exclude one single IP in that subnet, let's says 172.16.25.102/32 and NAT that simple IP to another PUBLIC(for a new installed application with required Public IP).
The Natting is in place, except when I test... it comes with the IP of the outside interface not the one-to-one NAT i configured!
I thought the one-to-one would take precedence over the Dynamic NAT but apparently i am wrong!
Any help will greatly appreciate/.
Thanks,
Solved! Go to Solution.
02-21-2017 05:46 PM
Hi
To nat this particular host to a specific public IP, here is the config:
object network GROUP-NAME
host 172.16.25.102
nat (inside,outside) static YOUR-PUBLIC-IP
Thanks
PS: Please don't forget to rate and mark as correct answer if this answered your question
02-21-2017 05:46 PM
Hi
To nat this particular host to a specific public IP, here is the config:
object network GROUP-NAME
host 172.16.25.102
nat (inside,outside) static YOUR-PUBLIC-IP
Thanks
PS: Please don't forget to rate and mark as correct answer if this answered your question
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide