New Year Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free LPI 202-450 Practice Exam with Questions & Answers | Set: 2

Questions 11

What option for BIND is required in the global options to disable recursive queries on the DNS server by default?

Options:
A.

allow-recursive-query (none; );

B.

allow-recursive-query off;

C.

recursion {disabled; };

D.

recursion {none; };

E.

recursion no;

LPI 202-450 Premium Access
Questions 12

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

Options:
A.

exportfs

B.

mkfs.nfs

C.

mount

D.

nfsservct1

E.

telinit

Questions 13

When trying to reverse proxy a web server through Nginx, what keyword is missing from the following configuration sample?

202-450 Question 13

Options:
A.

remote_proxy

B.

reverse_proxy

C.

proxy_reverse

D.

proxy_pass

E.

forward_to

Questions 14

In order to join a file server to the Active Directory domain intra.example.com, the following smb.conf has been created:

202-450 Question 14

The command net ads join raises an error and the server is not joined to the domain. What should be done to successfully join the domain?

Options:
A.

Change server role to ad member server to join an Active Directory domain instead of an NT4 domain.

B.

Add realm = intra.example.com to the smb.conf and change workgroup to the domain’s netbios workgroup name.

C.

Manually create a machine account in the Active Directory domain and specify the machine account’s name with –U when starting net ads join.

D.

Remove the winbind enum users and winbind enum groups since winbind is incompatible with Active Directory domains.

E.

Remove all idmap configuration stanzas since the id mapping is defined globally in an Active Directory domain and cannot be changed on a member server.

Questions 15

According to the configuration below, what is the full e-mail address of the administrator for this domain?

202-450 Question 15

Options:
Questions 16

A company is transitioning to a new DNS domain name and wants to accept e-mail for both domains for all of its users on a Postfix server.

Which configuration option should be updated to accomplish this?

Options:
A.

mydomain

B.

mylocations

C.

mydestination

D.

myhosts

E.

mydomains

Questions 17

Which of the following DNS records could be a glue record?

Options:
A.

ns1.labA198.51.100.53

B.

labNS198.51.100.53

C.

ns1.labNS198.51.100.53

D.

ns1.A198.51.100.53

E.

ns1.labGLUE198.51.100.53

Questions 18

Which http_access directive for Squid allows users in the ACL named sales_net to only access the Internet at times specified in the time_acl named sales_time?

Options:
A.

http_access deny sales_time sales_net

B.

http_access allow sales_net sales_time

C.

http_access allow sales_net and sales-time

D.

allow http_access sales_net sales_time

E.

http_access sales_net sales_time

Questions 19

A host, called lpi, with the MAC address 08:00:2b:4c:59:23 should always be given the IP address of 192.168.1.2 by a DHCP server running ISC DHCPD.

Which of the following configurations will achieve this?

202-450 Question 19

Options:
A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Questions 20

How must Samba be configured such that it can check CIFS passwords against those found in /etc/passwd and /etc/shadow?

Options:
A.

Set the parameters “encrypt passwords = yes” and “password file = /etc/passwd”

B.

Set the parameters “encrypt passwords = yes”, “password file = /etc/passwd” and “password algorithm = crypt”

C.

Delete the smbpasswd file and create a symbolic link to the passwd and shadow file

D.

It is not possible for Samba to use /etc/passwd and /etc/shadow directly

E.

Run smbpasswd to convert /etc/passwd and /etc/shadow to a Samba password file