Digital Marketing

Firewall support for NFS on CentOS

firewall-cmd --permanent --add-service=nfs
firewall-cmd --permanent --add-service=mountd
firewall-cmd --permanent --add-service=rpc-bind
firewall-cmd --reload

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database