How to disable dnsmasq offered DNS service ?
As you know dnsmasq is a lightweight DNS, TFTP and DHCP server. It is intended to provide coupled DNS and DHCP service to a LAN. [terminal] [root@humbles-lap qemu]# ps aux |grep dnsmasq nobody 1992 0.0 0.0 12968 496 ? S Nov21 0:00 /usr/sbin/dnsmasq –strict-order –bind-interfaces –pid-file=/var/run/libvirt/network/default.pid –conf-file= –listen-address 192.168.122.1 –except-interface lo –dhcp-range 192.168.122.2,192.168.122.254 –dhcp-lease-max=253 [/terminal] …