Your network contains two Active Directory forests named contoso.com and fabrikam.com.You have a standalone Network Policy Server (NPS) named NPS1.You have a VPN server named VPN1. VPN1 is configured as a RADIUS client to NPS1.You need to ensure that user

题目

Your network contains two Active Directory forests named contoso.com and fabrikam.com.You have a standalone Network Policy Server (NPS) named NPS1.You have a VPN server named VPN1. VPN1 is configured as a RADIUS client to NPS1.You need to ensure that users from both forests can establish VPN connections by using their own domain accounts.What should you do?()

A. On NPS1, configure remediation server groups.

B. On NPS1, configure connection request policies.

C. On VPN1, modify the DNS suffix search order.

D. On VPN1, modify the IKEv2 Client connection controls.


相似考题
更多“Your network contains two Active Directory forests named contoso.com and fabrikam.com.You ”相关问题
  • 第1题:

    请在(7)、(8)、(9)处填写恰当的内容。

    在Linux系统中设置域名解析服务器,已知该域名服务器上文件named.conf的部分内容如下:

    OPtions {

    directory '/var/named';

    };

    zone '.' {

    type hint;

    file 'named.ca';

    }

    zone 'localhost' IN {

    file "localhost.zone" allow-update{none;};

    };

    zone '0.0.127.in-addr.arpa'{

    type master;

    file 'named.local';

    };

    zone 'test.com'{

    type(7);

    file 'test.com';

    };

    zone '40.35.222.in-addr.arpa'{

    type master;

    file '40.35.222';

    };

    include "/etc/rndc.key";

    该服务器是域test.com的主服务器,该域对应的网络地址是(8),正向域名转换数据文件存放在(9)目录中。


    正确答案:(7)master (8)222.35.40.0 (9)/var/named
    (7)master (8)222.35.40.0 (9)/var/named 解析:BIND域名服务器的守护进程是named,其主要配置文件是/etc/named.conf,在启动时named服务程序读取该配置文件来决定应该如何工作。
    named.conf文件由语句(起作用的命名配置)、注释和空行组成。常用语句的声明如下。
    options语句,允许为名字服务器设置全局选项,通常在options{}语句块中指定名字服务器的工作目录路径(设置directory目录选项)、转发DNS查询的IP地址表(设置forwarders选项)等。
    在多个zone语句中定义区域文件,指出某个域的地址转换配置信息(或者反向转换配置信息)存放的数据库文件名称和类型,如果为特定的域设置多个名字服务器,可以使用type master选项只设置其中一个为主要的或授权名字服务器,其他名字服务器(个数不限)必须设置为从名字服务器(type slave)。反向DNS区域(通过IP地址查询主机名称为反向查询,查询信息在反向DNS区域文件中)配置采用特殊的区域名字,要求把网络IP地址的分段数字“反向”并在名字的最后增加in-addr.arpa来创建反向DNS区域名字,该文件的数字串(用点符号分割)从右到左就是由该区域文件管理网络域的网络地址。

  • 第2题:

    Linux 环境中,如果要配置DNS客户端,应该修改()配置文件

    A./etc/resolv.conf

    B./etc/sysconfig/network-scripts/ifcfg-eth0

    C./etc/nsswitch.conf

    D./etc/named.conf


    etc/sysconfig/network-scripts/ifcfg-eth0

  • 第3题:

    1、要获取当前目录下的所有文件,要采用下面的方法:

    A.Directory.GetLogicalDrives()

    B.Directory.GetDirectories()

    C.Directory.GetFiles()

    D.Directory.GetCurrentDirectory()


    Directory.GetCurrentDirectory()

  • 第4题:

    Linux 环境中,如果要配置DNS客户端,应该修改的()配置文件。

    A./etc/resolv.conf

    B./etc/nsswitch.conf

    C./etc/named.conf

    D./etc/sysconfig/network-scripts/ifcfg-eth0


    etc/sysconfig/network-scripts/ifcfg-eth0

  • 第5题:

    要获取当前目录下的所有文件,要采用下面的方法:

    A.Directory.GetLogicalDrives()

    B.Directory.GetDirectories()

    C.Directory.GetFiles()

    D.Directory.GetCurrentDirectory()


    Directory.GetCurrentDirectory()

  • 第6题:

    要获取当前目录下的所有文件,要采用下面的方法:

    A.Directory.GetLogicalDrives()

    B.Directory.GetLogicalDrives()

    C.Directory.GetFiles()

    D.Directory.GetCurrentDirectory()


    Directory.GetCurrentDirectory()