On Mon, 29 Sep 2025 19:27:04 +0200
Michael <dpweb01@web.de> wrote:
1. How can I achieve that bind is not started? If I kill the process
"/usr/sbin/named -f -u bind" with "kill -9 1227", it is
immediately restarted with a different process ID.
Use the standard systemctl commands to stop it, disable it, and mask
it. Or do as Greg Wollege suggested, and remove it.
2. Charles, in your proposal for adding to named.conf, what is the IP
"192.168.100.6"? Shall I replace it with the static IP of my computer?
Sorry I wasn't clear there. Yes, that is your computer's ethernet/WiFi
IP address.
3. I never did any changes to the default startup- and network
procedures in Debian. Why does the installation start both bind and
dnsmasq?
Because the people packaging them know *nothing* about what you are up
to. They assume (not unreasonably) that if you install their package
you must want to run it. but beyond that they neither know nor assume
anything.
The libvert packages require dnsmasq, so if you are running virtual
machines, that's how you got dnsmasq. I have no idea why you have bind9
installed.