Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam 202-450 Topic 9 Question 86 Discussion

Actual exam question for Lpi's 202-450 exam
Question #: 86
Topic #: 9
Which option within the ISC DHCPD configuration file defines the IPv4 DNS server address(es) to be sent to the DHCP clients?

Suggested Answer: A Vote an answer

Explanation
The option within the ISC DHCPD configuration file that defines the IPv4 DNS server address(es) to be sent to the DHCP clients is domain-name-servers. This option takes one or more IPv4 addresses as arguments and specifies the DNS servers that the client should use for name resolution. The domain-name-servers option is part of the standard DHCP options defined in RFC 2132 and is supported by the ISC DHCP server. The domain-name-servers option can be specified globally, per subnet, per shared network, per group, or per host in the dhcpd.conf file. For example, the following line in the dhcpd.conf file will assign the DNS servers
192.168.1.1 and 192.168.1.2 to all DHCP clients:
option domain-name-servers 192.168.1.1, 192.168.1.2;
References:
ISC DHCP 4.4 Manual Pages - dhcp-options
[RFC 2132 - DHCP Options and BOOTP Vendor Extensions]
isc-dhcp-server - Community Help Wiki - Official Ubuntu Documentation

by Jocelyn at Jan 24, 2024, 03:11 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.