打印

我的 FTP和TELNET 服务总启动不了, 在服务中启动出现提示!!!

我的 FTP和TELNET 服务总启动不了, 在服务中启动出现提示!!!

FTP提示:
    The vsftpd FTP server serves FTP connections. It uses normal, unencrypted unames and passwords for authentication.

You must enable xinetd to use this service.

TELNET 提示:
    The telnet server serves telnet sessions; it uses unencrypted uname/password pairs for authentication.

You must enable xinetd to use this service.

是什么原因呢????

哪位大哥给一个详细的FTP 和TELNET 教程?????????????
PIv 1.7G 128M 40G 32MTNT test linux!

TOP

打开xinetd服务程序,并在xinetd配置里面允许使用ftp和telnet

TOP

如何打开xinetd    vi xinetd 还是什么? 可以详细说一下么?
PIv 1.7G 128M 40G 32MTNT test linux!

TOP

你用的是rh8么?如果是,可以在“服务器设置”里的“服务”中找到!!

TOP

cd /etc/xinetd.d
vi telnet
vi wu-ftpd
另外也可能是你的firewall设置中将telnet 和ftp屏蔽了
具体操作
cd /usr/sbin
./setup
看看你的设置,呵呵

TOP

谢谢楼上的  我已经弄好了 就是防火墙的事!!!
PIv 1.7G 128M 40G 32MTNT test linux!

TOP