• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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