• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

DNS Zone transfer

M

MikeyF

Guest
We are setting up our first Plesk server (Plesk 7 Win2K). We already have 2 DNS servers up and running. How can I do a zone transfer from the Plesk server to my Windows 2000 primary DNS server? Windows DNS service is currently running on the Plesk server as well. Is that correct? When I purchased Plesk I was under the impression that it integrated with Windows DNS. What it the best way to manage this? Any help would be appreciated.

Thanks in advance,

Mike
 
with mysqlcc run sqlscript dnsPlesksql.txt
dns1 = ip 212.200.245
dns2 = ip '63.2.188.131

dnsPlesksql.txt:
insert into misc (param,val) values
('DNS_Allow_Transfer1', '212.200.245.36/24');
insert into misc (param,val) values
('DNS_Allow_Transfer2', '63.2.188.131');

this affects named.con in plesk>bind
and add the entri allow transfer

maby after you have insertet the obove sql string create a new domain. plesk will then add and update "allow transfer" to named.conf

for mor information look to my tread

add to your Windows 2000 primary DNS server zones entries as slave . set for the master ip - the ip from plesk server
 
Back
Top