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

Destination Address Translation w/Cisco Pix

scott.dunn
Level 1
Level 1

How can I do destination address translation on a Pix in the more secure to less secure direction?

1 Accepted Solution

Accepted Solutions

gfullage
Cisco Employee
Cisco Employee

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

View solution in original post

1 Reply 1

gfullage
Cisco Employee
Cisco Employee

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

Review Cisco Networking for a $25 gift card