Telnet

From hummy.tv Wiki
Revision as of 12:08, 29 November 2016 by Af123 (talk | contribs) (Connecting from a MacOSX Computer)
Jump to: navigation, search

Telnet is one of the network protocols which can be used to gain command line interface (CLI) access to a Humax PVR running customised firmware. As the firmware has matured it has become less necessary to use telnet but there are still cases where command line access is essential to troubleshoot or fix an issue.

In order to gain access to your Humax via telnet, you will need a piece of software called a telnet client installed on a computer on the same network as the Humax.

You will also need to know the IP address of your Humax; the easiest way to determine this is to use the on-screen menus and navigate to Settings -> System -> Internet Setting -> Configure LAN. The IP address is shown on the second line.

IP Settings.jpg

Connecting from a Microsoft Windows Computer

Some versions of Windows come with a built-in telnet client and on others it is provided as an optional component. This client has several limitations however so it is recommended that you download the PuTTY Telnet Client.

When you start PuTTY, you are presented with an initial configuration screen:

PuTTY Initial.png

First, click on the telnet option at the left hand side which will show the telnet options:

PuTTY Telnet Opts.png

Make sure that the last option Return key sends Telnet New Line instead of ^M is not checked and then click on Session at the top left to return to the main settings screen.

PuTTY Connection Type.png

Under Connection Type select Telnet.

At this point, you can click on Default Settings in the Saved Sessions list and then click on the Save button alongside so that PuTTY remembers these changes for next time.

PuTTY Open.png

Now enter the IP address of your Humax into the Host Name (or IP address) box and click the Open button at the bottom.

Next, you should see a PuTTY window open and, if your connection is successful, you will be prompted to enter the system PIN (0000 by default) and then the telnet menu will be displayed.

PuTTY Window.png

Connecting from a MacOSX Computer

MacOSX comes with a good command line telnet client that can be invoked from the default terminal.

First, open the Terminal application - the easiest way is to use Spotlight to find it:

Mac Spotlight.png

Once Terminal is open, you will see a window on the screen that looks a little like the following image. It may vary slightly depending on the configuration of your computer.

Mac Terminal.png

At the prompt, type telnet <Humax IP Address> and, if the connection is successful, then you will be prompted to enter the system PIN (0000 by default) after which the telnet menu will be displayed.