QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 614|回复: 2

我的RH 8.0安全吗?

[复制链接]
发表于 2005-4-5 13:07:33 | 显示全部楼层 |阅读模式
我新装的RH 8.0,没做任何设置,也没另外装防火墙,这种情况下上网,安全吗?
 楼主| 发表于 2005-4-9 12:27:41 | 显示全部楼层
please answer me , thanks
回复

使用道具 举报

发表于 2005-4-11 19:32:48 | 显示全部楼层
非常危险。默认运行许多服务,例如
tcp             service
25              sendmail
111            portmap
6000          xwindow(如果你用图形界面)
建议关掉多余的服务(执行/usr/sbin/setup命令),或者用iptables
iptables -F
iptables -A INPUT -p tcp --destination-port 1:1025        -j DROP
iptables -A INPUT -p tcp --destination-port 6000:6010  -j DROP
iptables -A INPUT -p icmp DROP -f
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-6 05:17 , Processed in 0.035654 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表