Oracle
1Z0-403 · Question #64
You have a dynamic host configuration protocol (DHCP) server configured to allocate IP addresses to all the systems in the network. However, for station1, which has a single interface eth0 you don't…
The correct answer is C. Add the line PEERDNS=no to the /etc/sysconfig/network-scripts/ifcfg-eth0 file of station1. See the full explanation below for the reasoning.
Question
You have a dynamic host configuration protocol (DHCP) server configured to allocate IP addresses to all the systems in the network. However, for station1, which has a single interface eth0 you don't want the DHCP server to overwrite the /etc/resolv.conf file. How would you achieve this objective?
Options
- AAdd the IP address and the host name to the station1's /etc/hosts file.
- BAdd the entry BOOTPROTO=static to the /etc/sysyconfig/network-scripts/ifcfg-eth0 file.
- CAdd the line PEERDNS=no to the /etc/sysconfig/network-scripts/ifcfg-eth0 file of station1.
- DAdd the line PEERNTP=no to the station1's /etc/sysconfig/network-scripts/ifcfg-eth0 file.
- EAdd the line PEERNIS=no to the station1's /etc/sysconfig/network-scripts/ifcfg-eth0 file.
How the community answered
(21 responses)- A5% (1)
- C81% (17)
- D10% (2)
- E5% (1)
Community Discussion
No community discussion yet for this question.