Help - Search - Members - Calendar
Full Version: Secondary DNS Server ....
The Planet Forums > Control Panels > Plesk
carl
Hi,

I need to edit my /etc/named.conf file to include some custom BIND configuration.

Everytime I edit /etc/named.conf and restart BIND, things work perfectly, until PLESK re-creates the zone files and /etc/named.conf.

PLESK adds the following code:

acl common-allow-transfer {
none;
};

ALL I would like is for PLESK to add the code as follows:

acl common-allow-transfer {
x.x.x.x;
};

Where x.x.x.x is the IP address of my Secondary DNS server.

I am sure that one can achieve this but how is my question.

Any help/pointers will be appreciated.

Regards,
-Carl
carl
Hi All,

The answer is simple:

mysql -u admin -p psa

"insert into misc values ("DNS_Allow_Transfer01", "x.x.x.x")" where "x.x.x.x" is mysecondary DNS server.

Now PLESK creates the /etc/named.conf with a correct acl, which allows access to my secondary DNS.

For more information, see:
http://forum.plesk.com/showthread.php?threadid=11134

Regards,
-Carl
carl
Hi All,

For an even more complete answer .... see:
http://www.atomicrocketturtle.com/modules....artid=17&page=1

Regards,
-Carl
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.