Hi there, I have a PIX 515 with several public IPs, so far to create access to internal IPs, I did something like:
access-list outside-to-Inside permit tcp host 69.y.y.y host 64.x.x.x eq www static (inside,outside) 64.x.x.x 10.10.20.31 netmask 255.255.255.255 0 0
now, I am running out of public IPs and I guess I have to use the PIX Outside IP and forward the port to internal machine, but not sure how to do that, can someone tell me what I have change to above commands in order not to use an extra public IP (or give a certain outside host access to an internal machine via a certain port)
thanks in advance for any help Rob