Question : access the ASA from outside through internet

dear all
i have one ASA firewall 5505 currently installed in my network i need to access it from outside using SSH or telnet i have public IP address on firewall outside interface could you please advice how i can configure it to achieve that
best regards

Answer : access the ASA from outside through internet

Hi,

Here is a good example for you:
http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00804708b4.shtml

you need something this:

global (outside) 1 interface
access-list 102 permit tcp any host x.x.x.x eq ssh
access-list 102 permit tcp any host x.x.x.x eq telnet
static (inside,outside) tcp 172.18.124.99 telnet 10.1.1.6
   telnet netmask 255.255.255.255 0 0
static (inside,outside) tcp 172.18.124.99 ssh 10.1.1.6
   ssh netmask 255.255.255.255 0 0

access-group 102 in interface outside  
clear xlate
Random Solutions  
 
programming4us programming4us