nis_client.txt
[root@localhost ~]# echo "192.168.6.222 NISserver">>/etc/hosts
[root@localhost ~]# nisdomainname testname
[root@localhost ~]# echo "/bin/nisdomainname testname">>/etc/rc.local
[root@localhost ~]# echo "NISDOMAIN=testname">>/etc/sysconfig/network
[root@localhost ~]# echo "domain testname server NISserver">>/etc/yp.conf
[root@localhost ~]# vim /etc/nsswitch.conf
passwd: files nis
shadow: files nis
group: files nis
#hosts: db files nisplus nis dns
hosts: files nis dns
[root@localhost ~]# service ypbind status
ypbind 已停
[root@localhost ~]# service ypbind start
打开 allow_ypbind 的 SELinux 布尔值
关联到 NIS 域: [确定]
关闭 allow_ypbind 的 SELinux 布尔值... [失败]
[root@localhost ~]# iptables -F
[root@localhost ~]# service ypbind start
打开 allow_ypbind 的 SELinux 布尔值
关联到 NIS 域: [确定]
监听 NIS 域服务器。.
[root@localhost ~]# echo "NISserver:/home/ /home nfs defaults 0 0" >> /etc/fstab
[root@localhost ~]# mount /home
++++++++++++++++++++++++++++++++++++++
[root@localhost ~]# vim /etc/auto.master
#
/misc /etc/auto.misc
/home /etc/auto.home
#
阅读(1904) | 评论(0) | 转发(0) |