Mapping IP address

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

Reply to
Rob
Loading thread data ...

no access-list outside-to-Inside permit tcp host 69.y.y.y host 64.x.x.x eq www

no static (inside,outside) 64.x.x.x 10.10.20.31 netmask 255.255.255.255 0 0

access-list outside-to-Inside permit tcp host 69.y.y.y host 64.x.x.x eq www

static (inside,outside) tcp 64.x.x.x www 10.10.20.31 www netmask

255.255.255.255
Reply to
Artie Lange

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.