Online Access Free 1z1-105 Practice Test
Exam Code: | 1z1-105 |
Exam Name: | Oracle Linux 6 Advanced System Administration |
Certification Provider: | Oracle |
Free Question Number: | 97 |
Posted: | Aug 27, 2025 |
Examine the contents of the dhcp configuration file:
# cat /etc/dhcp/dhcpd.conf
subnet 192.168.100.0 netmask 255.255.255.0 {
range 192.168.100.100 192.168.100.200;
}
host host100 {
hardware ethernet 00:0c:29:B9:07:41;
fixed-address 192.168.100.100;
}
Which statement is true about this DHCPD configuration?
You want to configure networking on a host and have these requirements:
1.A cache only nameserver is to be used.
2.DHCP is used to obtain an IP address.
3.DHCP must not overwrite nameserver details contained in the /etc/resolv.conf file.
4.The nameserver must be activated automatically at system startup.
5.There are two network adaptors, eth0 and eth1.
The bind package has already been installed and the network service stopped.
Which four actions must be performed to implement this requirement?