This commit is contained in:
rick.chan 2020-06-03 13:54:24 +08:00
commit 39dbbc1973
1 changed files with 9 additions and 0 deletions

View File

@ -59,6 +59,15 @@ sudo systemctl stop nfs-server
sudo systemctl disable nfs-server sudo systemctl disable nfs-server
``` ```
## 防火墙配置
```sh
firewall-cmd --permanent --zone public --add-service mountd
firewall-cmd --permanent --zone public --add-service rpc-bind
firewall-cmd --permanent --zone public --add-service nfs
firewall-cmd --reload
```
## 挂载 NFS 文件系统 ## 挂载 NFS 文件系统
```bash ```bash