Skip to content
Skip to main content

About this free course

Download this course

Share this free course

Discovering computer networks: hands on in the Open Networking Lab
Discovering computer networks: hands on in the Open Networking Lab

Start this free course now. Just create an account and sign in. Enrol and complete the course for a free statement of participation or digital badge if available.

15.2 Remote access with Telnet

Telnet is a protocol that was very widely used to connect remotely to computers and other devices including routers. Because it is not secure, it should no longer be used over the internet, but it is easy to configure and still used internally within companies and for legacy equipment.

Watch the video below, which is about 3 minutes long. You will see how Telnet can be used to connect to a router, how to protect the router with a password and warning message.

Box _unit9.1.2 Remote access with Telnet

Download this video clip.Video player: 81_remote_access_with_telnet.mp4
Copy this transcript to the clipboard
Print this transcript
Show transcript|Hide transcript
 
Interactive feature not available in single page view (see it in standard view).

Activity _unit9.1.4 Activity 4 Try it out

10 minutes

  1. Open PT Anywhere [Tip: hold Ctrl and click a link to open it in a new tab. (Hide tip)] in a new tab or window so you can read these instructions.

    In this activity you will configure the router in the network to accept a Telnet connection from the PC.

  2. Open the router console and enter global configuration mode using the password ‘opennetlab’.

  3. Configure the virtual teletypes (vty) with the password ‘onlvty’.

  4. Set a message of the day.

  5. Now open the PC command line and check that you can ping from the PC (192.168.0.100) to the router (192.168.0.1).

  6. Open a Telnet session by entering the command telnet 192.168.0.1, giving the appropriate password.

  7. Confirm that you are connected to the router by entering global configuration mode and entering the command show running-configuration.

  8. Finish the Telnet session by entering exit.

Answer

The router will accept Telnet connections from a PC or other remote device; the router considers these to be ‘virtual teletypes’. For security, a password must be given before a connection is allowed.

To configure the virtual teletypes, enter the command line vty 0 15 (the range depends on the particular model of router). Then enter password onlvty to set the password to ‘onlvty’.

In global configuration mode, set a message of the day with a command such as banner motd !Authorised users only, please!.

This completes the setup for the router. To test the connection, you will need to turn to the command line on the PC. You can first confirm that the PC is connected to the router with a ping.

Then to open a Telnet session, you should enter the command telnet 192.168.0.1, giving the password ‘onlvty’ which you previously set on the router. You will see the message of the day and the prompt will change to ‘Router>’ showing that you are now giving commands to the router.

You can now work with the router’s command line, for example entering global configuration mode (you will need the password ‘opennetlab’) and show the running configuration.

You should exit from the Telnet session using exit.

Confirm that you are back on the PC command line by checking the prompt and using commands such as ipconfig.