Name server configuration
Ispmanager is used a master name server. You can use DNSmanager as slave name servers. There are several ways to set up name servers using Ispmanager software.
- Ispmanager + 2 DNSmanager.
- Ispmanager + DNSmanager.
- Ispmanager.
Comparison of the configuration schemes:
Software products | Pros | Cons |
---|---|---|
Ispmanager + 2 DNSmanager | Better security of the DNS system and ensure that your domain names are always accessible.The risk that two servers in different parts of the globe are not accessible at the same time is considerably low. | You must have two additional servers that should locate on different physical servers that are located in different places. Due to failures, the information will update only on one slave server. If the information differs on both slave servers, sites won't work properly. |
Ispmanager + DNSmanager | You do not need to use several slave servers. | You must have a powerful master server that will be able to process both requests and name servers. In case of a high load on master servers, sites may open more slowly, as DNS requests will be processed for a longer time. The first scenario is more fault-tolerant. |
Ispmanager | You do not need to use several slave servers. | The service responsible for DNS may fail. In this case, all the main services will continue running, but users won't be able to access them as their domains do not work.You must have a powerful master server that will be able to process requests and name servers. in case of a high load on master servers, sites may open more slowly, as DNS requests will be processed for a long time. |
Ispmanager + 2 DNSmanager
Perform the following steps to configure the name servers:
- Connect the servers with DNSmanager. For more information please refer to the article Integration with DNSmanager.
- Make sure that the name servers respond from the IP-addresses on which they are located:
- In the Main menu choose → Domain names (DNS)→ Create domain and create a domain, e.g. "domain.com". For more information please refer to the article Create a domain name.
- In the Main menu choose → Domain names (DNS)→ Manage DNS records and check the NS-records of the domain. Check that the IP-addresses of both DNSmanager are specified in the Value field for the NS-records. For more information please refer to the article Resource records.
- Update the data on the slave servers: Domain names (DNS)→ Manage DNS records→ Transfer to DNSmanager.
- Execute the following command to check the information about the name servers: The response should look like this:
dig domain.com @<IP-address of the slave DNS>
; <<>> DiG 9.8.1-P1 <<>> domain.com @<IP-address of the slave DNS> ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46010 ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 ;; WARNING: recursion requested but not available ;; QUESTION SECTION: ;domain.com. IN A ;; ANSWER SECTION: domain.com. 3600 IN A <ISPmanager IP-address> ;; AUTHORITY SECTION: domain.com. 3600 IN NS ns2.domain.com. domain.com. 3600 IN NS ns1.domain.com. ;; ADDITIONAL SECTION: ns1.domain.com. 3600 IN A <DNSmanager 1 IP-address> ns2.domain.com. 3600 IN A <DNSmanager 2 IP-address>
- Specify the name server with the IP-address on the domain registrar side: Delegating the domain to the name server can take up to 24-48 hours. Once completed, you can use them for registration and delegation of new domain names.
ns1.domain.com/<DNSmanager 1 IP-address> ns2.domain.com/<DNSmanager 2 IP-address>
Ispmanager + DNSmanager
Perform the following steps to configure the name servers:
- Connect the servers with DNSmanager. For more information please refer to the article Integration with DNSmanager.
- Make sure that the name servers respond from the IP-addresses on which they are located:
- In the Main menu choose → Domain names (DNS)→ Create domain and create a domain, e.g. "domain.com". For more information please refer to the article Create a domain name.
- In the Main menu choose Domain names (DNS)→ Manage DNS records and check the NS-records of the domain. Check that the IP-addresses of both DNSmanager are specified in the Value field for NS-records. The Value column for the NS records must contain ispmanager and DNSmanager IP addresses. For more information please refer to the article Resource records.
- Update the data on the slave servers:Manage DNS records → Transfer to DNSmanager.
- Execute the following command to check the information about the name servers: The response should look like this:
dig domain.com @<IP-address of the slave DNS>
; <<>> DiG 9.8.1-P1 <<>> domain.com @<IP-address of the slave DNS> ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46010 ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 ;; WARNING: recursion requested but not available ;; QUESTION SECTION: ;domain.com. IN A ;; ANSWER SECTION: domain.com. 3600 IN A <ISPmanager IP-address> ;; AUTHORITY SECTION: domain.com. 3600 IN NS ns2.domain.com. domain.com. 3600 IN NS ns1.domain.com. ;; ADDITIONAL SECTION: ns1.domain.com. 3600 IN A <ISPmanager IP-address> ns2.domain.com. 3600 IN A <DNSmanager IP-address>
- In the Main menu choose → Domain names (DNS)→ Create domain and create a domain, e.g. "domain.com". For more information please refer to the article Create a domain name.
- Specify the name server with the IP-address on the domain registrar side: Delegating the domain to the name server can take up to 24-48 hours. Once completed, you can use them for registration and delegation of new domain names.
ns1.domain.com/<ISPmanager IP-address> ns2.domain.com/<DNSmanager IP-address>
Ispmanager
Perform the following steps to configure the name servers:
- Make sure the server with Ispmanager has at least 2 IP-addresses.
- Check that the name servers respond from the IP-addresses on which they are located:
- In the Main menu choose → Domain names (DNS)→ Create domain and create a domain, e.g. "domain.com". For more information please refer to the article Create a domain name.
- In the Main menu choose Domain names (DNS)→ Manage DNS records and check the NS-records of the domain. The Value column for NS records should contain the domain names corresponding to the primary and secondary ispmanager IP addresses. For more information please refer to the article Resource records.
- Execute the following command to check the information about the name servers: The response should look like this:
dig domain.com @<ispmanager IP-address>
; <<>> DiG 9.8.1-P1 <<>> domain.com @<ispmanager IP-address> ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46010 ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 ;; WARNING: recursion requested but not available ;; QUESTION SECTION: ;domain.com. IN A ;; ANSWER SECTION: domain.com. 3600 IN A <ISPmanager primary IP-address> ;; AUTHORITY SECTION: domain.com. 3600 IN NS ns2.domain.com. domain.com. 3600 IN NS ns1.domain.com. ;; ADDITIONAL SECTION: ns1.domain.com. 3600 IN A <ISPmanager additional IP-address> ns2.domain.com. 3600 IN A <ISPmanager primary IP-address>
- Specify the name server with the IP-address on the domain registrar side: Delegating the domain to the name server can take up to 24-48 hours. Once completed, you can use them for registration and delegation of new domain names
ns1.domain.com/<ispmanager additional IP-address> ns2.domain.com/<ispmanager primary IP-address>