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?
A.
Add the IP address and the host name to the station1’s /etc/hosts file.
B.
Add the entry BOOTPROTO=static to the /etc/sysyconfig/network-scripts/ifcfg-eth0 file.
C.
Add the line PEERDNS=no to the /etc/sysconfig/network-scripts/ifcfg-eth0 file of station1.
D.
Add the line PEERNTP=no to the station1’s /etc/sysconfig/network-scripts/ifcfg-eth0 file.
E.
Add the line PEERNIS=no to the station1’s /etc/sysconfig/network-scripts/ifcfg-eth0 file.