191145692 发表于 2018-10-19 09:33:47

Set nfs server on rhel7-11517071

# firewall-cmd --add-service=nfs --zone=public --permanent  # firewall-cmd --add-service=mountd --zone=public --permanent
  # firewall-cmd --add-service=rpc-bind --zone=public --permanent
  # firewall-cmd --reload
  # firewall-cmd --list-all
  public
  target: default
  icmp-block-inversion: no
  interfaces:
  sources:
  services: ssh dhcpv6-client nfs mountd rpc-bind
  # service rpcbind start; service nfs start
  ...

页: [1]
查看完整版本: Set nfs server on rhel7-11517071