Re: Port Mapping on a PIX 515



Would all these lines work in the config?

static (inside,outside) 209.215.23.23 192.168.2.2 netmask 255.255.255.255 0
0
static (inside,outside) 209.215.23.22 23 192.168.2.2 9923 netmask
255.255.255.255 0 0
access-list outside_in permit tcp any host 209.215.23.22 eq 8080
access-list outside_in permit tcp any host 209.215.23.22 eq telnet

Thanks.

"Corbin O'Reilly" <corbinoreilly@xxxxxxxxxxxxx> wrote in message
news:MaaJj.29216$rC6.26509@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi Walter. What if I also wanted to open up regular ports as well and did
not want to redirect to a different port? Would it still work if I also
addedd an access-list command?

"Walter Roberson" <roberson@xxxxxxxxxxxx> wrote in message
news:cW9Jj.23410$rd2.4818@xxxxxxxxxxxx
In article <zM8Jj.29197$r76.8243@xxxxxxxxxxxxxxxxxxxxxx>,
Corbin O'Reilly <corbinoreilly@xxxxxxxxxxxxx> wrote:
Hello. I would like to be able to map a Public IP's port to a different
port
on a Private IP through the PIX 515. For example, if someone telnets into
the Publc IP 209.215.23.22, I want it to forward to port 9923 on the
private
IP 192.168.2.2. Is this possible? Thanks.

static (inside,outside) tcp 209.215.23.22 23 192.168.2.2 9923 netmask
255.255.255.255





.



Relevant Pages