From the CLI check what telnet connections are allowed:
Code:
show run telnet
It should show something like:
Code:
telnet 192.168.1.0 255.255.255.0 inside
or maybe several lines.
The syntax is 'Protocol' (i.e. Telnet, SSH or HTTP), 'network address' (i.e. 192.168.1.0), 'subnet mask' (i.e. 255.255.255.0 to indicate all hosts on network 192.168.1.0/24) and finally 'Interface name' (i.e. Inside, Outside etc). Simply remove these lines to disable the access.
For example if you have 'telnet 192.168.1.0 255.255.255.0 inside' and you want to disable this just do a 'no' for the line.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.