Hi Guys,
I need ur help. Actually I need to do Destination base NAT from INSIDE TO OUTSIDE on Cisco router. Let me explain my requirement:-
Source IP:- a.a.a.a(inside of router)
Destination IP:- b.b.b.b(outside of router)
IP to be used for NAT:- c.c.c.c
So, when a packet arrives at router's inside interface with source IP a.a.a.a and destination ip b.b.b.b(router's outside interface) the destination IP (ie.b.b.b.b ) should get translated into IP c.c.c.c. and when the replies comes back the c.c.c.c should get translated back to b.b.b.b.
Plz help I need to deploy this soon.
==========================================
The IP packet details:-
Source IP:- a.a.a.a(LAN IP)
Destination IP:- b.b.b.b(WAN IP)
Destination IP(b.b.b.b) shld get translated into c.c.c.c.
Below is the config I prepared in order to achieve the above requirement. Is this correct?
ip nat outside source static c.c.c.c b.b.b.b
==================================
interface GigabitEthernet0/0
description **Towards Internet**
ip nat outside
============
interface FastEthernet0/1/0
description **Towards LAN**
ip nat inside
Thanks
Uttam.