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 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