1Z0-100 · Question #10
You have a single network adapter called eth0. DEVICE = eth0 BOOTPROTO=DHCP HWADR=BC:305B:C5:63;F1 NM_CONTROLLED=no ONBOOT=YES TYPE=Ethernet PEERDNS=no UUID=C9dba2e8-9faf-4b77-bbe2-92dd81dda1f9…
The correct answer is A. DHCP is used to obtain a lease on an IP address. C. dhclient does not override the contents of /etc/resolv.conf. A: BOOTPROTO=DHCP C: PEERDNS=answer where answer is one of the following: yes -- Modify /etc/resolv.conf if the DNS directive is set. If using DHCP, then yes is the default. no -- Do not modify /etc/resolv.conf. Note: The "/etc/resolv.conf" file is used to configure the…
Question
You have a single network adapter called eth0. DEVICE = eth0 BOOTPROTO=DHCP HWADR=BC:305B:C5:63;F1 NM_CONTROLLED=no ONBOOT=YES TYPE=Ethernet PEERDNS=no UUID=C9dba2e8-9faf-4b77-bbe2-92dd81dda1f9 Which two statements are true concerning eth0 based on this configuration?
Options
- ADHCP is used to obtain a lease on an IP address.
- BThe dhclient command may only be used to obtain a lease at boot time.
- Cdhclient does not override the contents of /etc/resolv.conf.
- DDNS is not used to resolve host names for this adapter.
- Edhclient overrides the contents of /etc/resolv.conf.
How the community answered
(37 responses)- A73% (27)
- B3% (1)
- D8% (3)
- E16% (6)
Explanation
A: BOOTPROTO=DHCP C: PEERDNS=answer where answer is one of the following: yes -- Modify /etc/resolv.conf if the DNS directive is set. If using DHCP, then yes is the default. no -- Do not modify /etc/resolv.conf. Note: The "/etc/resolv.conf" file is used to configure the location of the DNS servers to be used for name resolution.
Topics
Community Discussion
No community discussion yet for this question.