Which of the following options in your eth0 network interface configuration file should you use to get the IP address information dynamically from a DHCP server?
  1. bootproto
  2. startmode
  3. ipaddr
  4. getdhcp
Explanation
Answer - A - You should use the bootproto option in your eth0 network interface configuration file to get the IP address information dynamically from a DHCP server.

Key Takeaway: The BOOTPROTO option is used to specify whether the interface uses a static or dynamic IP address assignment. The BOOTPROTO=“static” command specifies that the interface used is a static IP address assignment. The BOOTPROTO=“dhcp” command specifies that the interface used is a dhcp IP address assignment.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz