Flow Inside-outside change only destination port

Apr 20, 2005 1 Replies

Hello everybody out there using Pixes



I have a question regarding the change of destination port on PIX



My intention is to chage from:



SRC 10.50.50.13:7689 DEST 192.90.90.90:10000



TO



SRC 10.50.50.13:7689 DEST 192.90.90.90:443


The flow is from inside->outside, I tried using and static that look like this



static (outside, inside) tcp 192.90.90.90 10000 192.90.90.90 443 netmask 255.255.255.255



But I realize that the static conversion in this flow try to change the source of the packet not the destination and what Im really doing with the sentence above is saying something like "everything that has source



99.90.90.90 10000 now must be known as 199.90.90.90:443" obviously this does not work

How can I add the sentence that im looking for??



Thanks in advanced



Lalo



In article , Lalo wrote: [PIX]

:My intention is to chage from: :SRC 10.50.50.13:7689 DEST 192.90.90.90:10000 :TO :SRC 10.50.50.13:7689 DEST 192.90.90.90:443

:static (outside, inside) tcp 192.90.90.90 10000 192.90.90.90 443 netmask

255.255.255.255

That should work.

:But I realize that the static conversion in this flow try to change the :source of the packet not the destination

No, you reversed the interfaces, so it will affect the destination.

:How can I add the sentence that im looking for??

Did you 'clear xlate' after making the change?

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required