QueHow

A How-To and wiki Blog

  • Operating System
    • Windows
      • Windows 10
      • Windows 7
    • Linux
  • Software
    • Application Software
    • Microsoft Office
      • Outlook
      • Word
      • PowerPoint
  • Internet
    • Browsers
      • Mozilla Firefox
      • Google Chrome
    • CMS
    • Tips & Tricks
  • Website
    • ecommerce
    • Google
    • Social Networking
    • General Websites
  • Mobile
  • Email
    • Gmail
  • Wiki

How to Install and Use TELNET in Ubuntu

By Neha T 2 Comments

TELNET (Teletype Network) is the service that allows you to access another computer by logging in to the remote system, such that, you can pass commands to another system by sitting back at your place. It allows you to send the instructions to a remote client, but in a plain-text format. Telnet listens to all the requests by the user usually on TCP port 23, but you can change it accordingly.

Telnet is one of the oldest communication protocol to perform this activity, later on with the advancement of technology “SSH” came into existence, which is a secure method as it sends all the data in an encrypted format. SSH is used by the professionals in the public network where they can’t take a chance to expose their credentials to everyone. But with this, it doesn’t mean that Telnet is vanished. There are many situations where people use Telnet specifically for testing and debugging, in a local or private network.

Through this tutorial, you will learn the steps to install and use TELNET in Ubuntu. Each step is explained along with the images so that you may realize how to practically implement it.

Steps to Install and Use Telnet in Ubuntu

Step 1: Firstly, open the “Terminal” window by pressing “Ctrl + Alt + T”. In the figure, you may see “$” that signifies that you are not logged in as a root user.

So, I”ll write “sudo apt-get install telnetd” and press enter. If you are a root user, then you don’t need to write sudo in Ubuntu. “telnetd” is a daemon that gets invoked by “inetd” or its extension “xinetd”, both are the internet servers.

how-to-install-telnet-in-ubuntu-step1

Step 2: Then you are asked to enter the user password and then press enter. Processing will start as soon as you press enter. After this, I have noticed a line “274 KB additional disk space will be used” on the terminal screen.

You may also observe some sort of a message like this and then you”ll be asked to continue or not. Just write “y” and then press enter to continue.

how-to-install-telnet-in-ubuntu-step2

Step 3: Now when you are done with it, restart “inetd”. Type “sudo /etc/init.d/open-bsd-inetd restart”.

“inetd” is daemon used for dealing with incoming network and it is responsible for deciding which program to run when a request comes.

how-to-install-telnet-in-ubuntu-step3

Step 4: To ensure “inetd” is started, press enter after writing the above command.

how-to-install-telnet-in-ubuntu-step4

To connect with any remote client:

Step 5: Just type:“telnet hostipaddress”. For an example: “telnet 122.175.140.221” and press enter.

how-to-install-telnet-in-ubuntu-step5

Step 6: Then you”ll see, it is connected to “host ip address”. For security reasons, you are required to provide “username” and “password” as well.

how-to-install-telnet-in-ubuntu-step6

NOTE: In order to access Ubuntu/ Windows client using Telnet you must have to install open source terminal emulators such as Putty, Tera Term, etc. depending upon the OS you are using. To know how to use Putty on Windows 7 to access Ubuntu, check out the post to connect to remote computer.

You Might Also Like:

how-to-install-and-configure-ssh-in-ubuntuHow to Install and Configure SSH (Secure SHell) in Ubuntu how-to-install-and-use-putty-to-connect-to-a-remote-computerHow to Install and Use PuTTY to Connect to a Remote Computer how-to-install-mysql-in-ubuntu-using-terminalHow to Install MySQL in Ubuntu using Terminal how-to-install-true-type-fonts-in-ubuntuHow to Install TrueType Fonts in Ubuntu How to Install Classic Gnome menu in Ubuntu 14.04 How to install and configure built In firewall in Ubuntu 14.04 how-to-install-mysql-workbench-in-ubuntuHow to Install MySQL Workbench on Ubuntu How to install and configure uTorrent server in Ubuntu 14.04

Comments

  1. gabe says

    January 16, 2017 at 9:04 pm

    Nice article.

    Reply
  2. Jean says

    September 9, 2019 at 9:34 am

    Thanks for this good tutorial!

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Most Viewed

  • How to Install and Use TELNET in Ubuntu
  • How to install Hindi fonts in MS Word
  • How to Change a File Extension in Windows 10?
  • How to create a flipkart account in 3 simple steps
  • How to Change Monitor Refresh Rate in Windows 10?
  • How to install IIS on Windows 10
  • How to Insert Clickable Checkbox in MS Word 2016?
  • How to Set Auto Reply in Outlook 2016?
  • How to Login as Administrator in Windows 10?
  • How to Check RAM Size and System Type in Windows 10?

Recent Additions

  • How to Add Hyperlink to Another Sheet in Excel?
  • How to Add and Remove Watermark in Excel
  • How to use Relative and Absolute Cell Reference in Excel?
  • How to Enable and Disable Scroll Lock in Excel?
  • How to Use INDEX and MATCH Functions in Excel?
  • How to Make Bar Graph in Excel?
  • How to Count Duplicate Values in Excel?
  • How to Wrap Text in Excel?
  • How to Round off Numbers in Excel?
  • How to Create a Bell Curve in Excel?

Related Searches

  • How to Embed a YouTube Video in MS PowerPoint 2016?
  • How to Add Read More Button in WordPress
  • How to Lock Apps on iPhone?
  • How to Rotate Video in PowerDirector?
  • How to Edit a Template in Joomla 3.x

Copyright © 2023 · QueHow · Contact Us