cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
667
Views
0
Helpful
4
Replies

Question on PIX Static mapping

tvorhauer
Level 1
Level 1

Is it possible to have a one global IP address to be statically mapped to two separate IP adresses (one of them on the inside and one on the DMZ) by specifying the requested port?

I know that you can map multiple global IP addresses to a single internal address by specifing the port, but not sure about the single global to multiple internal.

Thanks in advance!

4 Replies 4

steve.barlow
Level 7
Level 7

You mean something like this:

static (inside,outside) tcp 200.200.200.200 telnet 10.1.1.6 telnet netmask 255.255.255.255 0 0

static (inside,outside) tcp 200.200.200.200 ftp 10.1.1.3 ftp netmask 255.255.255.255 0 0

Hope it helps.

Steve

Yes, that is exactly what I am trying to accomplish.

Thanks for the help!

ovanjara
Cisco Employee
Cisco Employee

Yes, this is possible (port redirection)

I am attaching a link below which talks about this in detail.

http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_62/cmdref/s.htm#1026694

However as an example below on how to achieve this:

static (inside, outside) tcp 192.168.1.1 ftp 10.1.1.1 ftp

static (inside, outside) tcp 192.168.1.1 http 10.1.1.2 http

Thanks,

Obaid.

Thank you for the help!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card