Hello,
I'm have tow Dns Only servers.
First (MyDns) server have Mydns and mysql with billing integration, which exports zones from MyDns to named files and sync it to second server (NS1) with named.
All goes fine. Zones in Mydns exports to named in Mydns via
/scripts/mydnsexport $zone,
and then I call a command
/scripts/dnscluster synczone $zone
this zone copying to NS1 server, writing to named.conf and $zone.db file, but named not resolve it untill it's not restart.
After restart from /scripts/restartsrv_named at NS1 server, zone bagin to resolve from NS1 server.
What can it be a problem? Why named does not bind zone after in sync it?
I'm have tow Dns Only servers.
First (MyDns) server have Mydns and mysql with billing integration, which exports zones from MyDns to named files and sync it to second server (NS1) with named.
All goes fine. Zones in Mydns exports to named in Mydns via
/scripts/mydnsexport $zone,
and then I call a command
/scripts/dnscluster synczone $zone
this zone copying to NS1 server, writing to named.conf and $zone.db file, but named not resolve it untill it's not restart.
After restart from /scripts/restartsrv_named at NS1 server, zone bagin to resolve from NS1 server.
What can it be a problem? Why named does not bind zone after in sync it?