Search results

  1. A

    [SOLVED] No network connectivity on fresh install

    Update bios and firmware to latest version. Replace patch cord. Try to use another ethernet port on different network card, for example eth1 (e1000e driver). To do this, set "bridge_ports eth1" in /etc/network/interfaces or try all cards, set "bridge_ports eth0 eth1 eth2 eth3 eth4". Manually...
  2. A

    [SOLVED] Import Virtual Machine in local-lvm

    Compare: Metasploitable.qcow2 - real file name Metaspoitable.qcow2 - in config
  3. A

    [SOLVED] Import Virtual Machine in local-lvm

    Check attentively file names. Don't copy/paste without thinking. I mistake and lose 'l' in file name on sample, you copy these without check.
  4. A

    [SOLVED] Import Virtual Machine in local-lvm

    Look you VM config (/etc/pve/qemu-server/100.conf), what name of your disks. Best chose in you situation - rename Metaspoitable.qcow2 to vm-100-disk-1.qcow2 and edit VM config. sample for ide: boot: cdn bootdisk: ide0 ide0: file=local:100/vm-100-disk-1.qcow2,size=8G Read this...