DNS Records

Successful operation of Lync servers is heavily dependent on correctly configuring DNS. All necessary DNS records should exist and resolve to the correct locations. Verify that all servers have a host record configured in DNS. Separate web component URLs and simple URLs are not automatically entered and must be manually created by an administrator.

Use the following sample nslookup sequence within a command prompt to check the host record of the pool:

nslookup
set type=a
lyncpool1.companyabc.com

A successful query returns a name and an IP address. Verify that the IP returned matches the IP addresses assigned to the servers or load balancer and that no extra, or surprise, IP addresses are returned.

To verify the SRV record required for automatic client sign-in internally, the syntax is slightly different. The following is another sample nslookup sequence:

nslookup
set type=srv
_sipinternaltls._tcp.companyabc.com

A successful query returns a priority, weight, port, and server hostname. Verify that the server name matches the pool name and that the correct port is returned.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset