retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.63k stars 362 forks source link

CentOS6:No ifcfg-eth0. #592

Closed xiaoqian2006 closed 10 months ago

xiaoqian2006 commented 10 months ago

I didn't detect the NIC after installing CentOS6 following the default steps.

image

The network card is configured as follows:

image

While installing it, I noticed a little difference and the picture above the net:

image

catborise commented 10 months ago

for now changing model of network card is not possible while creating instance or adding new nic. but you can change it manually. change model type of network card to "e1000e" or e1000 you can edit with edit network button or xml image

or from image to: image

xiaoqian2006 commented 10 months ago

After the modification, the execution of ip addr can see the network card, but ifcfg-eth0 is not generated, so I manually added up, in addition to the UUID is not added, the parameters have all the parameters, but does not seem to work!

image

I chose to recreate a VM instance , change the NIC configuration before the iso bootloader executes, and it worked!

image

xiaoqian2006 commented 10 months ago

@catborise Thanks for the answer, CentOS6 is now fully installed!