如何在Red Hat Linux 8.0下开启telnet和ftp服务?

由 hacula 在 06-13-2003 23:29 发表:

如何在Red Hat Linux 8.0下开启telnet和ftp服务?

在线等待:如何在Red Hat Linux 8.0下开启telnet和ftp服务?

telnet是否需要安装额外的软件包吗?

[root@serveitself xinetd.d]# telnet 127.0.0.1 9099

Trying 127.0.0.1...

telnet: connect to address 127.0.0.1: Connection refused

[root@serveitself xinetd.d]# ftp 127.0.0.1

Connected to 127.0.0.1 (127.0.0.1).

421 Service not available, remote server has closed connection

ftp>


由 北南南北 在 06-14-2003 00:03 发表:


打开telnet 的办法是。把 /etc/xinetd.d/telnet文件

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

}

[root@linuxsir01 root]#

ftp也是用同样的办法。就看您用什么FTP了。这方面的在网络版中的精华帖子多的是。

请去看一下。

多谢。

台兄能否把相应的帖子发到相应的讨论区???

多谢

本帖转入网络版

欢迎您加入LinuxSir大家庭!如果您是初学Linux,或者对讨论区不太了解;为了提高解决问题的效率,请读一下本页,多谢!您将得到最快的技术支持和最真诚、最有效的帮助!

一、论坛使用说明:学会搜索,查看讨论区置顶的帖子;学会查找自己所发的帖子

二、最基本的约定:系统、版本、内核版本 #uname -a ;#arch

三、主题标题约定:简洁明了,切重要点:不得用“紧急、菜鸟求助”类似的词语为帖子的标题!

四、发帖版面约定:把帖子发到最适合的版面;

五、帖子内容约定:系统、软硬件问题要有详细的

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus