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

duplicate translations?

mjsully
Level 1
Level 1

Is it possible to create two statics pointing to the same ip address on the inside network if the static's are applied to different interfaces? I have one vendor coming into one interface, and another into another interface. Both need to get to the same server inside. what is the best way to do this?

for example

static (inside,dmz) 10.1.2.x 10.15.15.15 netmask 255.255.255.255

static (inside, outside) 10.1.4.x 10.15.15.15 netmask 255.255.255.255

10.15.15.15 being the real ip of a device on the inside.

1 Reply 1

scoclayton
Level 7
Level 7

Yes, this should work fine. Routing takes place before the PIX looks up the xlate. Therefore, if the packet is destined for the host on the dmz, 10.1.2.X will be applied as the source. If the packet is destined for the host on the outside, 10.1.4.X will be applied as the source. Good luck!

Scott