Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Flow Inside-outside change only destination port

Reply
Thread Tools

Flow Inside-outside change only destination port

 
 
Lalo
Guest
Posts: n/a
 
      04-20-2005
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

 
Reply With Quote
 
 
 
 
Walter Roberson
Guest
Posts: n/a
 
      04-20-2005
In article <. com>,
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?
--
Feep if you love VT-52's.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Query:difference between node flow and filter flow in java's I/O,system? Jack Dowson Java 0 05-07-2007 03:35 PM
route based on destination port news8080@yahoo.com Cisco 3 08-18-2005 05:20 PM
Re: Multiple RSPAN Destination Port for 2970 #_# Cisco 0 05-11-2004 03:34 PM
Destination not reachable until destination pings source! PIX501 Dave Cisco 0 02-27-2004 06:15 PM
Get original destination IP and port with Linux 2.4 iptables redirect? Lincoln Yeoh Perl 1 11-12-2003 04:49 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57