NFS: Provide Network
shares to specific Clients
(I am using
NFS server and NFS clients for this context, but actually no NFS server exists,
the server which is sharing NFS files assumed as NFS server and the clients or
servers which are accessing those NFS files are assumed as NFS clients)
On the NFS server Side (server IP 192.168.2.250)
Install necessary
packages,
#yum install
nfs-utils rpcbind
#/etc/init.d/nfs
start
#/etc/init.d/rpcbind
start
Create NFS
shares:
Edit file
/etc/exportfs
Inside
/etc/exportfs add the mount point and share permissions,
#nano
/etc/exportfs
#add the
shares