This site uses cookies from Google to deliver its services, to personalize ads and to analyze traffic. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies. Learn More

How to configure telnet remote access

How to configure telnet remote access

How to configure telnet remote access
Today I will make a lesson about networking, i found this lesson from the internet. I really like computer networking, so I'll share it again to you. This lesson about How to configure telnet remote access. Telnetis anetwork protocolused on theInternet orlocal area network toprovidetwo-wayinteractive, text-oriented communications facilityusing avirtualterminalconnection. Telnet able toconnecta computerthat is locatedfar away fromour computer. Telnet Using aTelnetconnectiontoPortDestination= 23.

Lab Requirements:
1. The router names are p4s1 and p4s2.
2. Set the privilege password and the vty line password on p4s2.
3. Telnet from p4s1 to p4s2.
4. View other users that telneted to p4s2.

Lab Process:
The configurations of p4s2 are as follows:
p4s2(config)#enable secret cisco
set enable password
p4s2(config)#line vty 0 4
enter the VTY line mode
p4s2(config-line)#login
p4s2(config-line)#password cisco
set telnet password
p4s2(config-line)#exit

p4s2(config)#int s1/1
p4s2(config-if)#ip add 192.168.12.2 255.255.255.0
p4s2(config-if)#clock rate 64000
p4s2(config-if)#no shutdown

The configurations of p4s1 are as follows:
p4s1(config)#int s1/1
p4s1(config-if)#ip add 192.168.12.1 255.255.255.0
p4s1(config-if)#no shutdown

Commands for telneting from p4s1 to p4s2:
p4s1#telnet 192.168.12.2
Trying 192.168.12.2 ... Open
User Access Verification
Password:
p4s2>enable
Password:
p4s2#

0 Response to "How to configure telnet remote access"

Post a Comment

Contact

Name

Email *

Message *