systemctl stop firewalld
systemctl disable firewalld
sed -i -e "s/SELINUX=enforcing/SELINUX=permissive/" /etc/selinux/config
yum -y install nfs-utils
systemctl enable nfs-server.service
systemctl start nfs-server.service
mkdir /home/proxmox
chown nfsnobody:nfsnobody /home/proxmox
chmod 755 /home/proxmox
vi /etc/exports
#edit by Mr.Nim
/home/proxmox 10.76.0.241(rw,sync,no_subtree_check)
/home/proxmox 10.76.0.242(rw,sync,no_subtree_check)
/home/proxmox 10.76.0.203(rw,sync,no_subtree_check)
exportfs -a