Link to home
Start Free TrialLog in
Avatar of Silly013
Silly013

asked on

How to allow telnet to ASA 5510

I can't telnet to the ASA from my router.  Also, if you could show me in details how to allow certain traffic through my network equipment, either through command line or SDM/ASDM, that'd be great.  Thanks.
EE-Post-ASA-v2.txt
EE-Post-Router-v2.txt
Avatar of donmanrobb
donmanrobb
Flag of Canada image

With ASA firewalls you need to specify what hosts are allowed to telnet/ssh into your system.
Don't know about SDM off the top of my head but in command line you need to add a line like:
telnet x.x.x.x y.y.y.y inside/outside where x is the IP and y is the subnet mask
give command

telnet 0 0 inside or
you can also specify single ip address.
Just a side note, telnet 0 0 inside will allow telnet from any device in your inside network, depending on your environment that may not be desirable.
Any update on this?
Avatar of Silly013
Silly013

ASKER

it's not working... is this done on the router?
It is done on the ASA
:( no luck... something is not right... i can ping to the router, but can't telnet to it
I finally found a post (http://www.experts-exchange.com/Networking/Misc/Q_22135267.html) and it looks like you can't telnet to other devices from ASA 5510
ASKER CERTIFIED SOLUTION
Avatar of donmanrobb
donmanrobb
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial