LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1104|回复: 2

111端口如何关闭

[复制链接]
发表于 2004-1-6 14:09:04 | 显示全部楼层 |阅读模式
请问高手,sunrpc是什么服务 ,111端口如何关闭.系统为REDHAT 7.2
发表于 2004-1-7 03:45:47 | 显示全部楼层
rpc.portmap service, for rpc services like NFS.
to shut it down, 'man chkconfig', or rename /etc/rc.d/rc3.d/S??portmap to K(100-??)portmap, do the same thing for /etc/rc.d/rc4.d/S??portmap.
发表于 2004-1-7 08:41:35 | 显示全部楼层
iptables -A INPUT -p tcp --dport 111 -j DROP
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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