cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2531
Views
5
Helpful
2
Replies

NAT Two Internal IP's to one external IP in Cisco ASA

pradeepadias
Level 1
Level 1

Hi All,

I need your expert advice on the following:

In CISCO ASA 5510; I need to do a NAT  for two internal IP's to one External IP in CISCO ASA. Please help me on this. I have one global entry for one internal ip which required to be included in above two IP's mentioned.

Eg.

NAT x.x.x.1 to 83.111.111.1

NAT x.x.x.2 to 83.111.111.1

How can I get this done?

Cheers,

Pradeepa

2 Replies 2

skint
Level 1
Level 1

Hello,

Since you have not listed version, I'll assume it's 8.2.2 or lower. 

access-list nat-to-one permit ip host 192.168.1.1 any

access-list nat-to-one permit ip host 192.168.1.2 any

nat (inside) 2 access-list nat-to-one

global (outside) 2 83.111.111.1

That should do the trick.

-skint

Hi,

Thank you fro your quick and correct answer. It is working now.

Cheers,

Pradeepa

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card