Difference between revisions of "Telnet"

From hummy.tv Wiki
Jump to: navigation, search
m (Connecting from a Microsoft Windows Computer)
(Connecting from a Microsoft Windows Computer)
Line 27: Line 27:
 
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.
 
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.
  
[[File:PuTTY_Open]]
+
[[File: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.
 
Now enter the IP address of your Humax into the ''Host Name (or IP address)'' box and click the ''Open'' button at the bottom.
Line 33: Line 33:
 
Next, you should see a PuTTY window open and if your connection is successful it will contain the single word ''humax#'' as shown below. This is the command line interface prompt.
 
Next, you should see a PuTTY window open and if your connection is successful it will contain the single word ''humax#'' as shown below. This is the command line interface prompt.
  
[[File:PuTTY_Window]]
+
[[File:PuTTY_Window.png]]
  
 
== Connecting from a MacOSX Computer ==
 
== Connecting from a MacOSX Computer ==

Revision as of 20:37, 19 April 2012

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 it will contain the single word humax# as shown below. This is the command line interface prompt.

PuTTY Window.png

Connecting from a MacOSX Computer