I need to allow external Telnet access to an internal Telnet server through our PIX515. I thought I did this correct but I still cannot access this telnet server from an external host (works fine internally)? I applied the following commands to our pix (IP addresses have been changed to protect privacy) >>
static (inside,outside) 149.54.11.195 172.16.24.39 netmask 255.255.255.255
access-list inbound permit tcp any host 149.54.11.195 eq telnet
access-group inbound in interface outside
static (inside,outside) 149.54.11.195 172.16.24.39 netmask 255.255.255.255
access-list inbound permit tcp any host 149.54.11.195 eq telnet
access-group inbound in interface outside