1,760
edits
Changes
→NIS (Network Information Services)
{{Admon/important|Prerequisites|Before you begin make sure your Fedora 16 host and virtual machines are up to date (yum update).
Ensure both host and VM's have firewalls set up according to prior labs and all labs have been completed.
Ensure that your nfs NFS server is running on the host and exporting the '/home' directory. }}
===PART A: Setting up your NIS Server===
systemctl start ypxfrd.service
systemctl enable ypxfrd.service
*Verify that your servers are running correctly with Backup the configuration for NIS databases cp /var/yp/Makefile /var/yp/Makefile.org*Modify the following command (NFS, ypserv and fypxfrd) :two lines in /var/yp/Makefile from MINUID=500 MINGID=500to MINUID=1000 rpcinfo -pMINGID=1000
*Now change to directory /var/yp and run this command
make