Re: BIND doesn't listen to other loopback addresses

Michael De Roover <[email protected]>
Newsgroups gmane.network.dns.bind9.user
Organization workstation.vm.ideapad.lan
Message-ID <1981818.3u7KxWmc02__21845.4374278494$1751769663$gmane$org@workstation.vm.ideapad.lan>
On Sunday, July 6, 2025 2:34:58 AM CEST Bagas Sanjaya wrote:
> options {
> 	...
> 	listen-on-v6 { none; };
> 	listen-on { 127.0.0.53; 192.168.0.155; };
> 	...
> };

Omit 127.0.0.53, like so:

options {
	listen-on {
		192.168.0.155;
	};
};

Works fine for me using IP addresses 192.168.10.(4-6}, on Alpine edge. You can 
keep v6 none. One of the more basic options that's expected to be stable 
across all distributions regardless.

-- 
Met vriendelijke groet,
Michael De Roover

Mail: [email protected]
Web: michael.de.roover.eu.org

Activisme is pas nuttig, wanneer het kan bereiken wat het wenst te bereiken, 
binnen de limieten van het huidige systeem. De rest is geschiedenis.
-- [email protected]


-- 
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list

ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/bind-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.