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

Re: debian 13 - no virtual machines



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.

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/


Reply to: