11-03-2004 03:55 PM - edited 02-20-2020 11:43 PM
How can I do destination address translation on a Pix in the more secure to less secure direction?
Solved! Go to Solution.
11-03-2004 04:07 PM
Use the static command as follows:
static (outside,inside) 10.1.1.1 200.1.1.1 netmask 255.255.255.255
Note the interfaces are swapped around from a normal static command.
What this says is that if the PIX sees a packet on the inside interface destined for 10.1.1.1, send it out the outside int and change the destination to 200.1.1.1
11-03-2004 04:07 PM
Use the static command as follows:
static (outside,inside) 10.1.1.1 200.1.1.1 netmask 255.255.255.255
Note the interfaces are swapped around from a normal static command.
What this says is that if the PIX sees a packet on the inside interface destined for 10.1.1.1, send it out the outside int and change the destination to 200.1.1.1
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