03-19-2009 01:12 PM - edited 03-11-2019 08:07 AM
Hi all,
I have an 5540 ASA
I would like to NAT the packtes this way:
ORIGINAL PACKET
source: 192.168.0.10
destination: 10.10.10.50
TRANSLATED PACKET
source: 172.16.0.10
destination: 20.20.20.50
Is this possible?
I always NAT the packet modifying only the source of translated packet...and now I`d like modifying the source and the destination of the translated packet.
Thanks
03-19-2009 01:29 PM
Assuming the traffic flow is from inside to outside ie. source 192.168.0.10 is on inside and destination 10.10.10.50 is on outside
(if it's not you can just adjust)
static (inside,outside) 172.16.0.10 192.168.0.10 netmask 255.255.255.255
static (outside,inside) 10.10.10.50 20.20.20.50 netmask 255.255.255.255
Jon
03-19-2009 01:39 PM
Hi Jon,
thanks for your help.
This was exactly what I wanted.
Regards
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide