What option in the client configuration file would tell OpenVPN to use a dynamic source port when making a connection to a peer?

What option in the client configuration file would tell OpenVPN to use a dynamic source port when making a connection to a peer?A . src-portB . remoteC . source-portD . nobindE . dynamic-bindView AnswerAnswer: D

February 14, 2022 No Comments READ MORE +

Which directive in a Nginx server configuration block defines the TCP ports on which the virtual host will be available, and which protocols it will use?

CORRECT TEXT Which directive in a Nginx server configuration block defines the TCP ports on which the virtual host will be available, and which protocols it will use? (Specify ONLY the option name without any values.)View AnswerAnswer: listen

February 14, 2022 No Comments READ MORE +

Which tool creates a Certificate Signing Request (CSR) for serving HTTPS with Apache HTTPD?

Which tool creates a Certificate Signing Request (CSR) for serving HTTPS with Apache HTTPD?A . apachect1B . certgenC . cartoolD . httpsgenE . opensslView AnswerAnswer: E

February 14, 2022 No Comments READ MORE +

In a BIND zone file, what does the @ character indicate?

In a BIND zone file, what does the @ character indicate?A . It’s the fully qualified host name of the DNS serverB . It’s an alias for the e-mail address of the zone masterC . It’s the name of the zone as defined in the zone statement in named.confD ....

February 14, 2022 No Comments READ MORE +

Which one of the following options is the best way to ensure this setting is saved across system restarts?

On a Linux router, packet forwarding for IPv4 has been enabled. After a reboot, the machine no longer forwards IP packets from other hosts. The command: echo 1 > /proc/sys/net/ipv4/ip_forward temporarily resolves this issue. Which one of the following options is the best way to ensure this setting is saved...

February 13, 2022 No Comments READ MORE +

Given that all these files were correctly processed by the web server processes, which of the following statements is true about requests to the directory?

In order to protect a directory on an Apache HTTPD web server with a password, this configuration was added to an .htaccess file in the respective directory: Furthermore, a file /var/www/dir/ .htpasswd was created with the following content: usera:S3cr3t Given that all these files were correctly processed by the web...

February 13, 2022 No Comments READ MORE +

Which command is used to configure which file systems a NFS server makes available to clients?

Which command is used to configure which file systems a NFS server makes available to clients?A . exportfsB . mkfs.nfsC . mountD . nfsservct1E . telinitView AnswerAnswer: A

February 13, 2022 No Comments READ MORE +

Which of the statements below are correct regarding the following commands, which are executed on a Linux router? (Choose two.)

Which of the statements below are correct regarding the following commands, which are executed on a Linux router? (Choose two.) A . Packets with source or destination addresses from fe80::/64 will never occur in the FORWARD chainB . The rules disable packet forwarding because network nodes always use addresses from...

February 12, 2022 No Comments READ MORE +

Which of the following actions would fix the error?

The program vsftpd, running in a chroot jail, gives the following error: Which of the following actions would fix the error?A . The file /etc/ld.so.conf in the root filesystem must contain the path to the appropriate lib directory in the chroot jailB . Create a symbolic link that points to...

February 11, 2022 No Comments READ MORE +

What configuration directive of the Apache HTTPD server defines where log files are stored?

CORRECT TEXT What configuration directive of the Apache HTTPD server defines where log files are stored? (Specify ONE of the directives without any other options.)View AnswerAnswer: ErrorLog

February 9, 2022 No Comments READ MORE +