LPIC-1 • Practice Test 37
Free LPIC-1 practice test — 15 questions with explanations. Set 37. No signup required.
A junior admin is tasked with configuring network bonding on a Debian server with two Ethernet interfaces, eth0 and eth1. The goal is to provide link redundancy using active-backup mode. The admin edits /etc/network/interfaces and adds configuration for bond0 with slaves eth0 eth1, then runs 'ifup bond0'. However, the bond interface fails to come up and the error message indicates that the 'bond' kernel module is not loaded. The admin checks with 'lsmod | grep bonding' and finds no output. Which additional step is required to successfully bring up the bond interface? Options: A) Run 'modprobe bonding' before ifup, B) Add 'auto bond0' in /etc/network/interfaces, C) Use ifenslave directly after ifup, D) Reboot the system to load the module.