problem with telnet

Bill Brunt bill.brunt at quest.com
Sat Feb 5 17:20:08 UTC 2005


I also did this redhat-config-services and nothing happened...something must have because it didn't come back with command not found

-----Original Message-----
From: redhat-install-list-bounces at redhat.com
[mailto:redhat-install-list-bounces at redhat.com]On Behalf Of Rick Stevens
Sent: Friday, February 04, 2005 10:14 PM
To: Getting started with Red Hat Linux
Subject: Re: problem with telnet


Bill Brunt wrote:
>       Hi -
> 
>       I've never been able to telnet to a Linux machine the way I want. 
>       I usually type in the following:
> 
>             /usr/sbin/in.telnetd -debug &
> 
>       which then for a brief period of time will let me establish a
>       telnet session as a non root user.  If I wait too long, I can't
>       connect.
> 
>       On one of the machines, I get a dialogue like the following:
> 
>             /usr/sbin/in.telnetd -debug &
>             [1] 6402
>             bind: Address already in use
>             [1]+  Exit 1                /usr/sbin/in.telnetd -debug
> 
> 
>       In this case I can't telnet to the machine.  Any ideas on fixing
>       either of these problems?

Telnet is not intended to be run as a user process.  It is supposed to
be launched from xinetd.d when someone makes a connection to TCP port
23.

To do it right, as the root user on the command line, run

	# redhat-config-services (Red Hat Linux or Fedora Core 1)
	# system-config-services (Fedora Core 2 or 3)

Via the GUI,

	Hat Icon->System Settings->Server Settings->Services

In either case, scroll down the list until you see "telnet".  Click in
the box so it has a checkmark and click "Save".  Next, scroll down until
you see "xinetd", select it and click "Restart".  You should now be able
to telnet to the box.

I HIGHLY recommend you don't use telnet.  Use ssh instead.  telnet is
insecure (everything including passwords is in cleartext).
----------------------------------------------------------------------
- Rick Stevens, Senior Systems Engineer     rstevens at vitalstream.com -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-               500: Internal Fortune Cookie Error                   -
----------------------------------------------------------------------

_______________________________________________
Redhat-install-list mailing list
Redhat-install-list at redhat.com
https://www.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request at redhat.com
Subject: unsubscribe




More information about the Redhat-install-list mailing list