Quote:
The end result is a setup that doesn't work
|
What is say's any error messages or ...
Anyway lets have a look at this quick how to for u,
A quick NIS configuring how to
=========================
NIS server
--------------
1. nisdomainname <your system name>
2. confirm nisdomain name is set or not by issuing following command
nisdomainname
3. /etc/init.d/portmap start
4. /etc/init.d/ypserv start
5. /usr/lib/yp/ypinit -m
6. /etc/rc.d/init.d/yppassdd start
7. /etc/sysconfig/network
NISDOMAIN=<your nis domain name specified at step 1>
NIS Client
-------------
1. nisdomainname <ur nisdomainname specied step 1 of NIS server config.>
2. vi /etc/yp.conf
ypserver <ip address of the nis server>
3./etc/init.d/ypbind start
-Akshat