In article , snipped-for-privacy@gmail.com wrote: :hese are the rules I have defined ... :static (inside,outside) tcp interface 50000 192.168.1.50 www netmask
255.255.255.255 0 0 :static (inside,outside) tcp interface 50001 192.168.1.50 telnet netmask 255.255.255.255 0 0:The problem is when I telnet from say, 10.1.1.30 using the command :'telnet 10.1.1.5 50001', my connection just times out, same w/ web.
Times out implies that it didn't get a RST or ICMP unreachable. That implies that either the packets didn't get to the PIX or else that the PIX blocked the packets.
Did you add an appropriate access-list ?
access-list out2in permit tcp any interface outside eq 50000 access-list out2in permit tcp any interface outside eq 50001
access-group out2in in interface outside