bind-chroot is not re-positioning my forward and reverse tables

ToddAndMargo ToddAndMargo at zoho.com
Sun Jun 27 22:40:15 UTC 2021


On 6/26/21 7:31 PM, ToddAndMargo via bind-users wrote:
> On 6/24/21 9:00 PM, ToddAndMargo via bind-users wrote:
>> The goal is to have bind-chroot do its thing
> 
> mount --bind
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1972022#c3
> 
> It is not occurring on my zone files.  Is it suppose to?


I have moved my zone fines to /var/named

Mount bind still does not get them.  I had to
manually copy them over.


zone "abc.local" {
	type master;
	# file "/var/named/chroot/var/named/abc.hosts";
	file "abc.hosts";
         allow-update { key DHCP_UPDATER; };
#       allow-update { 127.0.0.1; };
};

zone "255.168.192.in-addr.arpa" {
	type master;
	# file "/var/named/chroot/var/named/abc.hosts.rev";
	file "abc.hosts.rev";
         allow-update { key DHCP_UPDATER; };
#       allow-update { 127.0.0.1; };
};



More information about the bind-users mailing list