Lync 2013 Edge Server - DNS Resolution, cannot resolve IP addresses
A new topic came along my way, even I personally work with windows server since NT 3.5, but in very tight configured network environments you might run into server DNS resolution issues. Principals regarding Lync Edge Server DNS resolution. It is recommended to resolve DNS queries on the Internet, which means via the external NIC. For internal DNS resolution, best practice is a dedicated hosts file, or make it possible to resolve intern DNS. Therefore a common practice is to simply let even external DNS names resolve by the internal DNS servers. NOTE: Make sure you have the put in the DNS Servers on the correct network interface! What and how Windows Server really works: A we know, each IP setting for every NIC allow us to specify a DNS Server entry. As I figured out and very important to know, DNS resolution will work ONLY on the network adapter, where DNS servers are configured. While we still keep in mind, if a hosts file is used, the hosts entries are loaded int...