F15 libvirt net-edit will not use static dhcp addresses for dnsmasq

Deron Meranda deron.meranda at gmail.com
Wed Jun 29 17:36:53 UTC 2011


On Wed, Jun 29, 2011 at 1:25 PM, Deron Meranda <deron.meranda at gmail.com> wrote:
> In Fedora 15 I'm trying to set up statically-assigned DHCP addresses
> for virtual machine domains, but libvirt does not pass this on to
> dnsmasq.


I think I solved this myself. You need to shut down the virtual
network before you can edit it.  Thus editing static DHCP addresses
must be done as follows:

# virsh -c qemu:///system net-destroy vmnet
# virsh -c qemu:///system net-edit vmnet
# virsh -c qemu:///system net-start vmnet

-- 
Deron Meranda
http://deron.meranda.us/


More information about the users mailing list