telnet an asa from a lan2lan

Hi, I have a lan2lan between my asa 5510 ver 8.3 and another device, see the attached scheme.
The other side would like to reach all my local lan via telnet from their PC-A. They can actually reach the devices inside the lan e.g. 192.168.1.1 and .2 but NOT the .10 that is the ASA itself. Note that I've added the line
telnet 192.168.2.0 255.255.255.0 outside
but nothing.
I wonder if this is a security feature or if I'm doing something wrong.
Thanks
Marco
The other side would like to reach all my local lan via telnet from their PC-A. They can actually reach the devices inside the lan e.g. 192.168.1.1 and .2 but NOT the .10 that is the ASA itself. Note that I've added the line
telnet 192.168.2.0 255.255.255.0 outside
but nothing.
I wonder if this is a security feature or if I'm doing something wrong.
Thanks
Marco
Comments
I agree, but this is the customer's wish
You mean that it should be possible? or that it should not be permitted and I'm observing the normal behaviour?
Affirmative.
But I would continue the argument with the customer, managing an ASA firewall in a insecure manner (from the untrusted side none-the-less) just contradicts the purpose of having the ASA if the credentials can be sniffed off the network in clear text..
Putty is a free SSH client so I can't image any excuse why telnet should be used for any type of management.
Latest blog post: Let's review EIGRP Named Mode
Currently Studying: CCNP: Wireless - IUWMS
On the ASA, telnet will never be reachable on the ASA via the outside. It was designed this way since telnet is not secured communication. The only thing that will work is SSH. or Telnet from the inside.
use this instead.
ssh 192.168.2.0 255.255.255.0 outside
CCIE: Network Security Principals and Practices
CCIE: Routing and Switching Exam Certification Guide
management-access inside
Thanks
But a lan2lan is supposed to be a protected channel, if I use an unsecure telnet over a secure channel what's the risk?