Pages

Tuesday, March 17, 2015

RHEL v6 : NFS setup

== server
yum install nfs-utils.x86_64
reboot (yes again)
service nfs start
vi /etc/exports
/sbin/service nfs reload
service iptables stop 


== client
yum install nfs-utils.x86_64
reboot (yes again)
service rpcbind restart
service iptables stop 
mount -t nfs server:/nfsshare /nfsshare

 http://computernetworkingnotes.com/network-administration/how-to-configure-nfs-server-in-rhel-6.html

No comments:

Post a Comment