What information can be found in the log file specified by the status parameter in OpenVPN’s server.conf
What information can be found in the log file specified by the status parameter in
OpenVPN’s server.conf? (Select TWO correct answers)
which perform tests against remote services?
Which command can be used when writing scripts which perform tests against remote
services?
Where else could be this different runlevel be defined?
After changing the default runlevel in the init configuration file, the system boots in a
different than the intended runlevel. Where else could be this different runlevel be defined?
Which of the following commands can be used to connect and interact with remote services?
Which of the following commands can be used to connect and interact with remote
services? (Choose TWO correct answers.)
Which configuration directive could be used for this purpose?
A BIND server should never answer queries from certain networks or hosts. Which
configuration directive could be used for this purpose?
Which configuration block in Nginx is used to define settings for a reverse proxied web server?
Which configuration block in Nginx is used to define settings for a reverse proxied web
server?
What is the purpose of a PTR record?
What is the purpose of a PTR record?
what keyword is missing from the following configuration sample?
When trying to reverse proxy a web server through Nginx, what keyword is missing from the
following configuration sample? location / { _________ http://proxiedserver:8080; }
What directive can be used in named.conf to restrict zone transfers to the 192.168.1.0/24 network?
What directive can be used in named.conf to restrict zone transfers to the 192.168.1.0/24
network?
what keyword is required to pass the Host header from the original request to the proxied server?
When trying to reverse proxy a web server through Nginx, what keyword is required to pass
the Host header from the original request to the proxied server? … { _________ Host $host
… }