On Mon, Sep 29, 2025 at 12:34:04 +0200, Michael wrote: > virsh net-start default ---> “dnsmasq: failed to create listening socket > for 192.168.122.1: Address already in use”
OK, that's pretty clear. > a) ss -tunlp | grep "168.122" ---> no result > > b) ss -tunlp | grep 53 --> several lines, all with pid=1227 > (/usr/sbin/named -f -u bind) > > c) systemd-resolved is not running You've got bind9 running. If you want dnsmasq to run as your local DNS resolver, remove bind9.

