您的位置:首页 > 其它

nis_client.txt

2016-03-30 09:53 211 查看
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

#
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: