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 stopmount -t nfs server:/nfsshare /nfsshare
http://computernetworkingnotes.com/network-administration/how-to-configure-nfs-server-in-rhel-6.html
No comments:
Post a Comment