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.
第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)目录中。
第2题:
Linux 环境中,如果要配置DNS客户端,应该修改()配置文件
A./etc/resolv.conf
B./etc/sysconfig/network-scripts/ifcfg-eth0
C./etc/nsswitch.conf
D./etc/named.conf
第3题:
1、要获取当前目录下的所有文件,要采用下面的方法:
A.Directory.GetLogicalDrives()
B.Directory.GetDirectories()
C.Directory.GetFiles()
D.Directory.GetCurrentDirectory()
第4题:
Linux 环境中,如果要配置DNS客户端,应该修改的()配置文件。
A./etc/resolv.conf
B./etc/nsswitch.conf
C./etc/named.conf
D./etc/sysconfig/network-scripts/ifcfg-eth0
第5题:
要获取当前目录下的所有文件,要采用下面的方法:
A.Directory.GetLogicalDrives()
B.Directory.GetDirectories()
C.Directory.GetFiles()
D.Directory.GetCurrentDirectory()
第6题:
要获取当前目录下的所有文件,要采用下面的方法:
A.Directory.GetLogicalDrives()
B.Directory.GetLogicalDrives()
C.Directory.GetFiles()
D.Directory.GetCurrentDirectory()