当前位置: 技术问答>linux和unix
【请教】怎样配置telnet协议?
来源: 互联网 发布时间:2015-06-30
本文导语: 服务器只开了SSH协议, 而没有开telnet协议, 用putty登陆很不爽, 想用netterm, 请教一下, 在哪里开telnet协议? | 首先,要装了telnet的包。然后,以redhat为例,root用户打setup,选择sevices,找到...
服务器只开了SSH协议,
而没有开telnet协议,
用putty登陆很不爽,
想用netterm,
请教一下,
在哪里开telnet协议?
而没有开telnet协议,
用putty登陆很不爽,
想用netterm,
请教一下,
在哪里开telnet协议?
|
首先,要装了telnet的包。然后,以redhat为例,root用户打setup,选择sevices,找到xinetd,勾上后重启一下服务或重启机器就好了。
|
#vi /etc/xinetd.d/telnet
change the option "disable = yes" to "disable = no"
and then
#cd /etc/rc.d/init.d
#service xinetd restart
restart the service, and your setting will work
try it
change the option "disable = yes" to "disable = no"
and then
#cd /etc/rc.d/init.d
#service xinetd restart
restart the service, and your setting will work
try it
|
redhat9 安装过程中有一步选择安全设置,默认是中,这将会禁止telnet,
setup重新设置安全属性为 no firewall 或 custom 打开telnet 即可
setup重新设置安全属性为 no firewall 或 custom 打开telnet 即可
|
还没解决呢
试试把防火墙选项改为 无防火墙
确定
然后 ls /etc/xinetd.d/
看看有没有 telnet
没有的话
试试防火墙改过之后重启系统
多试试
试试把防火墙选项改为 无防火墙
确定
然后 ls /etc/xinetd.d/
看看有没有 telnet
没有的话
试试防火墙改过之后重启系统
多试试
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。