Tecnico Absol
New Pleskian
Hi,
I just installed BIND on another server and I'm trying to configurate a slave DNS.
Here's the steps I followed:
What am I missing here?
Thanks a lot.
I just installed BIND on another server and I'm trying to configurate a slave DNS.
Here's the steps I followed:
- installed BIND on the secondary server
- installed Slave DNS manager on Plesk
- configurated named.conf on the secondary server as follows
Code:options { directory "C:\named\etc"; allow-new-zones yes; }; key "rndc-key-IP_MASTER_DNS" { algorithm hmac-md5; secret "SECRETKEY"; }; controls { inet * port 953 allow {IP_MASTER_DNS; 127.0.0.1; } keys { "rndc-key-IP_MASTER_DNS"; }; };
- opened the 953 port on the secondary server
- configured Slave DNS manager on Plesk
What am I missing here?
Thanks a lot.