Hi;

I have just installed Fedora 40 and all the kvm/qemu/libvirt bits

I can run virt-manager and install a new guest and when I start the guest it comes up automatically with a valid network / ip address

I also converted a fedora 38 vm that has a gui interface and it also works fine


However, I have several ALMA 8 VMWare vm's and I am able to convert them like this:

# virt-v2v -i vmx /data/vmware/Alma-HA-DR-Data3/Alma-HA-DR-Data3.vmx -o libvirt -of qcow2 -os default -n default

where the original VMware folder is at /data/vmware/Alma-HA-DR-Data3

It converts and I can start the guest but it has no network, I see the standard network device but it has no ip address, trying to bring it up with the following command has no effect:

# ifconfig enp1s0 up


The guest NIC details (in the guest details ) show this:

Network source:  Virtual network 'default' :NAT

Device model:       virtio

Mac address:  00:0c:29:4f:14:c3

IP Address:  Unknown

Link State:  active


The guest NIC details xml tab shows this:

<interface type="network">
  <mac address="00:0c:29:4f:14:c3"/>
  <source network="default" portid="35431ccd-cdd2-4cde-b2ec-8310b912e188" bridge="virbr0"/>
  <target dev="vnet5"/>
  <model type="virtio"/>
  <alias name="net0"/>
  <address type="pci" domain="0x0000" bus="0x01" slot="0x00" function="0x0"/>
</interface>



Thanks in advance for any advice

--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to