I want to test a maas install via kvm/qemu/libvrt (using virt-manager). Is there a way I can create a subnet and install a maas host as dhcp owner within that subnet?
I would prefer the subnet to use NAT to connect out as well, but this is not essential.
Edit:
Easier than I thought, just added the line
to the libvrt network to enable pxe booting from the guest server 192.168.122.236
I would prefer the subnet to use NAT to connect out as well, but this is not essential.
Edit:
Easier than I thought, just added the line
Code:
<bootp file='pxelinux.0' server='192.168.122.236' />