Topic Last Modified: 2013-02-15

You must configure Domain Name System (DNS) records for internal and external edge interfaces, including both Edge Server and reverse proxy interfaces. By default, Edge Servers are not joined to a domain and will not have a fully qualified domain name (fully qualified domain name). The Edge Server is only referred to by the short (machine) name, not a fully qualified domain name. However, Topology Builder uses FQDNs, not short names. The name of the Edge Server must match the FQDN used by Topology Builder. To do this, you define a DNS suffix that, when combined with the machine name, results in the expected FQDN. Use the following procedure in “To add the DNS suffix to the computer name on and Edge Server that is not joined to a domain” to add the DNS suffix to the computer name.

Note:
By default, DNS uses a round robin algorithm to rotate the order of resource record data returned in query answers where multiple resource records of the same type exist for a queried DNS domain name. Lync Server 2013 DNS load balancing, depends on DNS round-robin as a part of the DNS Load Balancing mechanism. Verify that round-robin setting has not been disabled. If you are using a DNS server that is not running a Windows operating system, verify that round-robin resource record ordering is enabled.

Use the following procedures in “To create a DNS SRV record” to create and verify each DNS SRV record. Use the procedure in “To create a DNS A record” to define the DNS A records required for external user access. To confirm that the records are configured and working correctly, see “To verify a DNS record” in this topic. For details about each record required to support external user access, see Determine DNS requirements.

To add the DNS suffix to the computer name on an Edge Server that is not joined to a domain

  1. On the computer, click Start, right-click Computer, and then click Properties.

  2. Under Computer name, domain, and workgroup settings, click Change settings.

  3. On the Computer Name tab, click Change.

  4. In Computer Name/Domain Changes, click More.

  5. In DNS Suffix and NetBIOS Computer Name, in Primary DNS suffix of this computer, type the name of your internal domain (for example, corp.contoso.com), and then click OK three times.

  6. Restart the computer.

To create a DNS SRV record

  1. On the appropriate DNS server, click Start, click Control Panel, click Administrative Tools, and then click DNS.

    Important:
    You need to configure DNS so that there are: 1) external DNS entries for external DNS lookups by remote users and federated partners; 2) entries for DNS lookups for use by the Edge Servers within the perimeter network (also known as DMZ, demilitarized zone, and screened subnet), including A records for the internal servers running Lync Server 2013; and 3) internal DNS entries for lookups by the internal clients and servers running Lync Server 2013.
  2. In the console tree for your SIP domain, expand Forward Lookup Zones, and then right-click the domain where Lync Server 2013 is installed.

  3. Click Other New Records.

  4. In Select a resource record type, type Service Location (SRV), and then click Create Record.

  5. Provide all required information for the DNS SRV record.

To create a DNS A record

  1. On the DNS server, click Start, click Control Panel, click Administrative Tools, and then click DNS.

  2. In the console tree for your SIP domain, expand Forward Lookup Zones, and then right-click the domain in which Lync Server 2013 is installed.

  3. Click New Host (A).

  4. Provide all required information for the DNS SRV record.

To verify a DNS record

  1. Log on to a client computer in the domain.

  2. Click Start, and then click Run.

  3. At the command prompt, run the following command:

    Copy Code
    nslookup <FQDN edge interface>
    
  4. Verify that you receive a reply that resolves to the appropriate IP address for the FQDN.

See Also