I am tired of installing the real machine, so I am tossing the Virtual Machine :)
Centos 6 is installed in the vbox and the NIC is configured, but the network cannot be automatically started when the instance is started. However, onboot clearly sets yes in the NIC parameters.
I found it online and found that the network service was not started.
The solution is as follows:
1.
Chkconfig -- list network check whether the network service is running
Before the change, all of them are off. The preceding number indicates the running level. The corresponding number can be viewed in the/etc/inittab.
2
Chkconfig -- level 3 network on
In this way, you can enable it. Pay attention to the current running level. The changed result is shown in the figure above, which contains an on. After reboot, ifconfig will be able to see that the two NICs are started :)
References:
1. About the issue that the ora cannot automatically activate the dynamic website card (resolved)
Http://phorum.study-area.org/index.php? Topic = 59257.0
2. [help] The NIC cannot be started automatically after fedora10 is started
Http://www.linuxsir.org/bbs/thread363444.html