cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
987
Views
4
Helpful
4
Replies

Problem on port forwarding on ASA 5512x?

rechard_hk
Level 1
Level 1

Dear All,

I would like to ask you that currently i have two public ip add
and i would like to use port forwoarding. as below i use one public ip add
and other one i don't know how to configure.

Public ip add 203.10.1.1
----
access-list outside_acl_in extended permit tcp any host 192.168.1.2 eq www

object network www-10
nat (inside,outside) static interface service tcp www www

so i would like to add other public 203.10.1.2 to 192.168.1.3 port www

Best Regards,

rechard

4 Replies 4

Julio Carvajal
VIP Alumni
VIP Alumni

Hello Rechard,

Same thing, just use the IP address instead of the "interface" keyword.

static (inside,outside) tcp 203.10.1.2 80 192.168.1.3 80

access-list outside_acl permit tcp any host 203.10.1.2 eq 80

Check my blog at http:laguiadelnetworking.com for further information.

Cheers,

Julio Carvajal Segura