linux_wiki:provide_network_shares_to_specific_clients

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:provide_network_shares_to_specific_clients [2018/04/13 00:01]
billdozor [NFS Server: Install and Configure]
linux_wiki:provide_network_shares_to_specific_clients [2019/05/25 23:50] (current)
Line 32: Line 32:
 Allow through the firewall Allow through the firewall
 <code bash> <code bash>
 +# nfs -> allow mounting
 firewall-cmd --permanent --add-service=nfs firewall-cmd --permanent --add-service=nfs
 +firewall-cmd --reload
 +
 +# allow showmount -e <servername>
 +firewall-cmd --permanent --add-service=rpc-bind
 +firewall-cmd --permanent --add-service=mountd
 firewall-cmd --reload firewall-cmd --reload
 </code> </code>
Line 55: Line 61:
 NEED_IDMAPD=YES NEED_IDMAPD=YES
 </code> </code>
-  * **NOT REQUIRED**: No longer required in RHEL 7.4 (not sure what version this changed in)+  * **NOT REQUIRED on 7.4**: No longer required in RHEL 7.4 (not sure what version this changed in)
  
 \\ \\
Line 65: Line 71:
 </code> </code>
   * Edit domain as required for system   * Edit domain as required for system
-  * **NOT REQUIRED**: No longer required in RHEL 7.4 (not sure what version this changed in) due to the default using the domain of the system exporting.+  * **NOT REQUIRED on 7.4**: No longer required in RHEL 7.4 (not sure what version this changed in) due to the default using the domain of the system exporting.
  
 \\ \\
  • linux_wiki/provide_network_shares_to_specific_clients.1523592065.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)