Mapping IP address

Sep 30, 2008 1 Replies

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


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

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required