Citrix ADC

DNS configuration

You can configure a Citrix ADC appliance to function as an Authoritative Domain Name Server (ADNS), DNS proxy server, End Resolver, or Forwarder. You can add DNS resource records such as SRV Records, AAAA Records, A Records, MX Records, NS Records, CNAME Records, PTR Records, and SOA Records. Also, the appliance can balance the load on external DNS servers.

一个常见的做法是配置一个设备a forwarder. For this configuration, you need to add external name servers. After you have added the external servers, you should verify that your configuration is correct.

You can add, remove, enable, and disable external name servers. You can create a name server by specifying its IP address, or you can configure an existing virtual server as the name server.

When adding name servers, you can specify IP addresses or virtual IP addresses (VIPs). If you use IP addresses, the appliance load balances requests to the configured name servers in a round robin manner. If you use VIPs, you can specify any load balancing method.

Add a name server by using the CLI

At the command prompt, type the following commands to add a name server and verify the configuration:

  • Example

    ``` pre codeblock

    add dns nameServer 10.102.29.10 Done show dns nameServer 10.102.29.10 1) 10.102.29.10 - State: DOWN Done

    ```

Add a name server by using the GUI

  1. Navigate toTraffic Management>DNS>Name Servers.
  2. In the details pane, clickAdd.
  3. In theCreate Name Serverdialog box, selectIP Address.
  4. In theIP Addresstext box, type the IP address of the name server (for example, 10.102.29.10). If you are adding an external name server, clear theLocalcheck box.
  5. ClickCreate, and then clickClose.
  6. Verify that the name server you added appears in theName Serverspane.
DNS configuration