Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6544186
  • 博文数量: 1159
  • 博客积分: 12444
  • 博客等级: 上将
  • 技术积分: 12570
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-13 21:34
文章分类

全部博文(1159)

文章存档

2016年(126)

2015年(350)

2014年(56)

2013年(91)

2012年(182)

2011年(193)

2010年(138)

2009年(23)

分类: LINUX

2010-03-09 08:36:40

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
#


阅读(1853) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~