202-450 LPIC-2 Exam 202

Loading demo links...

Showing 1–3 of 10 questions

Question 1

Which of the following lines in the sshd configuration file should, if present, be changed in order to increase the security of the server? (Choose two.)

Select all that apply, then click Submit answer.

  • Protocol 2, 1

  • PermitEmptyPasswords no

  • Port 22

  • PermitRootLogin yes

  • IgnoreRhosts yes

Question 2

Which statements about the Alias and Redirect directives in Apache HTTPD’s configuration file are true? (Choose two.)

Select all that apply, then click Submit answer.

  • Alias can only reference files under DocumentRoot

  • Redirect works with regular expressions

  • Redirect is handled on the client side

  • Alias is handled on the server side

  • Alias is not a valid configuration directive

Question 3

The Samba configuration file contains the following lines:

A workstation is on the wired network with an IP address of 192.168.1.177 but is unable to access the Samba server. A wireless laptop with an IP address 192.168.2.93 can access the Samba server. Additional trouble shooting shows that almost every machine on the wired network is unable to access the Samba server.

Which alternate host allow declaration will permit wired workstations to connect to the Samba server without denying access to anyone else?

Select all that apply, then click Submit answer.

  • host allow = 192.168.1.1-255

  • host allow = 192.168.1.100192.168.2.200localhost

  • host deny = 192.168.1.100/255.255.255.0192.168.2.31localhost

  • host deny = 192.168.2.200/255.255.255.0192.168.2.31localhost

  • host allow = 192.168.1.0/255.255.255.0192.168.2.0/255.255.255.0 localhost