05-02-2013 07:40 AM - edited 03-11-2019 06:37 PM
I have a requirement to nat two public ip addresses to same interanl ip address. Is this possible on ASA ver. 9.1?
05-02-2013 08:46 AM
Hi,
I guess you can configure that like this
object network 2-PUBLIC-IP
range 1.1.1.2 1.1.1.3
object network ONE-TO-MANY
host 10.10.10.10
nat (inside,outside) static 2-PUBLIC-IP
Where
Hopefully this helps
Remember to mark the question as answered if it did.
Or ask more if needed
- Jouni
05-02-2013 09:04 AM
Thanks for the reply. In my case, I have two public ip's that are not consecutive, i.e. one is a .150 and the other is a .140. I don't think I can use the range command. Is there another clever way to specify the public ip's?
05-02-2013 09:09 AM
Hi,
Try this
object network IP-1
host 1.1.1.140
object network IP-2
host 1.1.1.150
object-group network MULTIPLE-IPS
network-object object IP-1
network-object object IP-2
object network ONE-TO-MANY
host 10.10.10.10
nat (inside,outside) static MULTIPLE-IPS
Hope this helps
Remember to mark the question as answered or ask more if needed.
- Jouni
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