cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
310
Views
0
Helpful
1
Replies

Policy Nat on ASA

allen.malanda_2
Level 1
Level 1

I would like to configure multiple web servers on the DMZ using port 80. Can I use policy nat to translate a single Global IP Address to multiple Local IP Addresses? If yes, what is the proper commands for it?

Thanks,

1 Reply 1

Yes you can, but you need to use different ports, Suppose you want to have two URL's , one on port 80 and other on port 81 to the global ip A.B.C.D, then configure like this

static (inside,Outside) tcp A.B.C.D 80 192.168.1.10 80

static (inside,Outside) tcp A.B.C.D 81 192.168.1.20 80

access-list out-in permit tcp any host A.B.C.D eq 80

access-list out-in permit tcp any host A.B.C.D eq 81

access-group out-in in interface Outside

Review Cisco Networking for a $25 gift card