Book Image

Microsoft Exchange 2013 Cookbook

Book Image

Microsoft Exchange 2013 Cookbook

Overview of this book

Table of Contents (21 chapters)
Microsoft Exchange 2013 Cookbook
Credits
About the Author
Acknowledgments
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Load balancing at layer 4 using DNS round robin


DNS Round Robin is the easiest way of load balancing. Although it's not as powerful as the other solutions, it doesn't require setting up a load balancing device. Instead, it's leveraging features in DNS that have already been there for a while. In this recipe we will guide you through the different steps of setting up DNS round robin using Windows DNS.

Getting ready

In order to execute the following tasks, you need access to the Windows DNS Management console for your domain. In order for load balancing to work properly, you need to ensure that all Client Access Servers are configured with the same certificate.

How to do it...

  1. Open the DNS management console on one of your domain controllers.

  2. Navigate to your internal DNS zone.

  3. Right-click on the internal zone and select New Host (A or AAAA)....

  4. Choose a name for the host. For example: outlook.yourdomain.com.

  5. Enter the IP address of your first Client Access Server and click on OK.

  6. Repeat step 3 to...