02-20-2018 04:11 AM - edited 02-21-2020 07:22 AM
Hi everyone!
I have only one Public IP on ASA 5512-x.
Can I setup nat for users in local net and forwarding ports for ftp and mail server with with one public ip?
Is this possible ? Maybe somebody had a simultaneous situation?
Solved! Go to Solution.
02-20-2018 04:51 AM - edited 02-20-2018 04:53 AM
Yes, this can easily be done. Just use the keyword "interface" in your NAT-rules instead of the IP-address:
object network SRV.WEB host 10.10.10.80 nat (inside,outside) static interface service tcp https https object network SRV.MAIL host 10.10.10.25 nat (inside,outside) static interface service tcp smtp smtp
02-20-2018 04:51 AM - edited 02-20-2018 04:53 AM
Yes, this can easily be done. Just use the keyword "interface" in your NAT-rules instead of the IP-address:
object network SRV.WEB host 10.10.10.80 nat (inside,outside) static interface service tcp https https object network SRV.MAIL host 10.10.10.25 nat (inside,outside) static interface service tcp smtp smtp
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