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

ASA NAT

 

Hello experts,

I am using Cisco ASA 5520 Firewall with 8.4 image.

Q:-Configure ASA for blan(security-level 10) address 10.10.10.1 to be mapped to 10.20.240.250 such any connection requests to 10.20.240.250 are answered by dmz server(security-level 50) 172.24.30.10

 it means blan users want to access dmz-server remote access desktop with some dummy ip so that we can hide our dmz-server actual ip- address .

 

Thanks in advance

1 Reply 1

jj27
Spotlight
Spotlight

So when users from 10.10.10.1 access 172.24.30.10 the dmz-server sees the IP address 10.20.240.250 instead of 10.10.10.1?

 

Here is one way of doing it:

 

object network inside-10.10.10.1
host 10.10.10.1

object network dmz-172.24.30.10
host 172.24.30.10

object network NAT-10.20.240.250
host 10.20.240.250

nat (inside,dmz) source static inside-10.10.10.1 NAT-10.20.240.250 destination static dmz-172.24.30.10 dmz-172.24.30.10

 

That will translate all traffic destined for the DMZ server from 10.10.1.1 to 10.20.240.250

Hope this helps.

Review Cisco Networking products for a $25 gift card