NFS
The following describe how to configure a Red Hat Enterprise Linux 8 or equivalent server to serve out NFS shares.
Install nfs-utils
:
Enable and start the two required services required:
Open the required firewall ports:
Depending on the storage available, create directories on the NFS host to share out, for example:
Then define the share in /etc/exports
:
Use the following command to make any defined share available:
Use the following commands to view available shares on the NFS host:
You can also use the showmount
command on an external host to test the visibility: