Re: [libvirt-users] Automatically assign static ipv4 via dhcp to new VMs (Tim)

2013-10-07 Thread Laine Stump
On 10/05/2013 08:22 PM, Chandana De Silva wrote: > You can do this with the built in dhcp server for the virtual network. > The definition is passed to dnsmasq. > > ... > > > > ip="192.168.122.10" /> > > > ... but if you do this via "virsh net-edit", you will have to stop and r

Re: [libvirt-users] Automatically assign static ipv4 via dhcp to new VMs (Tim)

2013-10-05 Thread Chandana De Silva
You can do this with the built in dhcp server for the virtual network. The definition is passed to dnsmasq. ... ... See : http://wiki.libvirt.org/page/VirtualNetworking#XML_format On 05/10/13 20:50, libvirt-users-requ...@redhat.com wrote: 1. Automatically assign stati