What is the purpose of setting ONPARENT = no in an Interface configuration file located in /etc/sysconfig/network-scripts?The ONBOOT directive tells the network initialization scripts not to start a given interface.If you need to stop a virtual interface from starting when the network interfaces are initialized, you need to set ONPARENT instead of ONBOOT to no.References:
Question:
What is the purpose of setting ONPARENT = no in an Interface configuration file located in /etc/sysconfig/network-scripts?
Options:
To prevent a network interface from being brought up during system startup
To prevent a slave network interface from being brought up during system startup
To prevent an alias network interface from being brought up during system startup
To prevent a master network interface from being brought up during system startup
Correct Answer
The Correct Answer for this Question is
To prevent an alias network interface from being brought up during system startup