[olug] Telnet on Private Network
Mike Peterson
mpeterson at mail.charlesfurniture.com
Fri Nov 22 19:23:15 UTC 2002
All xinetd services are working again now.
There was an incorrectly coded line in /etc/xinetd.conf that caused all the
trouble.
The line did not have curly braces around it and looks like it was a through
back to inetd.
The line was meant to start swat to maintain the samba access to the server.
----- Original Message -----
From: "Mike Peterson" <mpeterson at mail.charlesfurniture.com>
To: "olug list" <olug at olug.org>
Sent: Friday, November 22, 2002 1:10 PM
Subject: Fw: [olug] Telnet on Private Network
>
>
>
> The telnet file for xinetd that resides in /etc/xinetd.d exists.
>
> # default: on
> # description: The telnet server serves telnet sessions; it uses \
> # unencrypted username/password pairs for authentication.
> service telnet
> {
> disable = no
> flags = REUSE
> socket_type = stream
> wait = no
> user = root
> server = /usr/sbin/in.telnetd
> log_on_failure += USERID
> }
>
>
> I can run the telnet server via the command line and can connect to it.
> The command I run as root is
>
> /usr/sbin/in.telnetd -debug 23
>
> This allows me to connect for one instance and then when I disconnect it
> terminates the task.
>
> I have stopped and started xinetd.
> I have rebooted the system.
>
> I installed the updated rpm for xinetd.
> I installed the updated rpm for telnet-server also.
>
> I added
> port = 23
> to the telnet file above and no change.
>
>
>
>
>
>
>
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> http://lists.olug.org/mailman/listinfo/olug
>
More information about the OLUG
mailing list