最近公司OA 系统准备上线,根据上线流程,要对终端进行漏洞扫描,其中报错如标题,百度一番,解决方案如下
1、配置方式
/etc/hosts.allow
mountd:192.168.131.1 #cent7.0设置方式
Portmap:192.168.131.1:allow #cent6.0设置方式
/etc/hosts.deny
mountd:all #cent7.0设置方式
Portmap:ALL:deny #cent6.0设置方式
注意:无需重启rpc.bind和nfs
转载:https://www.cnblogs.com/slyy/p/12133098.html