π₯[libvirt-setup]$ # setup static dhcp address on cosmos network for jupiter hostπ₯[libvirt-setup]$ π₯[libvirt-setup]$ virsh -c qemu:///system \ > net-update cosmos add-last ip-dhcp-host \ > "<host mac='52:54:00:da:70:35' name='jupiter' ip='192.168.30.2'/>" \ > --live --config --parent-index 0 Updated network cosmos persistent config and live state π₯[libvirt-setup]$ π₯[libvirt-setup]$ # create vm π₯[libvirt-setup]$ π₯[libvirt-setup]$ virt-install \ > --connect qemu:///system \ > --name jupiter \ > --ram 1024 \ > --os-type linux \ > --os-variant fedora31 \ > --graphics none \ > --network network=cosmos,mac=52:54:00:da:70:35 \ > --disk=/storage/images/jupiter.vda.x86_64.qcow2,bus=virtio,format=qcow2 \ > --import \ > --noautoconsole Starting install... Domain creation completed. π₯[libvirt-setup]$