• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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