This is an old revision of the document!
hans is the host for nfs home directories. The shares are currently stored in /home. The share is configured in /etc/exports.
In order for mounting to work, the clients IP address must be added to the /etc/hosts.allow file on hans
install these
sudo apt-get install portmap nfs-common
add this line to the clients /etc/fstab
/etc/fstab
172.29.0.5:/srv/nfs4/homes /home nfs _netdev,auto 0 0
change this line in the clients /etc/idmapd.conf
/etc/idmapd.conf
Domain = acm.cs.uic.edu