LPIC-2 • Practice Test 18
Free LPIC-2 practice test — 15 questions with explanations. Set 18. No signup required.
Refer to the exhibit. A client with MAC address 08:00:27:ab:cd:ef on the 192.168.1.0/24 network receives IP 192.168.2.10 instead of an IP from the 192.168.1.0 subnet. What is the most likely explanation?
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.100 192.168.1.200;
}
subnet 192.168.2.0 netmask 255.255.255.0 {
range 192.168.2.100 192.168.2.200;
}
host special {
hardware ethernet 08:00:27:ab:cd:ef;
fixed-address 192.168.2.10;
}