Ispmanager 6 lite, pro, host documentation

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.

  1. Ispmanager + 2 DNSmanager.
  2. Ispmanager + DNSmanager.
  3. Ispmanager.

Comparison of the configuration schemes: 

Software productsProsCons
Ispmanager + 2 DNSmanagerBetter 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 + DNSmanagerYou 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.
IspmanagerYou 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:

  1. Connect the servers with DNSmanager. For more information please refer to the article Integration with DNSmanager.
  2.  Make sure that the name servers respond from the IP-addresses on which they are located: 
    1. 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.
    2. 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.
    3. Update the data on the slave servers: Domain names (DNS)→ Manage DNS records→ Transfer to DNSmanager.
    4. Execute the following command to check the information about the name servers: 
      dig domain.com @<IP-address of the slave DNS>
      The response should look like this:
      ; <<>> 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>
      
  3. Specify the name server with the IP-address on the domain registrar side:
    ns1.domain.com/<DNSmanager 1 IP-address>
    ns2.domain.com/<DNSmanager 2 IP-address>
    
    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.

Ispmanager + DNSmanager

Perform the following steps to configure the name servers:

  1. Connect the servers with DNSmanager. For more information please refer to the article Integration with DNSmanager.
  2.  Make sure that the name servers  respond from the IP-addresses on which they are located: 
    1. 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.
    2. 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.
    3. Update the data on the slave servers:Manage DNS records → Transfer to DNSmanager. 
    4. Execute the following command to check the information about the name servers: 
      dig domain.com @<IP-address of the slave DNS>
      The response should look like this:
      ; <<>> 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>
      
  3. Specify the name server with the IP-address on the domain registrar side:
    ns1.domain.com/<ISPmanager IP-address>
    ns2.domain.com/<DNSmanager IP-address>
    
    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.

Ispmanager

Perform the following steps to configure the name servers:

  1. Make sure the server with Ispmanager has at least 2 IP-addresses.
  2. Check that the name servers  respond from the IP-addresses on which they are located: 
    1. 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.
    2. 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.
    3. Execute the following command to check the information about the name servers:
      dig domain.com @<ispmanager IP-address>
      The response should look like this:
      ; <<>> 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>
      
  3. Specify the name server with the IP-address on the domain registrar side:
    ns1.domain.com/<ispmanager additional IP-address>
    ns2.domain.com/<ispmanager primary IP-address>
    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