I want to NAT the Source and Destination address of some traffic. The source NAT I don't see as an issue but I am unsure how to go about creating a static NAT of a destination address. (This is being done on a Cisco 2811 with IOS 12.4)
The destination address is 10.1.1.99 and I want to nat it to 10.2.2.46. The source address is 10.25.25.25 and I am nating it to 10.3.3.25.
For the source NAT I entered:
ip nat inside source static 10.25.25.25 10.3.3.25
Is that the proper way to go about this and how can I get the destination NAT done? Thanks!
The destination address is 10.1.1.99 and I want to nat it to 10.2.2.46. The source address is 10.25.25.25 and I am nating it to 10.3.3.25.
For the source NAT I entered:
ip nat inside source static 10.25.25.25 10.3.3.25
Is that the proper way to go about this and how can I get the destination NAT done? Thanks!