当前位置: 技术问答>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
没有的话
试试防火墙改过之后重启系统
多试试