Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DYNAMIC TO STATIC MAPPING

Status
Not open for further replies.

julianmd

MIS
May 26, 2004
20
CA
Hi,

I am trying to map an external ip address given by the ISP's DHCP to an internal IP address given the the PIX's DHCP for port 5555
What I do is:

access-list outside_in permit tcp any host 24.200.200.200 eq 5555
access-group outside_in in interface outside

static (inside,outside) tcp interface 5555 10.0.0.100 5555 netmask 255.255.255.255
or
static (inside,outside) interface 10.0.0.100 netmask 255.255.255.255

clear xlate

And then it freezes, and I need to reboot. Any idea?
Note: IP are randomly picked

Julian Dragut
 
I got it working.

access-list outside_in permit tcp any any eq 5555
static (inside,outside) interface 10.0.0.100 netmask 255.255.255.255


Julian dragut
 
Sorry to reopen it, but now SSH from outside doesn't work anymore! Anybody?

Thanks,

Julian Dragut
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top