2011/03/19

CentOS 5.5 NFS -

To enable CentOS 5.5 NFS service,

# yum install nfs-utils nfs-utils-lib

# vi /etc/exports
/home    *(rw,sync,no_root_squash,no_subtree_check)

# service portmap start
# service nfs start


On client, you may get error messages: No route to host.
# service iptables stop

沒有留言: