Configuring Distributed DDNS service - Adaptive Applications - BlueCat Gateway - 21.2

BlueCat Distributed DDNS Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
21.2

Before the Distributed DDNS Service Node can start processing DDNS updates, you must add the service node to the proxy cluster and configure the Distributed DDNS service.

Configuring DDNS Receiver service

The DDNS Receiver service listens to and processes the DNS update messages sent from the client.

  1. Click the Settings icon under the DDNS Receiver column.
  2. In the configuration window, enter the following information:
    ddns:
        #The name of the Distributed DDNS cluster
        ddns_cluster_name: '<name_of_cluster>'
        #The IP address that the service will bind to
        address: '<ip_address>'
        #The port that the service will listen on
        dnsport: <port>
        #The interval that the service will refresh its configuration refresh interval (seconds)
        update_conf_interval: <interval>
    Where the parameters represent the following:
    • ddns_cluster_name: The name of the Distributed DDNS cluster. This must match the currently selected cluster configured in Cluster information.
    • address: The IP address that the Distributed DDNS service will bind to. If you leave this field blank, the service binds to all interfaces.
    • dnsport: The port that the Distributed DDNS service will listen on. Set this value to 53.
    • update_conf_interval: The interval that Distributed DDNS service will refresh its configuration, in seconds. The default value is 30 seconds
  3. Click Start to enable the Distributed DDNS service.
  4. Click Save to save the Distributed DDNS service configuration and add the service to the Distributed DDNS Service Node.

Configuring DDNS Processor service

The DDNS Processor service retrieves the DNS update messages from the queue and sends the message to the DNS server to be written to the database.

  1. Click the Settings icon under the DDNS Processor column.
  2. Click Settings and select Distributed DDNS service.
  3. In the configuration window, enter the following information:
    ddns:
        #The name of the Distributed DDNS cluster
        ddns_cluster_name: '<name_of_cluster>'
        #The IP address that the service will bind to
        address: '<ip_address>'
        #The port that the service will listen on
        dnsport: <port>
        #The interval that the service will refresh its configuration refresh interval (seconds)
        update_conf_interval: <interval>
    Where the parameters represent the following:
    • ddns_cluster_name: The name of the Distributed DDNS cluster. This must match the currently selected cluster configured in Cluster information.
    • address: The IP address that the Distributed DDNS service will bind to. If you leave this field blank, the service binds to all interfaces.
    • dnsport: The port that the Distributed DDNS service will listen on. Set this value to 53.
    • update_conf_interval: The interval that Distributed DDNS service will refresh its configuration, in seconds. The default value is 30 seconds
  4. Click Start to enable the Distributed DDNS service.
  5. Click Save to save the Distributed DDNS service configuration and add the service to the Distributed DDNS Service Node.