Author: techfox9
Basic NIS / yp Client Configuration ..
Monday, March 22nd, 2010 @ 11:04 pm
NIS = Network Information Service, YP = Yellow Pages
1. Add domain to file /etc/sysconfig/network
NISDOMAIN=mydomain
2. Add IP to NIS server to /etc/yp.conf file
domain mydomain server 192.168.2.25
3. Start it
/etc/init.d/ypbind start