12-29-2014 07:08 AM - edited 03-11-2019 10:16 PM
I am running an asa 5555x and I am trying to NAT one inside IP to one outside IP/2 ports.
My statements are as follows:
object network ciscoworks-obj
host 172.24.1.1
nat (inside,outside) static 167.102.230.1 service udp 514 514
nat (inside,outside) static 167.102.230.1 service udp 162 162
This obvious is incorrect because it only takes the last nat statement and ignores or writes over my first nat statement.
What is the correct syntax for what I want to do ?
Thanks, Chuck
12-29-2014 10:27 AM
try to create a second object for the same ip address
object network ciscoworks-obj_1
host 172.24.1.1
nat (inside,outside) static 167.102.230.1 service udp 514 514
object network ciscoworks-obj_2
host 172.24.1.1
nat (inside,outside) static 167.102.230.1 service udp 162 162
12-29-2014 10:35 AM
Thank you, Actually I just tried it before this response and it appeared to do it.
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