• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

wrong allow-transfer ip address

S

sofferto

Guest
hi,

i have changed the ip address of my plesk for linux 8.0.1 that is my primary dns server.

Also the secondary dns server ip address is changed.

But now, when i create a new domain in plesk, in the NAMED zone file (named.conf)
plesk set the SECONDARY allow-transfer ip address so wrong while the PRIMARY it's right.

Example:

my OLD ip address are:

primary: 100.100.100.1
secondary: 100.100.100.2

my NEW ip address are:

primary: 101.101.101.1
secondary: 101.101.101.2

The zone file is:

zone "mydomain.com" {
type master;
file "mydomain.com";
allow-transfer {
101.101.101.1;
100.100.100.2;
common-allow-transfer;
};
};

Every time i create a new domain in plesk i must change the secondary allow-transfer ip address manually.

Can you help me to fix this problem?

thanks
 
Back
Top