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

How to NAT on different way

shahid_duet
Level 1
Level 1

Dear friend

I am using 3845 router at Head office. My server should reachable from different network. I am using Static nat as follows :

ip nat inside source static 192.168.0.14 172.25.40.118 route-map NAT_25

ip nat inside source static 192.168.0.14 172.30.40.118 route-map NAT_30

route-map NAT_25 permit 10

match ip address 2001

!

route-map NAT_30 permit 10

match ip address 2002

The NAT does not work properly. When i ping to 172.30.40.118, 192.168.0.14 dose not response. but when i continue reverse ping to remote IP than 192.168.0.14 respond.

Is there another nating procedure that will nat multiple ip to One IP ?????

Please suggest me.

Regards

Shahid

1 Reply 1

John Blakley
VIP Alumni
VIP Alumni

Shahid,

You could try changing both of your nat statements to:

ip nat inside source static 192.168.0.14 172.25.40.118 extend

ip nat inside source static 192.168.0.14 172.30.40.118 extend

This will map both 172.30.40.118 and 25.40.118 to the 192.168.0.14. Will that work for you?

HTH,

John

HTH, John *** Please rate all useful posts ***
Review Cisco Networking for a $25 gift card