多选题Ypserv软件是Linux平台上NIS/YP协议的实现,但是NIS服务经常受到安全问题的困扰。为了提高安全性,作为管理员的你,在配置公司的ypserv服务器的时候,应该指定只有公司的局域网用户(192.168.1.0/24)可以访问NIS服务器。为了实现这一目标需要()。A创建文件 securenets 并增加一行:255.255.255.0192.168.1.0B创建文件 securenets 并增加一行:192.168.1.0255.255.255.0C配置/etc/ypserv.conf,设置 maps 文件的访问控制:255.255.255.0/192.168.1.0 :* :* :noneD配置/etc/ypserv.conf,设置 maps 文件的访问控制:192.168.1.0/255.255.255.0 :* :* :none
多选题
Ypserv软件是Linux平台上NIS/YP协议的实现,但是NIS服务经常受到安全问题的困扰。为了提高安全性,作为管理员的你,在配置公司的ypserv服务器的时候,应该指定只有公司的局域网用户(192.168.1.0/24)可以访问NIS服务器。为了实现这一目标需要()。
A
创建文件 securenets 并增加一行:255.255.255.0192.168.1.0
B
创建文件 securenets 并增加一行:192.168.1.0255.255.255.0
C
配置/etc/ypserv.conf,设置 maps 文件的访问控制:255.255.255.0/192.168.1.0 :* :* :none
D
配置/etc/ypserv.conf,设置 maps 文件的访问控制:192.168.1.0/255.255.255.0 :* :* :none
参考解析
解析:
暂无解析
相关考题:
在Linux下进行DNS服务时,(57)文件规定了解析使用的服务及服务的顺序,例如可以通过在该文件中加入“Order hosts,DNS,NIS”设定先访问DNS再访问NIS的域名解析顺序。A./etc/host.confB./etc/resolv.confC./etc/dns.confD./ete/named.conf
下列关于NIS说法正确的是()。A、NIS由一个服务器,一个客户端库以及几个管理工具组成B、Ypserv是客户端进程,ypbind是服务器守护进程C、NIS可以在互连网上提供域名解析服务D、NIS的客户端配置文件是/etc/ypbind.conf
UDP是传输层重要协议之一,哪一个描述是正确的?()A、基于UDP的服务包括FTP、HTTP、TELNET等B、基于UDP的服务包括NIS、NFS、NTP及DNS等C、UDP的服务具有较高的安全性D、UDP的服务是面向连接的,保障数据可靠
On a system wide basis, which of the following procedures is best to make NIS name resolution take precedence over DNS?()A、Remove the /etc/resolv.conf fileB、Unset the NSORDER environment variableC、Add the following line to /etc/netsvc.conf: hosts=nis,bind,localD、In a NIS and DNS environment, NIS takes precedence so there is nothing to change
Which of the following procedures best explains how to enable the NIS name resolution to take precedence over DNS on a system-wide basis?()A、 Add the following line to /etc/netsvc.conf: hosts = nis,bind,local B、 edit /etc/netsvc.conf to add the following: process /full/path/of/process /{ hosts = local,nis,dns} C、 In an NIS and DNS environment, NIS takes precedence over DNS in this environment resulting in no change D、 Change the NSORDER environment variable
Which of the following NIS daemons must run on an AIX NIS client machine?()A、ypbindB、ypservC、ypwhichD、yppasswdd
Which of the following NIS daemons must run on an AIX machine configured as an NIS master?()A、ypbindB、ypservC、ypwhichD、yppasswdd
Linux中作为NIS客户端的使用时,不需要进行哪一步()。A、配置/etc/hostsB、使用domainname配置本机域名C、设置/etc/yp.conf文件D、D.执行/etc/rd/init.d/ypservstart命令
单选题Linux中作为NIS客户端的使用时,不需要进行哪一步()。A配置/etc/hostsB使用domainname配置本机域名C设置/etc/yp.conf文件DD.执行/etc/rd/init.d/ypservstart命令
多选题NIS服务器用于对Linux/Unix主机的用户帐号进行集中管理,NIS服务器中可以使用securents文件对NIS客户端进行访问控制;securenets文件应保存在“/var/yp”目录中,以下securenets文件的配置记录格式正确的是()。Ahost127.0.0.1Bhost192.168.2.23/24C255.255.255.0192.168.1.0D192.168.1.0/24
单选题On a system wide basis, which of the following procedures is best to make NIS name resolution take precedence over DNS?()ARemove the /etc/resolv.conf fileBUnset the NSORDER environment variableCAdd the following line to /etc/netsvc.conf: hosts=nis,bind,localDIn a NIS and DNS environment, NIS takes precedence so there is nothing to change
多选题Ypserv软件是Linux平台上NIS/YP协议的实现,但是NIS服务经常受到安全问题的困扰。为了提高安全性,作为管理员的你,在配置公司的ypserv服务器的时候,应该指定只有公司的局域网用户(192.168.1.0/24)可以访问NIS服务器。为了实现这一目标需要()。A创建文件 securenets 并增加一行:255.255.255.0192.168.1.0B创建文件 securenets 并增加一行:192.168.1.0255.255.255.0C配置/etc/ypserv.conf,设置 maps 文件的访问控制:255.255.255.0/192.168.1.0 :* :* :noneD配置/etc/ypserv.conf,设置 maps 文件的访问控制:192.168.1.0/255.255.255.0 :* :* :none
问答题简述NIS服务器。