Apologies if this forum isn’t the right place for virter discussion. I don’t see that the discussions feature is turned on for the GitHub repo.
I have a couple of questions:
- When running
virter vm run
, the--help
says that the--id
is “ID for VM which determines the IP address.” From what I can tell, this just means that the value is used as the last octet of the IP address. Is there more to it than that? So by extension, is the valid range of values something like 1…254? - Occasionally when running
virter image build
orvirter vm run
even if no other VMs are currently running, I get an error likeFailed to build image: preset ID '160' already used
. What does this mean? Where in my system are these IDs persisted? I can get this error even ifvirter vm ls
orvirter network list-attached default
show empty lists. - Even more frequently, during a
virter image build
or avirter ssh
I’ll get something like:ssh: handshake failed: ssh: host key mismatch
. What does this mean, and what can I do to avoid it?
Thanks!
-SG