[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian 13 - no virtual machines



On 29.09.25 15:01, Charles Curley wrote:
On Mon, 29 Sep 2025 06:55:17 -0400
Greg Wooledge <greg@wooledge.org> wrote:

You've got bind9 running.  If you want dnsmasq to run as your local
DNS resolver, remove bind9.
Or, if you want both (say, bind9 for the local network, dnsmasq for the
virtual network), inhibit bind9 from using the virtual network. Edit
/etc/bind/named.conf.options by adding:

        listen-on port 53 {
            127.0.0.1;
            192.168.100.6;
            # 192.168.122.1;
        };

and similarly for ipv6 if you use it.

Hi Greg and Charles,

thanks for your replies.

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.

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?

3. I never did any changes to the default startup- and network procedures in Debian. Why does the installation start both bind and dnsmasq?

Thanks for additional info,

Michael


  






Reply to: