Ive got a problem about setting up NIS in my Lab Network, ive just
installed Redhat Linux 7.3 and these are the steps i run on both
server and client side:
Server Side:
server# domainname slinux
server# /etc/rc.d/init.d/ypserv start
server# /usr/lib/yp/ypinit -m
server# cd /var/yp;make
Client Side:
client# /etc/yp.conf: domain slinux broadcast (what i write
in /etc/yp.conf file)
client# domainname slinux
client# /etc/rc.d/init.d/ypbind start
but just as we run the last command /etc/rc.d/init.d/ypbind start we
encounter with this message:
Bind.ging to the NIS domain [OK]
Listing for an NIS domain server ................... [failed]
what im missing in my configuration steps or what might be wrong??
im already compeletly mixed up cos its my first expirence, id
apreciate any guides or hints from experts cos we urgently need the
networkd to be up.