I cannot start default NAT network with virsh:
sudo virsh net-start --network default
error: Failed to start network default
error: internal error: Child process (VIR_BRIDGE_NAME=virbr0 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro --dhcp-script=/usr/libexec/libvirt_leaseshelper) unexpected exit status 2:
dnsmasq: failed to create listening socket for 192.168.123.1: Address already in use
I’m certain that I don’t have 192.168.123.0/24 network anywhere but still dnsmasq shows that address is in use. Is this a bug in dnsmasq?