• 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

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