I just setup an experiment, and I wanted to post about it here so that anyone interested in this could see it. My goal was to create a network similar to the host-only networks where you can have VMs ...
So I'm playing around with libvirt. I can create VMs, etc. but I want to give VMs hostnames so I can ssh in easily instead of noting their IP and stuff. By default, libvirt will setup a 192.168.122.x ...
KVM is the kernel-based virtual machine, a mainline kernel feature since versuib 2.6.20 for running virtualized guest systems on top of a host system. In less technical terms, this means you can run ...