有关telnet

redhat-config-net重新配置防火墙
redhat-config-network重新配置防火墙
redhat-config-network重新配置防火墙
谢谢,我就试试的。谢谢了。要输入redhat-config-network吗?
输入redhat-config-network后选那项才是防火墙的呀?只有Ethernet、Modem、ISDN三项呀?怎么都不像?
Linux中如何开启Telnet服务(我用的是turbolinux dataserver 7)
在服务器上以root登录后 #后输入 startx  回车
打开第一个主菜单(大车轮图标),点编辑器—高级编辑器,出现编辑器窗口后:
第一步:点打开,位置处输入/etc/xinetd.d/telnet 回车 将该文件中的disable = yes 修改为 disable = no   保存
第二步:点打开,位置处输入/etc/hosts.allow  回车,打开该文件后,找到#in.telnetd : sample.****** ,将前面的#删除掉 ,并将后面的: sample.**修改为:ALL  在最后加一行sshd:ALL  保存 退出 ,然后点主菜单中的注销,退出,回到#号
第三步: #后输入 service  xinetd  restart 回车

看是否开启这二项服务
root登录,#后输入setup 回车 ,选第七项菜单(系统服务管理system services management) 回车,找到并选中telnet 和sshd(在它上面按空格键即可选中),然后用tab键使光标走到OK上,然后回车,退出,用reboot命令重启服务器后。

telnet 客户端windows中有
开始 运行  telnet
putty  可到http://www.zcpg.com.cn/download/putty.exe下载

我也是新手,真想交几个好手朋友)
谢谢你了,我试试吧。
telentd is controlled by xinetd daemon!
so you can't find file telnetd in floder /etc/rc.d/init.d
you can fand it at floder /etc/xinetd.d
by default , telnetd will not start at the bootup
use commands
chkconfig --add telnetd
chkconfig telnetd on
IT is all
very easy!
还是不行的,ciscosys朋友的英文也啃了,这两个文件也有。在Linux RedHat 9.0本机上运行telnet 能登陆,但在WIN2000server中用SecureCRT 3.0、SecureFX、putty均提示The remote system refused the connection.  This
probably means that the remote system does not
provide the service you are attempting to access,
or that the service is being provided on a different
port.
自己可以登陆自己说明telnetd 已经正常运行
可能原因是防火墙相应的23端口没有打开
配置防火墙
允许端口为23的;连接进入