启动nfs,一定要先启动rpc
Systemctl start rpcbind
Systemctl start nfs
停止nfs
Systemctl stop nfs
开机自启nfs
Systemctl enable rpcbind
Systemctl enable nfs
- 配置网络环境
服务端ens36,配置为192.168.100.254
客户端ens33,配置为192.168.100.10
启用
启动nfs,一定要先启动rpc
Systemctl start rpcbind
Systemctl start nfs
停止nfs
Systemctl stop nfs
开机自启nfs
Systemctl enable rpcbind
Systemctl enable nfs
服务端ens36,配置为192.168.100.254
客户端ens33,配置为192.168.100.10
启用