cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
676
Views
5
Helpful
1
Replies

ASA 5512-x Port forwarding with only one public IP

vitaliyglioza
Level 1
Level 1

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?   

 

 

1 Accepted Solution

Accepted Solutions

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

View solution in original post

1 Reply 1

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
Review Cisco Networking products for a $25 gift card