Telnet (english)

Aus Gemini-Wiki

(Weitergeleitet von Telnet access)
Bild:deutsch.png - in Deutsch Bild:english.png - in English

Introduction

Telnet is a protocol to access remote computers. Because the transmission is in plain text, passwords can be captured by simple methods.

Clientsoftware

A Telnet client is installed on nearly every computer.
In Windows, you do it generally via the command line.
In Windows Vista, the telnet client may have to be activated.
In Linux, simply use the telnet command from the shell.
You can also use other programs to connect to a Telnet server.

Attention: Some clients need a password that must first be set via telnet (e.g. SSH will not work without a password).

The call is made in each case from the console with

telnet $IP_Address

where $IP_Address is of course the IP address of your Dreambox (e.g. 192.168.0.1).

The presets on the boxes are:

on DM500, DM5600, DM5620, Triax 272, DM7000

  • username: root
  • password: dreambox

on DM500+, DM600, DM800, DM7020, DM7025(+), DM8000

  • username: root
  • no password

After logging in, you are at the Linux shell:

Read the overview about Busybox and its commands.

"Telnet" is usually running in command-lines.

The equivalent in Windows is the "DOS window" or the "Command line".

In Linux, it is e.g. Shell, Bash, Terminal and so on.

More information about Telnet is available on Wikipedia.


Back to Mainpage

Persönliche Werkzeuge