07-21-2003 02:24 AM - edited 03-09-2019 04:07 AM
Is it possible to translate destination ports traversing the PIX? I have a situation where I need to translate destination port 80/tcp to 30080/tcp on outside interface going to a DMZ (public IP range).
Furthermore, this should only be done for specific source IPs.
client = 192.168.0.5
pix outside = 192.168.1.1
pix dmz = 192.168.2.1
server = 192.168.2.2
192.168.0.5:1234 -> 192.168.2.2:80 should be translated by PIX to 192.168.2.2:30080, without modifing anything else but port number.
Can this be done?
TIA
07-21-2003 03:47 AM
Hi,
It is possible to translate port numbers for one destination system via the following command:
static (dmz,outside)tcp 192.168.2.2 80 192.168.2.2 30080
But I can not think of a way to do it depending on the source address of the initiator.
Hope this helps,
Leo
07-21-2003 04:37 AM
Hello Haver,
Please read the following link, might be of help:
http://www.cisco.com/warp/public/707/28.html#topic9
Hope this helps -
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