nfs 防火墙firewalld 开放 + windows挂载nfs

yum -y install nfs-utils rpcbind
#安装nfs,nfs依赖rpc工作

systemctl start rpcbind
#开启rpc 再开启nfs服务
systemctl start nfs  

systemctl enable rpcbind
#设置开机启动rpc nfs
systemctl enable nfs
firewall-cmd --permanent --add-service=rpc-bind
#允许rpc nfs mountd服务通过防火墙
firewall-cmd --permanent --add-service=nfs
firewall-cmd --permanent --add-service=mountd
#用于showmount
firewall-cmd --reload
#刷新防火墙配置

 

参考:

https://www.cnblogs.com/RookieWuBlog/p/14254609.html

windows挂载nfs

image

或者
image

posted @ 2022-10-21 12:48  小黑狐狸1001  阅读(401)  评论(0编辑  收藏  举报