Search results

  1. F

    [SOLVED] Networking issue with VM

    Hello I have solved the issue. When I migrated my vm from Kvm it had a different network interface from the one from the new vm on Proxmox these are my steps that solved the issue: grep -nr "enp1s0" (old interface name from kvm) vim /etc/netplan/00-installer-config.yaml change enp1s0 to...
  2. F

    [SOLVED] Networking issue with VM

    Hi Mira , Yes there is a network device attached. Please find the attached screenshot of ip -details a
  3. F

    [SOLVED] Networking issue with VM

    Hello Everyone I migrated a KVM image testvm.qcow2 into Proxmox VE The steps I did : 1- Create a VM on Proxmox with the resources as my KVM image testvm.qcow2 2- after that I moved my testvm.qcow2 to the /var/lib/vz/images/101 3- I just renamed testvm.qcow2 to vm-101-disk-0.qcow2 4- I then...