|
发表于 2003-3-1 00:15:47
|
显示全部楼层
我的不行!
我安装的时候也是选择“高级安全”。我用turboservice命令配置起动telnet服务以后,每次都还是Connection closed by foreign host.
真是不知道应该如何是好。trubolinux默认安装有防火墙吗?有的话该如何设定?flyhu说要在/etc/xinetd.d中进行配置,那么究竟是如何配置的?
turbolinux的安全级别应该如何更改呢?
附:
我的 /etc/xinetd.d/telnet文件
# default: off
# description: Telnet server
# securlevel: 30
service telnet
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/in.telnetd
server_args = -h
} |
|