Re: [libvirt-users] libvirt/dnsmasq is not adhering to static DHCP assignments

2019-08-08 Thread Christian Kujau
On Fri, 2 Aug 2019, Michal Privoznik wrote: > On 8/1/19 4:21 AM, Christian Kujau wrote: > > > > > > This is clearly a misconfiguration. 192.168.56.139 is not from > 192.168.122.130/24 subnet. Libvirt should report an error in this case but it Yes, thanks for pointing this out. A

Re: [libvirt-users] libvirt/dnsmasq is not adhering to static DHCP assignments

2019-08-02 Thread Michal Privoznik
On 8/1/19 4:21 AM, Christian Kujau wrote: This is basically a continuation of an older posting[0] I found, but apparently no solution has been posted. So, I'm trying to setup static DHCP leases with dnsmasq that is being started by libvirtd:

[libvirt-users] libvirt/dnsmasq is not adhering to static DHCP assignments

2019-07-31 Thread Christian Kujau
This is basically a continuation of an older posting[0] I found, but apparently no solution has been posted. So, I'm trying to setup static DHCP leases with dnsmasq that is being started by libvirtd: --- $ sudo virsh net-dumpxml --network

Re: [libvirt-users] libvirt/dnsmasq is not adhering to static DHCP assignments

2017-10-31 Thread Michal Privoznik
On 10/31/2017 06:27 AM, Dagmawi Biru wrote: > Hi, > > It looks like that's the issue: > # cat /var/lib/libvirt/dnsmasq/osc_mgmt.hostsfile > 52:54:00:2c:85:92,192.168.80.1,openstack-controller-00 > > But it makes me wonder...libvirt should be generating and managing this > file right? Do I need

Re: [libvirt-users] libvirt/dnsmasq is not adhering to static DHCP assignments

2017-10-30 Thread Dagmawi Biru
Hi, It looks like that's the issue: # cat /var/lib/libvirt/dnsmasq/osc_mgmt.hostsfile 52:54:00:2c:85:92,192.168.80.1,openstack-controller-00 But it makes me wonder...libvirt should be generating and managing this file right? Do I need to edit this myself or should libvirt be updating this file?

Re: [libvirt-users] libvirt/dnsmasq is not adhering to static DHCP assignments

2017-10-30 Thread Yalan Zhang
Please check the dnsmasq hostsfile, should have all the records there: # cat /var/lib/libvirt/dnsmasq/osc_mgmt.hostsfile 52:54:00:2c:85:92,192.168.80.1,openstack-controller-00 52:54:00:e2:4b:25,192.168.80.2,openstack-database-00 52:54:00:50:91:04,192.168.80.3,openstack-keystone-00

[libvirt-users] libvirt/dnsmasq is not adhering to static DHCP assignments

2017-10-30 Thread Dagmawi Biru
Given the following network configuration: === osc_mgmt d93fe709-14ae-4a0e-8989-aeaa8c76c513 When attempting to bring up the relevant interface in the virtual machine, I get an incorrect IP address assigned,