NFS Network File Sharing Configuration Important Files Directory in Red Hat Linux

Before you install the NFS you must stop the ipatables
#service iptables stop
Or
#chkconfig iptables off

Install the NFS files
#yum install nfs*
ADD the shared files in the NFS configuration file
/etc/exports
Start the portmap
#service portmap start

Client Side
Mount the share file
#mount ipaddress:/sharefolder

Related post