MS Exchange 2016 Deployment Guide

Size: px
Start display at page:

Download "MS Exchange 2016 Deployment Guide"

Transcription

1 Deployment Guide VERSION: 6.0 UPDATED: July 2017

2 Copyright Notices Copyright KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks of KEMP Technologies, Inc. KEMP Technologies, Inc. reserves all ownership rights for the LoadMaster and KEMP 360 product line including software and documentation. Used, under license, U.S. Patent Nos. 6,473,802, 6,374,300, 8,392,563, 8,103,770, 7,831,712, 7,606,912, 7,346,695, 7,287,084 and 6,970,933 Copyright KEMP Technologies, Inc. All Rights Reserved. 2

3 Table of Contents 1 Introduction About This Manual Prerequisites 6 2 Exchange 2016 Overview Differences Between Exchange 2013 and Exchange Understanding Server Load Balancing Enable Subnet Originating Requests Globally Continue Handling Additional L7 Header 10 3 Virtual Service Templates HTTPS Virtual Service HTTPS Reencrypted using SubVSs Create the Parent Virtual Service Create the SubVSs Create Content Rules Apply Content Rules HTTPS Offloaded Using SubVSs Create the Parent Virtual Service Create the SubVSs Create Content Rules Apply Content Rules HTTPS Re-Encrypt Using ESP and SubVSs Create the Parent Virtual Service Create the SubVSs 33 Copyright KEMP Technologies, Inc. All Rights Reserved. 3

4 Enable ESP Create Content Rules Apply Content Rules HTTPS Re-Encrypt Using ESP, WAF and SubVSs HTTPS Offloaded Using ESP and SubVSs Create the Parent Virtual Service Create the SubVSs Enable ESP Create Content Rules Apply Content Rules HTTPS Offloaded Using ESP, WAF and SubVSs Office Online Server Virtual Service IMAP Virtual Service IMAP STARTTLS Virtual Service IMAPS Virtual Service IMAPS Offloaded Virtual Service POP Virtual Service POP with STARTTLS Virtual Service POPS Virtual Service POPS Offloaded Virtual Service SMTP Virtual Service SMTPS Virtual Service SMTPS Offloaded Virtual Service SMTP with STARTTLS Virtual Service SMTP with ESP Virtual Service Office Online Server Virtual Service 77 Copyright KEMP Technologies, Inc. All Rights Reserved. 4

5 5 References 80 6 Document History 81 Copyright KEMP Technologies, Inc. All Rights Reserved. 5

6 1 Introduction 1 Introduction The KEMP LoadMaster combines versatility with ease-of-use to speed deployment of the complete portfolio of advanced messaging applications and protocols used by Exchange 2016, including Outlook on the Web, MAPI/HTTP, Outlook Anywhere (OA), Exchange ActiveSync (EAS), Simple Mail Transfer Protocol (SMTP), Post Office Protocol version 3 (POP3), Internet Message Access Protocol version 4 (IMAP4) and Office Online Server (OOS). With built-in SSL acceleration and/or overlay, the LoadMaster offloads a key source of CPU drain to improve the capacity of the Exchange 2016 infrastructure. Layer 7 health checking at the LoadMaster ensures that if one of the Client Access components becomes inaccessible, the load balancer will take that component offline for that server, while automatically rerouting and reconnecting users to other functioning servers. The entire KEMP LoadMaster product family, including the Virtual LoadMaster (VLM) supports Microsoft Exchange About This Manual This manual addresses how to deploy and configure a LoadMaster appliance with Microsoft Exchange KEMP s LoadMaster family of products is available in various models to support networks of different throughput requirements. Information in this manual applies to all LoadMaster models. 1.2 Prerequisites This guide assumes the reader is a network administrator or a person otherwise familiar with networking and general computer terminology. Set up an Exchange 2016 environment and install the KEMP LoadMaster. LoadMaster documentation is available at At a minimum, you should have: Installed the Microsoft Servers, Active Directories and followed other Microsoft requirements. Installed the LoadMaster on the same network as the servers. Established access to the LoadMaster Web User Interface (WUI). Copyright KEMP Technologies, Inc. All Rights Reserved. 6

7 2 Exchange 2016 Overview 2 Exchange 2016 Overview Microsoft Exchange Server is a mail server, calendaring software and contact manager. It is a server program that runs on Windows Server and is part of the Microsoft Servers line of products. The improvements made in Exchange 2016 have made it easier to load balance Exchange-related traffic. Exchange 2016 includes the following solutions for switchover and failover redundancy: High availability: Exchange 2016 uses Database Availability Groups (DAGs) to keep multiple copies of your mailboxes on different servers synchronized. That way, if a mailbox database fails on one server, users can connect to a synchronized copy of the database on another server. Site resilience: You can deploy two Active Directory sites in separate geographic locations, keep the mailbox data synchronized between the two, and have one of the sites take on the entire load if the other fails. Online mailbox moves: During an online mailbox move, accounts are still accessible. Users are locked out for a brief period at the end of the process, when the final synchronization occurs. Online mailbox moves can be performed across forests or in the same forest. Shadow redundancy: Shadow redundancy protects the availability and recoverability of messages while they are in transit. With shadow redundancy, the deletion of a message from the transport databases is delayed until the transport server verifies that all the next hops for that message have completed. If any of the next hops fail before reporting successful delivery, the message is resubmitted for delivery to the hop that did not complete. 2.1 Differences Between Exchange 2013 and Exchange 2016 Although there are a lot of similarities between Exchange 2013 and Exchange 2016, there are a couple of areas to mention relating to the roles and the Preferred Architecture. The Exchange 2016 Preferred Architecture is to use unbound namespace load balanced across datacenters in a Layer 7 configuration that does not leverage session affinity. An Office Online Server farm is deployed in each datacenter, with each farm having a unique namespace (bound model). The load balancer now manages session affinity. This server allows users to view and modify supported file attachments within Outlook on the Web. New to the server roles with Exchange 2016 is that Client Access role has now been moved to the Mailbox Server. In older versions of Exchange the Client Access role could be deployed on a dedicated server or coexist on the mailbox server. In Exchange 2016 there are just two server roles: The Mailbox Server combines all prior rolls including Mailbox, Hub Transport, Unified Messaging and Client Access (CAS). The Edge Transport server provides secure inbound/outbound mail flow. Copyright KEMP Technologies, Inc. All Rights Reserved. 7

8 2 Exchange 2016 Overview The CAS still acts as a reverse proxy. The CAS determines which mailbox database their mailbox is located on and provides the request to the back-end mailbox server that hosts the database. The mailbox server then renders the OWA content, not the CAS. Clients no longer interact with Exchange using RPC, it is all done over HTTPS. MAPI over HTTP and Outlook Anywhere are the protocols that Outlook clients use to access their mailbox. In Exchange 2016 MAPI/HTTP is enabled by default. Outlook 2010 with KB or greater is required with Exchange Understanding Server Load Balancing Server load balancing is a way to manage which servers receive traffic. Server load balancing provides failover redundancy to ensure users continue to receive service in case of failure. It also enables your deployment to handle more traffic than one server can process while offering a single host name for clients. Server load balancing serves two primary purposes. It reduces the impact of server failures within an Exchange Organization. In addition, server load balancing ensures that the load on the CAS and Transport services are optimally distributed. Two key changes in Exchange 2016 make load balancing a lot simpler: HTTPS-only access from clients means that there is only one protocol to consider. The HTTP failure states are well known and clients typically respond in a similar way. As OWA is rendered on the same server that is hosting the user s mailbox database; if a client hits a different CAS there is no performance degradation as the session rendering for that user is already up and running. Since Exchange 2013 Client Access Server role is just an intelligent proxy, it can proxy the mailbox requests to an Exchange 2016 server. This means Exchange 2013 and Exchange 2016 Client Access Services can co-exist in the same KEMP Virtual Service. There are improvements to forms-based authentication. The authentication cookie is provided to the user after logon and it is encrypted using the CAS s SSL certificate. This allows a logged in user to resume their session on a different CAS without having to re-authenticate (if servers share the same SSL certificate). 2.3 Enable Subnet Originating Requests Globally It is best practice to enable the Subnet Originating Requests option globally. Copyright KEMP Technologies, Inc. All Rights Reserved. 8

9 2 Exchange 2016 Overview In a one-armed setup (where the Virtual Service and Real Servers are on the same network/subnet) Subnet Originating Requests is usually not needed. However, enabling Subnet Originating Requests should not affect the routing in a one-armed setup. In a two-armed setup where the Virtual Service is on network/subnet A, for example, and the Real Servers are on network B - Subnet Originating Requests should be enabled on LoadMasters with firmware version and above. When Subnet Originating Requests is enabled, the LoadMaster will route traffic so that the Real Server will see traffic arriving from the LoadMaster interface that is in that network/subnet not the Virtual Service address. When Subnet Originating Requests is enabled globally, it is automatically enabled on all Virtual Services. If the Subnet Originating Requests option is disabled globally, you can choose whether or not to enable Subnet Originating Requests on a per-virtual Service basis. To enable Subnet Originating Requests globally, follow the steps below: 1. In the main menu of the LoadMaster Web User Interface (WUI), go to System Configuration > Miscellaneous Options > Network Options. 2. Tick the Subnet Originating Requests check box Continue Handling To avoid issues with Exchange Web Services, especially in a hybrid configuration, configure 100-continue handling to comply with RFC-7231 instead of standard setting of RFC To resolve this issue, set the 100-Continue Handling setting to RFC-7231 Complaint. Copyright KEMP Technologies, Inc. All Rights Reserved. 9

10 2 Exchange 2016 Overview 1. In the main menu of the LoadMaster WUI, go to System Configuration > Miscellaneous Options > L7 Configuration. 2. Select RFC-7231 Complaint under 100-Continue Handling. 2.5 Additional L7 Header When using the built-in Mail client on Mac, you may experience connectivity issues. This happens due to how Mail client on Mac handles Persistent-Auth headers from the Exchange server. This behaviour will not be present on Outlook for Mac clients or any Windows Office clients. To resolve this issue, apply the following settings on the KEMP LoadMaster: Globally set Additional L7 Header to None. Follow the steps below: 1. In the main menu of the LoadMaster WUI, go to System Configuration > Miscellaneous Options > L7 Configuration. 2. Select None under Additional L7 Header. Copyright KEMP Technologies, Inc. All Rights Reserved. 10

11 2 Exchange 2016 Overview Copyright KEMP Technologies, Inc. All Rights Reserved. 11

12 3 Virtual Service Templates 3 Virtual Service Templates KEMP have developed templates containing our recommended settings for Exchange These templates can be installed on the LoadMaster and can be used when creating each of the Virtual Services. Using a template automatically populates the settings in the Virtual Services. This is quicker and easier than manually configuring each Virtual Service. If needed, you can make changes to any of the Virtual Service settings after using the templates. Released templates can be downloaded from the KEMP documentation page: For more information and steps on how to import and use templates, refer to the Virtual Services and Templates, Feature Description. For steps on how to manually add and configure the Virtual Services, refer to the sections below. The Microsoft Exchange 2016 templates currently available are grouped in three downloadable files as follows: Exchange 2016 Core Services This file contains templates for non-ssl offloaded HTTPS, SSL offloaded HTTPS and SMTP Virtual Services. This is the primary set of services needed to balance Exchange Exchange 2016 ESP Services This file contains individual templates for a HTTPS service with SSL offloading and an SMTP service, both with ESP enabled. These services are only necessary if you want to use ESP functionality. Exchange 2016 ESP and WAF ServicesThis file contains individual templates for a HTTPS services with ESP and the Web Application Firewall (WAF) enabled. These services are only necessary if you want to use ESP and WAF functionality. If you try to install this template on a LoadMaster that does not have a WAF license, an error message will appear. Please contact KEMP to upgrade your license, if needed. Exchange 2016 Additional Services This file contains templates for IMAP, POP and SMTP services, including variants for STARTTLS and SSL secured services. Copyright KEMP Technologies, Inc. All Rights Reserved. 12

13 The sections below give instructions on how to configure the various Virtual Services related to Microsoft Exchange. KEMP recommends these settings. They may not be applicable to your specific configuration. For further information and help, please contact our Support team. 4.1 HTTPS Virtual Service Follow the instructions below to set up a HTTPS Virtual Service: 1. Select the Add New option within the Virtual Services section of the main menu tree. 2. Enter the IP address of the Virtual Service in the Virtual Address field. 3. Enter 443 in the Port field. 4. Type a name, for example Exchange 2016 HTTPS in the Service Name field. 5. Select tcp in the Protocol drop-down list. 6. Click the Add this Virtual Service button to add the Virtual Service. Within the Basic Properties section, select the following options: 7. Select HTTP/HTTPS in the Service Type drop-down list. 8. Expand the Standard Options section. Copyright KEMP Technologies, Inc. All Rights Reserved. 13

14 9. Within the Standard Options section of the Virtual Services options page, select the following options: a) Ensure the Force L4 check box is clear. When L7 is referred to in KEMP documentation, it is in relation to the actual TCP connection. When Microsoft refer to L7 for Exchange it is in relation to SSL decryption and re-encryption. This is different and what KEMP recommends is not necessarily L7 configuration unless SSL acceleration is enabled. b) Ensure the Transparency check box is clear. c) Ensure none is selected from the Persistence Options drop-down list. d) Ensure round robin is selected from the Scheduling Method drop-down list. e) Enter 1800 in the Idle Connection Timeout field and click the Set Idle Timeout button. 10. Expand the Advanced Options section. 11. Within the Advanced Options section, select the following options: a) Ensure is the value of the Redirection URL in the Add a Port 80 Redirector VS section. b) Click Add HTTP Redirector. This creates a new redirect Virtual Service on port 80 with the same IP address. Copyright KEMP Technologies, Inc. All Rights Reserved. 14

15 12. Expand the Real Servers section. 13. In the Real Servers section, select the following options: a) Ensure HTTPS Protocol is selected as the health-checking option from the Real Server Check Parameters drop-down list. b) Enter 443 in the Checked Port field and click Set Check Port. c) Enter /owa/healthcheck.htm in the URL field and click Set URL. d) Ensure the Use HTTP/1.1 check box in not selected. e) Select GET from the HTTP Method drop-down list. 14. Click Add New, and select the following options: a) Enter the Real Server Address for the Exchange Server. b) Enter Port 443. c) Select NAT as Forwarding method. d) Click Add This Real Server. 15. Do this for each Exchange Server in your organization. Make minor changes to the redirect Virtual Service that was added: 1. Click View/Modify Services in the main menu. Copyright KEMP Technologies, Inc. All Rights Reserved. 15

16 2. Click Modify on the Redirect Virtual Service with the blank name which has the same IP address as the Virtual Service that was just created. 3. Enter a recognizable Service Name, for example Exchange 2016 HTTP Redirect and click Set Nickname. 4. In Standard Options, set the Persistence Mode to None HTTPS Reencrypted using SubVSs Follow the instructions below to set up a HTTPS Virtual Service with SubVSs Create the Parent Virtual Service Follow the instructions below to set up the parent HTTPS Virtual Service: 1. Select the Add New option within the Virtual Services section of the main menu tree. 2. Enter the IP address of the Virtual Service in the Virtual Address field. 3. Enter 443 in the Port field. 4. Type a name, for example Exchange 2016 HTTPS Reencrypt in the Service Name field. 5. Select tcp in the Protocol drop-down list. Copyright KEMP Technologies, Inc. All Rights Reserved. 16

17 6. Click the Add this Virtual Service button to add the Virtual Service. 7. Within the Basic Properties section of the Virtual Services options page, select the following options: a) Select HTTP/HTTPS in the Service Type drop-down list. 8. Within the Standard Options section of the Virtual Services options page, set the fields as outlined below: a) Ensure the Force L4 check box is clear. b) Ensure the Transparency check box is clear. c) Ensure none is selected from the Persistence Options drop-down list. d) Ensure round robin is selected from the Scheduling Method drop-down list. e) Enter 1800 in the Idle Connection Timeout field and click the Set Idle Timeout button. 9. Expand the SSL Properties section. Copyright KEMP Technologies, Inc. All Rights Reserved. 17

18 10. Within the SSL Properties section, select the Enabled check box and click OK. 11. Select the Reencrypt check box. 12. Select the Certificate to be used for encryption and click > to Assigned Certificates. 13. Click Set Certificate. 14. Select BestPractices from the Cipher Set drop-down list. 15. Expand the Advanced Properties section. 16. Within the Advanced Properties section, select the following options: a) Ensure is the value of the Redirection URL in the Add a Port 80 Redirector VS section and click Add HTTP Redirector. This creates a redirect Virtual Service on port 80 with the same IP address. Copyright KEMP Technologies, Inc. All Rights Reserved. 18

19 Create the SubVSs Follow the instructions below to set up the SubVSs: 1. In the Real Servers section of the Virtual Services options page, click the Add SubVS button. 2. A message stating that the SubVS is created appears, click OK. The Real Servers section should now be renamed to SubVSs. The following steps deal with creating a SubVS for an Exchange service such as owa. 3. In the SubVSs section of the SubVS options page, click the Modify button next to the SubVS and select the following options: a) In the SubVS Name field enter a relevant name such as OWA and click Set Nickname. b) In the SubVS Type field, select the HTTP/HTTPS option. 4. Expand the Real Servers section. 5. In the Real Servers section make the following selections: a) Enter 443 as the Checked Port and click the Set Check Port button. b) Enter /owa/healthcheck.htm in the URL field and click the Set URL button. c) Ensure the Use HTTP/1.1 check box is not selected. d) Select GET from the HTTP Method drop-down list. Copyright KEMP Technologies, Inc. All Rights Reserved. 19

20 6. When finished editing the SubVS, click Back. Now you can add other SubVSs to this Virtual Service as needed. 7. Configure each SubVS using the settings in the table below. SubVS Name OWA (as in steps above) Autodiscover ECP EWS ActiveSync OAB Powershell RPC MAPI Healthcheck URL /owa/healthcheck.htm /autodiscover/healthcheck.htm /ecp/healthcheck.htm /ews/healthcheck.htm /microsoft-serveractivesync/healthcheck.htm /oab/healthcheck.htm /powershell/healthcheck.htm /rpc/healthcheck.htm /mapi/healthcheck.htm Create Content Rules Content Rules must be created for the Virtual Services to function correctly. To create a Modify URL rule for owa please complete the following steps: 1. Select the Rules & Checking > Content Rules menu option. 2. Click the Create New button. 3. Enter a relevant name, for example Redirect_Root, in the Rule Name field. 4. Select Modify URL from the Rule Type drop-down list. 5. Enter /^\/$/ in the Match String field. 6. Enter /owa in the Modified URL field. Copyright KEMP Technologies, Inc. All Rights Reserved. 20

21 7. Click the Create Rule button. 8. To create a Content Matching rule for owa please complete the following steps: 9. Select the Rules & Checking > Content Rules menu option. 10. Click the Create New button. 11. Enter a relevant name, for example OWA, in the Rule Name field. 12. Select Content Matching from the Rule Type drop-down list. 13. Ensure Regular Expression is selected in the Match Type drop-down list. 14. Enter /^\/owa.*/ in the Match String field. 15. Select the Ignore Case check box. 16. Click Create Rule. Create additional Content Matching rules following steps Select the Rules & Checking > Content Rules menu option. above but using the values as described in the following table: Rule Name Match String Ignore Case ActiveSync /^\/microsoft-server-activesync.*/ yes Autodiscover /^\/autodiscover.*/ yes ECP /^\/ecp.*/ yes EWS /^\/ews.*/ yes OAB /^\/oab.*/ yes PowerShell /^\/powershell.*/ yes Copyright KEMP Technologies, Inc. All Rights Reserved. 21

22 Rule Name Match String Ignore Case RPC /^\/rpc.*/ yes Root /^\/$/ yes MAPI /^\/mapi.*/ yes Authentication Proxy /^\/lm_auth_proxy*$/ yes Apply Content Rules Once all Content Rules have been created, you must add these to the Virtual Services/SubVSs. 1. Select View/Modify Services under Virtual Services. 2. Select Modify next to the Exchange 2016 HTTPS Re-Encrypt Virtual Service. 3. In the Advanced Properties section, select Show Header Rules. 4. Select the redirect rule created earlier and select Add. 5. Click Back to return to the Virtual Service settings. 6. Expand the Advanced Properties section. 7. In the Advanced Properties section, select Enable under Content Switching. Copyright KEMP Technologies, Inc. All Rights Reserved. 22

23 8. In the SubVS section, select None under Rules for ActiveSync. 9. Select the Content Rule for ActiveSync that was created in the Create Content Rules section and select Add. 10. Click Back and repeat these steps for all remaining SubVSs HTTPS Offloaded Using SubVSs To set up HTTPS Offloading Using SubVSs, follow the steps in the section below Create the Parent Virtual Service Follow the instructions below to set up the parent HTTPS Virtual Service: 1. Select the Add New option within the Virtual Services section of the main menu tree. 2. Enter the IP address of the Virtual Service in the Virtual Address field. 3. Enter 443 in the Port field. Copyright KEMP Technologies, Inc. All Rights Reserved. 23

24 4. Type a name, for example Exchange 2016 HTTPS Offloaded in the Service Name field. 5. Select tcp in the Protocol drop-down list. 6. Click the Add this Virtual Service button to add the Virtual Service. 7. Within the Basic Properties section of the Virtual Services options page, select the following options: a) Select HTTP/HTTPS from the Service Type drop-down list. 8. Expand the Standard Options section. 9. Within the Standard Options section of the Virtual Services options page, set the fields as outlined below: b) Ensure the Force L4 check box is clear. c) Ensure the Transparency check box is clear. d) Select none from the Persistence Options drop-down list. e) Select round robin from the Scheduling Method drop-down list. f) Enter 1800 in the Idle Connection Timeout field and click the Set Idle Timeout button. 10. Expand the SSL Properties section. Copyright KEMP Technologies, Inc. All Rights Reserved. 24

25 11. Select the Enabled check box and click OK. 12. Ensure the Reencrypt check box is not selected. 13. Select the Certificate to be used for encryption and click > to Assigned Certificates. 14. Select BestPractices from the Cipher Set drop-down list and Click Set Certificate. 15. Expand the Advanced Properties section. 16. Within the Advanced Properties section, select the following options: a) Enter is the value of the Redirection URL in the Add a Port 80 Redirector VS section. Click Add HTTP Redirector. This creates a redirect Virtual Service on port 80 with the same IP address. Copyright KEMP Technologies, Inc. All Rights Reserved. 25

26 Create the SubVSs Follow the instructions below to set up the SubVSs: 1. Expand the Real Servers section of the Virtual Services options page and click Add SubVS 2. Click OK on the message, which appears. The Real Servers section should now be called SubVSs. The following steps deal with creating a SubVS for an Exchange service such as owa. 3. In the SubVSs section of the SubVS options page, click the Modify button next to the SubVS and select the following options: a) In the SubVS Name field enter a relevant name such as OWA and click Set Nickname. b) In the SubVS Type field, select the HTTP/HTTPS option. 4. In the Real Servers section of the SubVS options page select the following options: a) Enter 80 in the Checked Port field and click Set Check Port. b) Enter /owa/healthcheck.htm in the URL field and click the Set URL button. c) Ensure the Use HTTP/1.1 check box is not selected. d) Select GET from the HTTP Method drop-down list. 5. When finished editing the SubVS, click Back. Now you can add other SubVSs to this Virtual Service as needed. 6. Configure each SubVS using the settings in the following table: Copyright KEMP Technologies, Inc. All Rights Reserved. 26

27 SubVS Name OWA (as in steps above) Autodiscover ECP EWS ActiveSync OAB Powershell RPC MAPI Healthcheck URL /owa/healthcheck.htm /autodiscover/healthcheck.htm /ecp/healthcheck.htm /ews/healthcheck.htm /microsoft-serveractivesync/healthcheck.htm /oab/healthcheck.htm /powershell/healthcheck.htm /rpc/healthcheck.htm /mapi/healthcheck.htm Create Content Rules Content Rules need to be created for the Virtual Services to function correctly. To create a Modify URL rule for owa please complete the following steps: 1. Select the Rules & Checking > Content Rules menu option. 2. Click the Create New button. 3. Enter a relevant name, for example Redirect_Root in the Rule Name field. 4. Select Modify URL from the Rule Type drop-down. 5. Enter /^\/$/ in the Match String field. 6. Enter /owa in the Modified URL field. 7. Click the Create Rule button. 8. To create a Content Matching rule for owa please complete the following steps: 9. Select the Rules & Checking > Content Rules menu option. Copyright KEMP Technologies, Inc. All Rights Reserved. 27

28 10. Click the Create New button. 11. Enter a relevant name, for example OWA in the Rule Name field. 12. Select Content Matching from the Rule Type drop-down list. 13. Select Regular Expression from the Match Type drop-down list. 14. Enter /^\/owa.*/ in the Match String field. 15. Select the Ignore Case check box. 16. Click Create Rule. Create additional Content Matching rules following steps Select the Rules & Checking > Content Rules menu option. above but using the values as described in the table below. Rule Name Match String Ignore Case ActiveSync /^\/microsoft-server-activesync.*/ yes Autodiscover /^\/autodiscover.*/ yes ECP /^\/ecp.*/ yes EWS /^\/ews.*/ yes OAB /^\/oab.*/ yes PowerShell /^\/powershell.*/ yes RPC /^\/rpc.*/ yes Root /^\/$/ yes MAPI /^\/mapi.*/ yes Copyright KEMP Technologies, Inc. All Rights Reserved. 28

29 Apply Content Rules After creating all Content Rules, add them to the Virtual Services/ SubVSs. 1. Select View/Modify Services under Virtual Services. 2. Select Modify next to the Exchange 2016 HTTPS Offloaded Virtual Service. 3. In the Advanced Properties section, select Show Header Rules. 4. Select the Redirect Rule created earlier and click Add. 5. Click Back to return to the Virtual Service settings. 6. In the Advanced Properties section, select Enable beside Content Switching. Copyright KEMP Technologies, Inc. All Rights Reserved. 29

30 7. In the SubVS section, select None under Rules for ActiveSync. 8. Select the Content Rule for ActiveSync created in the Create Content Rules section and then click Add. 9. Click Back and repeat these steps for all remaining SubVSs HTTPS Re-Encrypt Using ESP and SubVSs To set up HTTPS Offloading Using ESP, follow the steps in the section below Create the Parent Virtual Service Follow the instructions below to set up the parent HTTPS Virtual Service: 1. Select the Add New option within the Virtual Services section of the main menu tree. 2. Enter the IP address of the Virtual Service in the Virtual Address field. 3. Enter 443 in the Port field. 4. Type a name, for example Exchange 2016 HTTPS Reencrypt with ESP in the Service Name field. 5. Select tcp in the Protocol drop-down list. 6. Click the Add this Virtual Service button to add the Virtual Service. Copyright KEMP Technologies, Inc. All Rights Reserved. 30

31 7. Within the Basic Properties section of the Virtual Services options page, select the following options: a) Select HTTP/HTTPS in the Service Type drop-down list. 8. Within the Standard Options section of the Virtual Services options page, set the fields as outlined below: a) Ensure the Force L4 check box is clear. b) Ensure the Transparency check box is clear. c) Ensure none is selected from the Persistence Options drop-down list. d) Ensure round robin is selected from the Scheduling Method drop-down list. e) Enter 1800 in the Idle Connection Timeout field and click the Set Idle Timeout button. 9. Expand the SSL Properties section. Copyright KEMP Technologies, Inc. All Rights Reserved. 31

32 10. Select the Enabled check box. 11. Select the Reencrypt check box. 12. Select BestPractices from the Cipher Set drop-down list. 13. Expand the Advanced Properties section. 14. Within the Advanced Properties section, select the following options: Copyright KEMP Technologies, Inc. All Rights Reserved. 32

33 Create the SubVSs a) Ensure is the value of the Redirect URL in the Add a Port 80 Redirector VS section. Click Add HTTP Redirector. This creates a redirect Virtual Service on port 80 with the same IP address. Follow the instructions below to set up the SubVSs: 1. In the Real Servers section of the Virtual Services options page, click the Add SubVS button. 2. A message stating that the SubVS has been created appears, click OK. The Real Servers section should now be renamed to SubVSs. The following steps deal with creating a SubVS for an Exchange service such as owa. 3. In the SubVSs section of the SubVS options page, click the Modify button next to the SubVS and select the following options: a) In the SubVS Name field enter a relevant name such as OWA and click Set Nickname. b) In the SubVS Type field, select the HTTP/HTTPS option. 4. The configuration of SubVS ESP is outlined in the Enable ESP section. 5. In the Real Servers section of the SubVS options page select the following options: a) Select HTTPS Protocol from the Real Server Check Parameters drop-down list. b) Enter 443 as the Checked Port and click Set Check Port. c) Enter /owa/healthcheck.htm in the URL field and click Set URL. Copyright KEMP Technologies, Inc. All Rights Reserved. 33

34 d) Ensure the Use HTTP/1.1 check box is not selected. e) Ensure the GET option is selected from the HTTP Method drop-down list. 6. When finished editing the SubVS, click Back. Now you can add other SubVSs to this Virtual Service as needed. 7. Configure each SubVS using the settings in the table below. SubVS Name OWA (as in steps above) Autodiscover ECP EWS ActiveSync OAB Powershell RPC MAPI Healthcheck URL /owa/healthcheck.htm /autodiscover/healthcheck.htm /ecp/healthcheck.htm /ews/healthcheck.htm /microsoft-server-activesync/healthcheck.htm /oab/healthcheck.htm /powershell/healthcheck.htm /rpc/healthcheck.htm /mapi/healthcheck.htm Authentication Proxy If you are using Kerberos Constrained Delegation (KCD) please ensure you add a Real Server to the Authentication Proxy SubVS. For further information on KCD, refer to the KCD, Feature Description Enable ESP To enable ESP follow the steps below: 1. For each of the SubVSs created, ensure that in the ESP section, the Enable ESP check box is selected, and select the following options: a) Select the User Access, Security and Connection check boxes in ESP Logging. b) Select the relevant SSO Domain. Copyright KEMP Technologies, Inc. All Rights Reserved. 34

35 For instructions on how to add an SSO domain, refer to the ESP, Feature Description. Enter all of the allowed virtual hosts into the Allowed Virtual Hosts text box, for example mail.example.com, and click the Set Allowed Virtual Hosts button. Configure each SubVS using the settings in the table below: SubVS Name Allowed Virtual Directories Pre-Authorization Excluded Directories Client Auth. mode Serve r Auth. mode SSO Image Set SSO Greeting Message Autodiscover /autodiscove r* Delegat e to Server None n/a ECP /ecp* Form Based Form Based Exchang e Please enter your Exchange credential s. EWS /ews* Delegat e to Server None n/a ActiveSync /microsoftserveractivesync* Basic Auth. Basic Auth. n/a OAB /oab* Delegat e to Server None n/a Powershell /powershell* Delegat e to Server None n/a RPC /rpc* Delegat e to Server None n/a OWA /owa* /owa/<guid@smtpdomai n>* Form Based Form Based Exchang e Please enter your Exchange Copyright KEMP Technologies, Inc. All Rights Reserved. 35

36 SubVS Name Allowed Virtual Directories Pre-Authorization Excluded Directories Client Auth. mode Serve r Auth. mode SSO Image Set SSO Greeting Message credential s. MAPI /mapi* Delegat e to Server None n/a Authenticatio n Proxy /* Form Based Basic Auth. Exchang e Please enter your Exchange credential s. GUID is unique to each Exchange deployment. To find the correct GUID, run the following command on the Exchange Server: Get-Mailbox -Arbitration where {$_.PersistedCapabilities -like OrganizationCapabilityClientExtensions } f1 exchangeguid, primarysmtpaddress The Logoff String must be set to /owa/logoff.owa in the OWA SubVS. In a customized environment, if the OWA logoff string has been changed, the modified logoff string must be entered in the Logoff String text box. The Error Code in the Authentication Proxy SubVS should be set to 503 Service Unavailable with an Error Message of Endpoint not available. Copyright KEMP Technologies, Inc. All Rights Reserved. 36

37 The SSO Greeting Message field accepts HTML code so you can insert your own image if required. However, there are several characters that are not supported. These are the grave accent character ( ` ) and the single quote ( ). If a grave accent character is used in the SSO Greeting Message, the character will not display in the output, for example a`b`c becomes abc. If a single quote is used, users will not be able to log in Create Content Rules Create Content Rules so that Virtual Services function correctly. To create a Modify URL rule for owa please complete the following steps: 1. Select the Rules & Checking > Content Rules menu option. Copyright KEMP Technologies, Inc. All Rights Reserved. 37

38 2. Click the Create New button. 3. Enter a relevant name, for example Redirect_Root in the Rule Name field. 4. Select the Modify URL option in the Rule Type drop-down. 5. Enter /^\/$/ in the Match String field. 6. Enter /owa in the Modified URL field. 7. Click the Create Rule button. To create a Content Matching rule for owa please complete the following steps: 1. Select the Rules & Checking > Content Rules menu option. 2. Click the Create New button. 3. Enter a relevant name, for example OWA in the Rule Name field. 4. Ensure the Content Matching option is selected from the Rule Type drop-down list. 5. Ensure the Regular Expression option is selected in the Match Type drop-down list. 6. Enter /^\/owa.*/ in the Match String field. 7. Select the Ignore Case check box. 8. Click the Create Rule button. Copyright KEMP Technologies, Inc. All Rights Reserved. 38

39 Create additional Content Matching rules following steps Select the Rules & Checking > Content Rules menu option.above but using the values as described in the table below Apply Content Rules Rule Name Match String Ignore Case ActiveSync /^\/microsoft-server-activesync.*/ yes Autodiscover /^\/autodiscover.*/ yes ECP /^\/ecp.*/ yes EWS /^\/ews.*/ yes OAB /^\/oab.*/ yes PowerShell /^\/powershell.*/ yes RPC /^\/rpc.*/ yes Root /^\/$/ yes MAPI /^\/mapi.*/ yes Authentication Proxy /^\/lm_auth_proxy*$/ yes Once all Content Rules have been created, you must add these to the Virtual Services/ SubVSs. 9. Select View/Modify Services under Virtual Services. 10. Select Modify next to the Exchange 2016 HTTPS Reencrypt with ESP Virtual Service. 11. In the Advanced Properties section, click Show Header Rules. 12. Select the Redirect Rule created earlier and click Add. 13. Click Back to return to the Virtual Service settings. Copyright KEMP Technologies, Inc. All Rights Reserved. 39

40 14. In the Advanced Properties section, select Enable under Content Switching. 15. In the SubVS section, select None under Rules for ActiveSync. 16. Select the Content Rule for ActiveSync that was created in the Enable ESP section and click Add. 17. Click Back and repeat these steps for all remaining SubVSs. Copyright KEMP Technologies, Inc. All Rights Reserved. 40

41 4.1.4 HTTPS Re-Encrypt Using ESP, WAF and SubVSs Before configuring the WAF settings, please download and install the latest commercial rulesets. For further information on WAF, please refer to the KEMP Web Application Firewall, Feature Description. Follow the instructions below to set up the parent HTTPS reencrypted Virtual Service with ESP and WAF: 1. In the main menu of the LoadMaster WUI, go to Virtual Services and click Add New. 2. Enter a valid Virtual Address. 3. Enter 443 as the Port. 4. Enter a Service Name, for example Exchange 2016 HTTPS Reencrypted with ESP and WAF. 5. Click Add this Virtual Service. 6. Remove the tick from the Transparency check box. 7. Enter 1800 in the Idle Connection Timeout text box and click Set Idle Timeout. 8. Expand the SSL Properties section. Copyright KEMP Technologies, Inc. All Rights Reserved. 41

42 9. Tick the Enabled check box. 10. Tick the Reencrypt check box. 11. Select BestPractices as the Cipher Set. 12. Expand the Advanced Properties section. Copyright KEMP Technologies, Inc. All Rights Reserved. 42

43 13. Click the Add HTTP Redirector button. This creates a redirect Virtual Service on port 80 with the same IP address. 14. Expand the WAF Options section. 15. Tick the Enabled check box. 16. Tick the following rulesets in the Available Rules box: - owasp_protocol_violations - owasp_protocol_anomalies Copyright KEMP Technologies, Inc. All Rights Reserved. 43

44 17. Click Apply. - owasp_bad_robots - owasp_generic_attacks - owasp_common_exceptions - owa_attacks All rules should be enabled for each of these rulesets. After setting up the parent Virtual Service, the SubVSs must be added and configured. The steps to add the SubVSs, enable ESP, create the content rules and assign the rules are the same as those in the Create the SubVSs, Enable ESP, Create Content Rules and Apply Content Rules sections. In the redirect Virtual Service which was created, change the Persistence Mode to None and change the Real Server Check Method to None HTTPS Offloaded Using ESP and SubVSs To set up HTTPS Offloading Using ESP, follow the steps in the section below Create the Parent Virtual Service Follow the instructions below to set up the parent HTTPS Virtual Service: 1. Select the Add New option within the Virtual Services section of the main menu tree. 2. Enter the IP address of the Virtual Service in the Virtual Address field. 3. Enter 443 in the Port field. 4. Type a name, for example Exchange 2016 HTTPS Offloaded with ESP in the Service Name field. 5. Select tcp in the Protocol drop-down list. 6. Click the Add this Virtual Service button to add the Virtual Service. Copyright KEMP Technologies, Inc. All Rights Reserved. 44

45 7. Select the following options: a) Select HTTP/HTTPS from the Service Type drop-down list. 8. Expand the Standard Options section. 9. Within the Standard Options section, set the fields as outlined below: b) Ensure the Force L4 check box is clear. c) Ensure the Transparency check box is clear. d) Ensure none is selected in the Persistence Options drop-down list. e) Ensure round robin is selected in the Scheduling Method drop-down list. f) Enter 1800 in the Idle Connection Timeout field and click the Set Idle Timeout button. 10. Expand the SSL Properties section. Copyright KEMP Technologies, Inc. All Rights Reserved. 45

46 11. Select the Enabled check box. 12. Ensure the Reencrypt check box is not selected. 13. Expand the Advanced Properties section. 14. Select the following options: Create the SubVSs a) Ensure is the value of the Redirect URL in the Add a Port 80 Redirector VS section. Click Add HTTP Redirector. This creates a redirect Virtual Service on port 80 with the same IP address. Follow the instructions below to set up the SubVSs: 1. In the Real Servers section of the Virtual Services options page, click the Add SubVS button. Copyright KEMP Technologies, Inc. All Rights Reserved. 46

47 A message stating that the SubVS has been created appears, click OK. The Real Servers section should now be renamed to SubVSs. The following steps deal with creating a SubVS for an Exchange service such as owa. 2. In the SubVSs section of the SubVS options page, click the Modify button next to the SubVS and select the following options: a) In the SubVS Name field enter a relevant name such as OWA and click Set Nickname. b) In the SubVS Type field select the HTTP/HTTPS option. The configuration of the SubVS ESP settings is outlined in the Enable ESP section. 3. In the Real Servers section of the SubVS options page select the following options: a) Enter 80 as the Checked Port and click Set Check Port. b) Enter /owa/healthcheck.htm in the URL field and click Set URL. c) Ensure the Use HTTP/1.1 check box is not selected. d) Ensure GET is selected from the HTTP Method drop-down list. 4. When finished editing the SubVS, click Back. Now you can add other SubVSs to this Virtual Service as needed. 5. Configure each SubVS using the settings in the table below. Copyright KEMP Technologies, Inc. All Rights Reserved. 47

48 SubVS Name OWA (as in steps above) Autodiscover ECP EWS ActiveSync OAB Powershell RPC MAPI Healthcheck URL /owa/healthcheck.htm /autodiscover/healthcheck.htm /ecp/healthcheck.htm /ews/healthcheck.htm /microsoft-server-activesync/healthcheck.htm /oab/healthcheck.htm /powershell/healthcheck.htm /rpc/healthcheck.htm /mapi/healthcheck.htm Authentication Proxy If you are using Kerberos Constrained Delegation (KCD) please ensure you add a Real Server to the Authentication Proxy SubVS.. For further information on KCD, refer to the KCD, Feature Description Enable ESP To enable ESP follow the steps below: 1. For each of the SubVSs created, ensure that in the ESP section, the Enable ESP check box is selected, and select the following options: a) Select the User Access, Security and Connection check boxes in ESP Logging. b) Select the relevant SSO Domain. For instructions on how to add an SSO domain, refer to the ESP, Feature Description. Enter all of the allowed virtual hosts into the Allowed Virtual Hosts text box, for example mail.example.com, and click the Set Allowed Virtual Hosts button. Configure each SubVS using the settings in the table below. Copyright KEMP Technologies, Inc. All Rights Reserved. 48

49 SubVS Name Allowed Virtual Directories Pre-Authorization Excluded Directories Client Auth. mode Server Auth. mode SSO Imag e Set SSO Greeting Message Autodiscove r /autodiscove r* Delegat e to server None n/a ECP /ecp* Form Based Form Based* Exchange Please enter your Exchange credential s. EWS /ews* Delegat e to Server None n/a ActiveSync /microsoftserveractivesync* Basic Auth. Basic Authenticati on n/a OAB /oab* Delegat e to Server None n/a Powershell /powershell* Delegat e to Server None n/a RPC /rpc* Delegat e to Server None n/a OWA /owa* /owa/<guid@smtpdomai n>* 1 Form Based Form Based* Exchange Please enter your Exchange credential s. MAPI /mapi* Delegat e to Server None n/a Copyright KEMP Technologies, Inc. All Rights Reserved. 49

50 SubVS Name Allowed Virtual Directories Pre-Authorization Excluded Directories Client Auth. mode Server Auth. mode SSO Imag e Set SSO Greeting Message Authenticati on Proxy /* Form Based Form Based* Exchange Please enter your Exchange credential s. *Adding server side form based authentication is available from version onwards. 1 GUID is unique to each Exchange deployment. To find the correct GUID, run the following command on the Exchange Server: Get-Mailbox -Arbitration where {$_.PersistedCapabilities -like OrganizationCapabilityClientExtensions } f1 exchangeguid, primarysmtpaddress The Logoff String must be set to /owa/logoff.owa in the OWA SubVS. In a customized environment, if the OWA logoff string has been changed, the modified logoff string must be entered in the Logoff String text box. The Error Code in the Authentication Proxy SubVS should be set to 503 Service Unavailable with an Error Message of Endpoint not available. The SSO Greeting Message field accepts HTML code, so the users can insert their own image if desired. The grave accent character ( ` ) is not supported. If this character is entered in the SSO Greeting Message, the character will not display in the output, for example a`b`c becomes abc Create Content Rules Create the content rules so the Virtual Services function correctly. To create a Modify URL rule for owa please complete the following steps: 1. In the main menu of the LoadMaster WUI, click Rules & Checking. 2. Click Content Rules. 3. Click the Create New button. Copyright KEMP Technologies, Inc. All Rights Reserved. 50

51 4. Enter a relevant name, for example Redirect_Root in the Rule Name field. 5. Select the Modify URL option in the Rule Type drop-down. 6. Enter /^\/$/ in the Match String field. 7. Enter /owa in the Modified URL field. 8. Click the Create Rule button. 9. To create a Content Matching rule for owa please complete the following steps: 1. Select the Rules & Checking > Content Rules menu option. 2. Click the Create New button. 3. Enter a relevant name, for example OWA in the Rule Name field. 4. Ensure the Content Matching option is selected in the Rule Type drop-down list. 5. Ensure the Regular Expression option is selected in the Match Type drop-down list. 6. Enter /^\/owa.*/ in the Match String field. 7. Select the Ignore Case check box. 8. Click the Create Rule button. Copyright KEMP Technologies, Inc. All Rights Reserved. 51

52 Create additional Content Matching rules following steps Select the Rules & Checking > Content Rules menu option. to Click the Create Rule button. above but using the values as described in the following table: Apply Content Rules Rule Name Match String Ignore Case ActiveSync /^\/microsoft-server-activesync.*/ yes Autodiscover /^\/autodiscover.*/ yes ECP /^\/ecp.*/ yes EWS /^\/ews.*/ yes OAB /^\/oab.*/ yes PowerShell /^\/powershell.*/ yes RPC /^\/rpc.*/ yes Root /^\/$/ yes MAPI /^\/mapi.*/ yes Authentication Proxy /^\/lm_auth_proxy*$/ yes Once all Content Rules have been created, you must add these to the Virtual Services/SubVSs: 1. Select View/Modify Services under Virtual Services. 2. Click Modify next to the Exchange 2016 HTTPS Offloaded with ESP Virtual Service. 3. In the Advanced Properties section, click Show Header Rules. 4. Select the Redirect Rule created earlier and click Add. 5. Click Back to return to the Virtual Service settings. Copyright KEMP Technologies, Inc. All Rights Reserved. 52

53 6. In the Advanced Properties section, select Enable under Content Switching. 7. In the SubVS section, click None under Rules for ActiveSync. 8. Select the Content Rule for ActiveSync that was created in the Create Content Rules section and select Add. 9. Click Back and repeat these steps for all remaining SubVSs. Copyright KEMP Technologies, Inc. All Rights Reserved. 53

54 4.1.6 HTTPS Offloaded Using ESP, WAF and SubVSs Before configuring the Web Application Firewall (WAF) settings, please download and install the latest commercial rulesets. For further information on WAF, please refer to the KEMP Web Application Firewall, Feature Description. Follow the instructions below to set up the parent Exchange 2016 HTTPS Offloaded with ESP and WAF Virtual Service: 1. In the main menu, go to Virtual Services and click Add New. 2. Enter a valid IP address in the Virtual Address text box. 3. Enter 443 as the Port. 4. Enter a Service Name, for example Exchange 2016 HTTPS Offloaded with ESP and WAF. 5. Click Add this Virtual Service. 6. Expand the Standard Options section. 7. Enter 1800 into the Idle Connection Timeout text box and click Set Idle Timeout. Copyright KEMP Technologies, Inc. All Rights Reserved. 54

55 8. Expand the SSL Properties section. 9. Select the Enabled check box. 10. Select BestPractices as the Cipher Set. 11. Expand the Advanced Properties section. Copyright KEMP Technologies, Inc. All Rights Reserved. 55

56 12. Click the Add HTTP Redirector button. This creates a redirect Virtual Service on port 80 with the same IP address. 13. In the Available Rulesets list, tick the following rules: 14. Click Apply. - owasp_protocol_violations - owasp_protocol_anomalies - owasp_bad_robots - owasp_generic_attacks - owasp_common_exceptions - owa_attacks All rules should be enabled for each of these rulesets. After setting up the parent Virtual Service, the SubVSs must be added and configured. The steps to add the SubVSs, enable ESP, create the content rules and assign the rules are the same as those in the Create the SubVSs, Enable ESP, Create Content Rules and Apply Content Rules sections. In the redirect Virtual Service which was created, change the Persistence Mode to None and change the Real Server Check Method to None. Copyright KEMP Technologies, Inc. All Rights Reserved. 56

57 4.2 Office Online Server Virtual Service Follow the instructions below to set up an Office Online Server Virtual Service: 1. In the main menu of the LoadMaster WUI, go to Virtual Services and click Add New. 2. Enter a valid IP address in the Virtual Address text box. 3. Enter 443 as the Port. 4. Enter a Service Name, for example Exchange 2016 Office Online Server. 5. Click Add this Virtual Service. 6. Expand the SSL Properties section. Copyright KEMP Technologies, Inc. All Rights Reserved. 57

58 7. Tick the Enabled check box. 8. Tick the Reencrypt check box. 9. Select BestPractices from the Cipher Set drop-down list. 10. Expand the Standard Options section. Copyright KEMP Technologies, Inc. All Rights Reserved. 58

59 11. Remove the tick from the Transparency check box. 12. Select Super HTTP and Source IP as the Persistence Mode. 13. Select 30 Minutes as the Persistence Timeout. 14. Select least connection as the Scheduling Method. 15. Enter 1800 as the Idle Connection Timeout and click Set Idle Timeout. 16. Expand the Real Servers section. 17. Enter /hosting/discovery as the URL and click Set URL. 18. Tick the Use HTTP/1.1 check box. 19. Select GET as the HTTP Method. 4.3 IMAP Virtual Service Follow the instructions below to set up an IMAP Virtual Service: 1. Select the Add New option within the Virtual Services section of the main menu tree. 2. Enter the IP address of the Virtual Service in the Virtual Address field. 3. Enter 143 in the Port field. 4. Type a name, for example Exchange 2016 IMAP in the Service Name field. Copyright KEMP Technologies, Inc. All Rights Reserved. 59

60 5. Select tcp in the Protocol drop-down list. 6. Click the Add this Virtual Service button to add the Virtual Service. 7. Within the Basic Properties section of the Virtual Services options page, select the following options: a) Select Generic in the Service Type drop-down list. 8. Within the Standard Options section of the Virtual Services options page, select the following options: a) Ensure the Force L4 check box is clear. b) Ensure the Transparency check box is clear. c) Ensure IMAP4 is selected in Server Initiating Protocols drop-down list. d) Ensure none is selected in the Persistence Options drop-down list. e) Ensure round robin is selected in the Scheduling Method drop-down list. f) Enter 3600 in the Idle Connection Timeout text box and click Set Idle Timeout. Copyright KEMP Technologies, Inc. All Rights Reserved. 60

61 9. Within the SSL Properties section, ensure that the SSL Acceleration check box is not selected. 10. Do not change any of the options within the Advanced Options section. 11. Within the Real Servers section of the Virtual Services options page, select the following options: a) Ensure Mailbox (IMAP) Protocol has been selected as the health-checking option. b) Enter 143 in the Checked Port field and click on the Set Check Port button IMAP STARTTLS Virtual Service To configure the IMAP STARTTLS Virtual Service, follow the steps below: 1. Select the Add New option within the Virtual Services section of the main menu tree. 2. Enter a Virtual Address. 3. Enter 143 as the Port. 4. Enter a recognizable Service Name, for example Exchange 2016 IMAP with STARTTLS. Copyright KEMP Technologies, Inc. All Rights Reserved. 61

62 5. Within the Basic Properties section of the Virtual Services options page, select the following options: a) Select STARTTLS protocols in the Service Type drop-down list. 6. Within the Standard Options section of the Virtual Services options page, select the following options: a) Remove the tick from the Transparency check box. b) Ensure IMAP is selected in the STARTTLS mode drop-down list. c) Enter 3600 in the Idle Connection Timeout field and click Set Idle Timeout. 7. In the Real Servers section, enter 143 in the Checked Port text box and click the Set Check Port button IMAPS Virtual Service To configure the IMAPS Virtual Service, follow the steps below: 1. Select the Add New option within the Virtual Services section of the main menu tree. 2. Enter the IP address in the Virtual Address text box. 3. Enter 993 in the Port field. Copyright KEMP Technologies, Inc. All Rights Reserved. 62

63 4. Enter a recognizable Service Name, for example Exchange 2016 IMAPS. 5. Click Add this Virtual Service. 6. Within the Standard Options section of the Virtual Services options page: a) Remove the tick from the Transparency check box. b) Select IMAP4 in the Server Initiating Protocols drop-down list. c) Enter 3600 in the Idle Connection Timeout field and click Set Idle Timeout. 7. Within the Real Servers section of the Virtual Services options page, select the following options: a) Ensure TCP Connection Only is selected as the health-checking option. b) Enter 993 in the Checked Port field and click the Set Check Port button IMAPS Offloaded Virtual Service To configure the IMAPS Offloaded, follow the steps below: 1. Select the Add New option within the Virtual Services section of the main menu tree. 2. Enter the IP address of the Virtual Service in the Virtual Address field. Copyright KEMP Technologies, Inc. All Rights Reserved. 63

64 3. Enter 993 in the Port field. 4. Enter a recognizable Service Name, for example Exchange 2016 IMAPS Offloaded. 5. Within the Standard Options section of the Virtual Services options page, set the following options: a) Remove the tick from the Transparency check box. b) Select IMAP4 in the Server Initiating Protocols drop-down list. c) Enter 3600 in the Idle Connection Timeout field and click the Set Idle Timeout button. 6. In the SSL Properties section, select the SSL Acceleration - Enabled check box. 7. Click OK. Copyright KEMP Technologies, Inc. All Rights Reserved. 64

65 8. In the Real Servers section of the Virtual Services options page, select the following options: a) Ensure Mailbox (IMAP) Protocol is selected as the health-checking option. b) Enter 143 in the Checked Port text box and click Set Check Port. 4.4 POP Virtual Service Follow the instructions below to set up a POP Virtual Service: 1. Select the Add New option within the Virtual Services section of the main menu tree. 2. Enter the IP address of the Virtual Service in the Virtual Address field. 3. Enter 110 in the Port field. 4. Type a name, for example Exchange 2016 POP in the Service Name field. 5. Select tcp in the Protocol drop-down list. 6. Click the Add this Virtual Service button to add the Virtual Service. 7. Within the Basic Properties section of the Virtual Services options page, select the following options: a) Select Generic in the Service Type drop-down list. Copyright KEMP Technologies, Inc. All Rights Reserved. 65

66 8. Within the Standard Options section of the Virtual Services options page, select the following options: a) Ensure the Force L4 check box is clear. b) Ensure the Transparency check box is clear. c) Ensure POP3 is selected in Server Initiating Protocols drop-down list. d) Ensure none is selected in the Persistence Options drop-down list. e) Ensure round robin is selected in the Scheduling Method drop-down list. f) Enter 3600 in the Idle Connection Timeout field and click Set Idle Timeout. 9. Within the Real Servers section of the Virtual Services options page, select the following options: a) Ensure Mailbox (POP3) Protocol has been selected as the health-checking option. b) Enter 110 in the Checked Port field and click the Set Check Port button POP with STARTTLS Virtual Service To configure a POP Virtual Service with STARTTLS, follow the steps below: 1. Select the Add New option within the Virtual Services section of the main menu tree. Copyright KEMP Technologies, Inc. All Rights Reserved. 66

67 2. Enter a valid IP address in the Virtual Address text box. 3. Enter 110 as the Port. 4. Enter a recognizable Service Name, for example Exchange 2016 POP with STARTTLS. 5. Click Add this Virtual Service. 6. Within the Basic Properties section of the Virtual Services options page, select the following options: a) Select STARTTLS protocols in the Service Type drop-down list. 7. Within the Standard Options section of the Virtual Services options page, select the following options: a) Remove the tick from the Transparency check box. b) Enter 3600 in the Idle Connection Timeout text box and click Set Idle Timeout. Copyright KEMP Technologies, Inc. All Rights Reserved. 67

68 8. In the Real Servers section, make the following selections: POPS Virtual Service a) Select Mailbox (POP3) Protocol from the Real Server Check Parameters dropdown list. b) Enter 110 in the Checked Port text box and click the Set Check Port button. To configure a POPS VS, follow the steps below: 1. Select the Add New option within the Virtual Services section of the main menu tree. 2. Enter a valid IP address in the Virtual Address text box. 3. Enter 995 in the Port field. 4. Enter a recognizable Service Name, for example Exchange 2016 POPS. 5. In the Standard Options section: a) Remove the tick from the Transparency check box. b) Select POP3 in the Server Initiating Protocols drop-down list. c) Enter 3600 in the Idle Connection Timeout text box and click Set Idle Timeout. Copyright KEMP Technologies, Inc. All Rights Reserved. 68

69 6. Within the Real Servers section of the Virtual Services options page, enter 995 in the Checked Port field and click the Set Check Port button POPS Offloaded Virtual Service To configure a POPS Offloaded Virtual Service, follow the steps below: 1. Select the Add New option within the Virtual Services section of the main menu tree. 2. Enter a valid IP address in the Virtual Address text box. 3. Enter 995 in the Port field. 4. Enter a recognizable Service Name, for example Exchange 2016 POPS Offloaded. 5. Click Add this Virtual Service. 6. Within the Standard Options section of the Virtual Services options page: a) Remove the tick from the Transparency check box. b) Select POP3 in the Server Initiating Protocols drop-down list. c) Enter 3600 in the Idle Connection Timeout text box and click Set Idle Timeout. Copyright KEMP Technologies, Inc. All Rights Reserved. 69

70 7. Within the SSL Properties section, select the SSL Acceleration - Enabled check box. 8. Click OK. 9. Within the Real Servers section: 4.5 SMTP Virtual Service d) Select Mailbox (POP3) Protocol from the Real Server Check Parameters dropdown list. e) Enter 110 in the Checked Port text box and click Set Check Port. Follow the instructions below to set up an SMTP Virtual Service: 1. Select the Add New option within the Virtual Services section of the main menu tree. 2. Enter the IP address of the Virtual Service in the Virtual Address field. Copyright KEMP Technologies, Inc. All Rights Reserved. 70

71 3. Enter 25 in the Port field. 4. Type a name, for example Exchange 2016 SMTP in the Service Name field. 5. Select tcp in the Protocol drop-down list. 6. Click the Add this Virtual Service button to add the Virtual Service. 7. Within the Basic Properties section of the Virtual Services options page, select the following options: a) Select Generic from the Service Type drop-down list 8. Within the Standard Options section of the Virtual Services options page, select the following options: a) Ensure the Force L4 check box is clear. b) Ensure the Transparency check box is clear. c) Ensure SMTP is selected in Server Initiating Protocols drop-down list. d) Select Source IP Address as the Persistence Mode. e) Set the Timeout value to 1 Hour. f) Ensure round robin is selected in the Scheduling Method drop-down list. Copyright KEMP Technologies, Inc. All Rights Reserved. 71

72 g) Enter to 120 in the Idle Connection Timeout text box and click Set Idle Timeout. 9. Within the Real Servers section of the Virtual Services options page, select the following options: SMTPS Virtual Service h) Ensure Mailbox (SMTP) Protocol is selected as the health-checking option. i) Enter 25 in the Checked Port field and click the Set Check Port button. To configure an SMTPS Virtual Service, follow the steps below: 1. In the main menu of the LoadMaster WUI, select Virtual Services and Add New. 2. Enter a valid IP address in the Virtual Address text box. 3. Enter 587 as the Port. 4. Enter a recognizable Service Name, for example Exchange 2016 SMTPS. 5. Click Add this Virtual Service. 6. Within the Standard Options section, set the fields as follows: a) Remove the tick from the Transparency check box. Copyright KEMP Technologies, Inc. All Rights Reserved. 72

73 b) Select SMTP from the Server Initiating Protocols drop-down list. c) Set the Persistence Mode to Source IP Address. d) Set the Timeout value to 1 Hour. e) Enter 120 in the Idle Connection Timeout text box and click Set Idle Timeout. 7. In the Real Servers section, enter 587 and click Set Check Port SMTPS Offloaded Virtual Service To configure a SMTPS Offloaded Virtual Service, follow the steps below: 1. In the main menu of the LoadMaster WUI, select Virtual Services and Add New. 2. Enter a valid IP address in the Virtual Address text box. 3. Enter 587 in the Port field. 4. Enter a recognizable Service Name, for example Exchange 2016 SMTPS Offloaded. 5. Click Add this Virtual Service. 6. Within the SSL Properties section, select Enabled. 7. Click OK. Copyright KEMP Technologies, Inc. All Rights Reserved. 73

74 8. Within the Standard Options section of the Virtual Services options page, select the following options: a) Remove the tick from the Transparency check box. b) Select SMTP in the Server Initiating Protocols drop-down list. c) Select Source IP Address as the Persistence Mode. d) Select 1 Hour as the Timeout value. e) Enter 120 in the Idle Connection Timeout field and click Set Idle Timeout. 9. Within the Real Servers section of the Virtual Services options page: a) Select Mail (SMTP) Protocol as the health-checking option. b) Enter 25 in the Checked Port text box and click Set Check Port SMTP with STARTTLS Virtual Service To configure a SMTP Virtual Service with STARTTLS, follow the steps below: 1. In the main menu of the LoadMaster WUI, select Virtual Services and Add New. Copyright KEMP Technologies, Inc. All Rights Reserved. 74

75 2. Enter a valid IP address in the Virtual Address text box. 3. Enter 25 as the Port. 4. Enter a recognizable Service Name, for example Exchange 2016 SMTP with STARTTLS. 5. Click Add this Virtual Service. 6. Within the Basic Properties section of the Virtual Services options page: a) Select STARTTLS protocols in the Service Type drop-down list. 7. Within the Standard Options section of the Virtual Services options page: a) Remove the tick from the Transparency check box. b) Ensure SMTP (STARTTLS if requested) is selected in the STARTTLS mode dropdown list. c) Set the Persistence Mode to Source IP Address. d) Set the Timeout value to 1 Hour. e) Enter 120 in the Idle Connection Timeout text box and click Set Idle Timeout. 8. In the Real Servers section: a) Enter 25 in the Checked Port text box and click Set Check Port. Copyright KEMP Technologies, Inc. All Rights Reserved. 75

76 4.5.4 SMTP with ESP Virtual Service To configure a SMTP VS with ESP, follow the steps below: 1. In the main menu of the LoadMaster WUI, select Virtual Services and Add New. 2. Enter a valid IP address in the Virtual Address text box. 3. Enter 25 as the Port. 4. Enter a recognizable Service Name, for example Exchange 2016 SMTP with ESP. 5. Click Add this Virtual Service. 6. Within the Standard Options section, set the fields as follows: a) Remove the tick from the Transparency check box. b) Ensure SMTP is selected in the Server Initiating Protocols drop-down list. c) Set the Persistence Mode to Source IP Address. d) Set the Timeout value to 1 Hour. e) Enter 120 in the Idle Connection Timeout text box and click Set Idle Timeout. Copyright KEMP Technologies, Inc. All Rights Reserved. 76

77 7. Within the ESP Options section, select the following options: a) Ensure the Enable ESP check box is selected. b) Ensure the Connection Logging check box is selected. c) Enter the all the permitted domains allowed to be received by this service and click the Set Permitted Domains button. (Multiple permitted domains can be entered using a space-separated list) 8. Within the Real Servers section, set the fields as follows: d) Select Mail (SMTP) Protocol from the Real Server Check Parameters drop-down list. e) Enter 25 in the Checked Port text box and click Set Check Port Office Online Server Virtual Service To configure a Virtual Service for Office Online Servers, follow the steps below: 1. Click the Add New button. 2. Enter a Virtual Address. 3. Enter 443 in the Port field. 4. Enter a recognisable Service Name, for example Office Online Server. 5. Ensure TCP is set as the Protocol. Copyright KEMP Technologies, Inc. All Rights Reserved. 77

78 6. Click Add This Virtual Service. 7. Expand the SSL Properties section and select the following options: a) Select the Enabled check box. b) Select the Reencrypt check box. 8. Expand the Standard Options section and select the following options: c) Select Super HTTP and Source IP as the Persistence Mode. d) Select 30 Minutes as the Persistence Timeout. e) Select least connection as the Scheduling Method. f) Enter 1800 in the Idle Connection Timeout field and click Set Idle Timeout. Copyright KEMP Technologies, Inc. All Rights Reserved. 78

79 9. Expand the Real Servers section and select the following options: g) Select HTTPS Protocol in the drop-down menu. h) Enter /hosting/discovery in the URL field and click Set URL. i) Select the Use HTTP/1.1 check box. Select GET as the HTTP Method. Copyright KEMP Technologies, Inc. All Rights Reserved. 79

Exchange 2016 Deployment Guide. Exchange Deployment Guide

Exchange 2016 Deployment Guide. Exchange Deployment Guide Exchange 2016 Deployment Guide Exchange 2016 Deployment Guide VERSION: 3.0 UPDATED: JULY 2016 Introduction Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies

More information

MS Exchange 2010 Deployment Guide

MS Exchange 2010 Deployment Guide Deployment Guide VERSION: 11.0 UPDATED: July 2017 Copyright Notices Copyright 2002-2017 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

IIS. Deployment Guide

IIS. Deployment Guide Deployment Guide UPDATED: 11 January 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks of

More information

Microsoft Dynamics. Deployment Guide

Microsoft Dynamics. Deployment Guide Deployment Guide UPDATED: 11 January 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks of

More information

Content Switching Exchange and Lync. Technical Note

Content Switching Exchange and Lync. Technical Note Content Switching Exchange and Lync Technical Note UPDATED: 11 January 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies

More information

Microsoft Exchange Microsoft Exchange Deployment Guide

Microsoft Exchange Microsoft Exchange Deployment Guide Microsoft Exchange 2010 Deployment Guide VERSION: 8.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies

More information

Apache Tomcat Deployment Guide

Apache Tomcat Deployment Guide Deployment Guide VERSION: 3.0 UPDATED: July 2017 Copyright Notices Copyright 2002-2017 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

Pearson PowerSchool. Deployment Guide

Pearson PowerSchool. Deployment Guide Deployment Guide UPDATED: 11 January 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks of

More information

AD FS v3. Deployment Guide

AD FS v3. Deployment Guide Deployment Guide UPDATED: 15 November 2017 Copyright Notices Copyright 2002-2017 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

What to Know About Exchange 2013 and Load Balancing

What to Know About Exchange 2013 and Load Balancing What to Know About Exchange 2013 and Load Balancing What are the major differences between Exchange 2010 and Exchange 2013? To answer that let s discuss the main architectural differences between Exchange

More information

MS Skype For Business. Deployment Guide

MS Skype For Business. Deployment Guide Deployment Guide UPDATED: 11 January 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks of

More information

MS Lync Deployment Guide

MS Lync Deployment Guide Deployment Guide UPDATED: 11 January 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks of

More information

Microsoft Print Server. Deployment Guide

Microsoft Print Server. Deployment Guide Deployment Guide UPDATED: 11 January 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks of

More information

Windows Server 2012 R2 DirectAccess. Deployment Guide

Windows Server 2012 R2 DirectAccess. Deployment Guide Windows Server 2012 R2 DirectAccess Deployment Guide UPDATED: 11 January 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies

More information

Remote Desktop Services Deployment Guide

Remote Desktop Services Deployment Guide Deployment Guide VERSION: 10.0 UPDATED: July 2017 Copyright Notices Copyright 2002-2017 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

MS Lync Deployment Guide

MS Lync Deployment Guide Deployment Guide UPDATED: 13 October 2017 Copyright Notices Copyright 2002-2017 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks of

More information

Epicor. Deployment Guide. UPDATED: 29 January 2019

Epicor. Deployment Guide. UPDATED: 29 January 2019 Deployment Guide UPDATED: 29 January 2019 Copyright Notices Copyright 2002-2019 Kemp Technologies, Inc. All rights reserved. Kemp Technologies and the Kemp Technologies logo are registered trademarks of

More information

Remote Desktop Services. Deployment Guide

Remote Desktop Services. Deployment Guide Deployment Guide UPDATED: 20 June 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks of KEMP

More information

Setting up Microsoft Exchange Server 2016 with Avi

Setting up Microsoft Exchange Server 2016 with Avi Page 1 of 14 Setting up Microsoft Exchange Server 2016 with Avi Networks view online What is Exchange Server 2016 Microsoft Exchange Server 2016 is an e-mail server solution, with calendar and contact

More information

Content Switching with Exchange and Lync-related Workloads

Content Switching with Exchange and Lync-related Workloads Content Switching with Exchange and Lync-related Workloads Technical Note VERSION: 6.0 UPDATED: JULY 2016 AUTHOR: Michael Van Horenbeek Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All

More information

AX Series with Microsoft Exchange Server 2010

AX Series with Microsoft Exchange Server 2010 Deployment Guide AX Series with Microsoft Exchange Server 2010 v.1.1 DEPLOYMENT GUIDE AX Series with Microsoft Exchange Server 2010 Table of Contents 1. Introduction... 4 1.1 Prerequisites and Assumptions...4

More information

Load Balancing Microsoft Exchange Deployment Guide v Copyright Loadbalancer.org

Load Balancing Microsoft Exchange Deployment Guide v Copyright Loadbalancer.org Load Balancing Microsoft Exchange 2016 Deployment Guide v2 Copyright Loadbalancer.org Table of Contents About this Guide...4 Loadbalancer.org Appliances Supported...4 3. Loadbalancer.org Software Versions

More information

Microsoft Exchange Server 2013 and 2016 Deployment

Microsoft Exchange Server 2013 and 2016 Deployment Microsoft Exchange Server 2013 and 2016 Deployment Barracuda Networks has conducted interoperability tests using the Barracuda Load Balancer ADC and Microsoft Exchange Server 2013 and Microsoft Exchange

More information

Load Balancing Microsoft Exchange Deployment Guide v Copyright Loadbalancer.org, Inc

Load Balancing Microsoft Exchange Deployment Guide v Copyright Loadbalancer.org, Inc Load Balancing Microsoft Exchange 2013 Deployment Guide v1.4.3 Copyright 2002 2017 Loadbalancer.org, Inc Table of Contents 1. About this Guide...4 2. Loadbalancer.org Appliances Supported...4 3. Loadbalancer.org

More information

Splunk. Splunk. Deployment Guide

Splunk. Splunk. Deployment Guide Deployment Guide VERSION: 1.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

Riverbed SteelApp Traffic Manager Solution Guide

Riverbed SteelApp Traffic Manager Solution Guide SOLUTION GUIDE Riverbed SteelApp Traffic Manager Solution Guide Load Balancing and Optimization for Microsoft Exchange 2013 with SteelApp Traffic Manager Version 1.1 May 2014 2014 Riverbed Technology,

More information

Custom Authentication Form. Technical Note

Custom Authentication Form. Technical Note Technical Note UPDATED: 11 January 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks of

More information

Adobe Connect. Adobe Connect. Deployment Guide

Adobe Connect. Adobe Connect. Deployment Guide Deployment Guide VERSION: 1.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

A10 Thunder ADC with Microsoft Exchange 2016

A10 Thunder ADC with Microsoft Exchange 2016 DEPLOYMENT GUIDE A10 Thunder ADC with Microsoft Exchange 2016 Empowering Employees to Communicate and Collaborate with Microsoft Exchange 2016 Table of Contents Overview... 3 Deployment Prerequisites...

More information

Load Balancing Microsoft Exchange Deployment Guide v Copyright Loadbalancer.org, Inc

Load Balancing Microsoft Exchange Deployment Guide v Copyright Loadbalancer.org, Inc Load Balancing Microsoft Exchange 2016 Deployment Guide v1.1.3 Copyright 2002 2017 Loadbalancer.org, Inc Table of Contents 1. About this Guide...4 2. Loadbalancer.org Appliances Supported...4 3. Loadbalancer.org

More information

Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers

Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers Deployment Guide Document version: 4.9.1 iapp version: microsoft_exchange_2010_cas.2012_06_08 What's inside: 2 What is F5 iapp? 2 Prerequisites 6 Deployment Scenarios 8 Preparation worksheets 10 Downloading

More information

Edge Security Pack (ESP) Feature Description

Edge Security Pack (ESP) Feature Description Feature Description UPDATED: 03 October 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

Edge Security Pack (ESP)

Edge Security Pack (ESP) Edge Security Pack (ESP) VERSION: 1.2 UPDATED: SEPTEMBER 2013 Copyright 2002-2013 KEMP Technologies, Inc. All Rights Reserved. Page 1 / 22 Copyright Notices Copyright 2002-2013 KEMP Technologies, Inc..

More information

Epic. Epic Systems. Deployment Guide

Epic. Epic Systems. Deployment Guide Epic Systems Deployment Guide VERSION: 1.0 UPDATED: AUGUST 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are

More information

FortiADC with MS Exchange 2016 Deployment Guide

FortiADC with MS Exchange 2016 Deployment Guide FortiADC with MS Exchange 2016 Deployment Guide Copyright Fortinet, Inc. All rights reserved. Fortinet, FortiGate, FortiCare and FortiGuard, and certain other marks are registered trademarks of Fortinet,

More information

Deploying NetScaler with Microsoft Exchange 2016

Deploying NetScaler with Microsoft Exchange 2016 Deployment Guide Deploying NetScaler with Microsoft Exchange 2016 Deployment Guide Load balancing Microsoft Exchange 2016 with NetScaler Table of Contents Introduction 3 Configuration 5 NetScaler features

More information

Web User Interface (WUI) LM5305 FIPS

Web User Interface (WUI) LM5305 FIPS Web User Interface (WUI) LM5305 FIPS VERSION: 1.1 UPDATED: JULY 2013 Copyright 2002-2013 KEMP Technologies, Inc. All Rights Reserved. Page 1 / 86 Copyright Notices Copyright 2002-2013 KEMP Technologies,

More information

Manual Owa Exchange 2010 Url Redirect To

Manual Owa Exchange 2010 Url Redirect To Manual Owa Exchange 2010 Url Redirect To Internal Description of the OWA client connectivity flow in an Exchange 2013/2010 coexistence environment. Optional scenario for internal and external OWA clients.

More information

Hands-on Lab Exercise Guide

Hands-on Lab Exercise Guide 606: Improving Microsoft Exchange 2013 Performance with NetScaler Hands-on Lab Exercise Guide Johnathan Campos and Daniel Kuenzli May 2015 Table of Contents Table of Contents... 1 Overview... 2 Scenario...

More information

Azure Multi-Factor Authentication. Technical Note

Azure Multi-Factor Authentication. Technical Note Azure Multi-Factor Authentication Technical Note UPDATED: 28 March 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo

More information

Content Rules. Feature Description

Content Rules. Feature Description Feature Description UPDATED: 11 January 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

Hybride Cloud Szenarien HHochverfügbar mit KEMP Loadbalancern. Köln am 10.Oktober 2017

Hybride Cloud Szenarien HHochverfügbar mit KEMP Loadbalancern. Köln am 10.Oktober 2017 Hybride Cloud Szenarien HHochverfügbar mit KEMP Loadbalancern Köln am 10.Oktober 2017 Manfred Pfeifer PreSales Consultant DACH & EE @ KEMP Technologies Email: mpfeifer@kemptechnologies.com Office: +49

More information

Mobile MOUSe EXCHANGE SERVER 2010 CONFIGURATION ONLINE COURSE OUTLINE

Mobile MOUSe EXCHANGE SERVER 2010 CONFIGURATION ONLINE COURSE OUTLINE Mobile MOUSe EXCHANGE SERVER 2010 CONFIGURATION ONLINE COURSE OUTLINE COURSE TITLE EXCHANGE SERVER 2010 CONFIGURATION COURSE DURATION 16 Hour(s) of Interactive Training COURSE OVERVIEW Prepare for Microsoft's

More information

RSA Two Factor Authentication. Feature Description

RSA Two Factor Authentication. Feature Description RSA Two Factor Authentication Feature Description UPDATED: 11 January 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies

More information

Sophos UTM Web Application Firewall For: Microsoft Exchange Services

Sophos UTM Web Application Firewall For: Microsoft Exchange Services How to configure: Sophos UTM Web Application Firewall For: Microsoft Exchange Services This guide explains how to configure your Sophos UTM 9.3+ to allow access to the relevant Microsoft Exchange services

More information

MS Lync MS Lync Deployment Guide

MS Lync MS Lync Deployment Guide MS Lync 2013 Deployment Guide VERSION: 7.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered

More information

LoadMaster VMware Horizon Access Point Gateway

LoadMaster VMware Horizon Access Point Gateway LoadMaster VMware Horizon Access Point Gateway Deployment Guide VERSION: 1.0 UPDATED: OCTOBER 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies

More information

MS Lync 2013 Server Security Guide. Technical Note

MS Lync 2013 Server Security Guide. Technical Note MS Lync 2013 Server Security Guide Technical Note UPDATED: 11 January 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies

More information

DoD Common Access Card Authentication. Feature Description

DoD Common Access Card Authentication. Feature Description DoD Common Access Card Authentication Feature Description UPDATED: 20 June 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies

More information

LoadMaster for Azure Resource Manager. Feature Description

LoadMaster for Azure Resource Manager. Feature Description LoadMaster for Azure Resource Manager Feature Description UPDATED: 16 October 2017 Copyright Notices Copyright 2002-2017 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies

More information

KEMP LoadMaster LM-5305 FIPS Product Overview

KEMP LoadMaster LM-5305 FIPS Product Overview KEMP LoadMaster LM-5305 FIPS Product Overview VERSION: 10.0 UPDATED: July 2017 Copyright Notices Copyright 2002-2017 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies

More information

Moodle. Moodle. Deployment Guide

Moodle. Moodle. Deployment Guide Moodle Deployment Guide VERSION: 6.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered

More information

LoadMaster VMware Horizon (with View) 6. Deployment Guide

LoadMaster VMware Horizon (with View) 6. Deployment Guide LoadMaster VMware Horizon (with View) 6 Deployment Guide VERSION: 6.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the

More information

http://aka.ms/e15rtm http://aka.ms/e15ga http://aka.ms/e15dl http://aka.ms/servicega Clients autodiscover.contoso.com mail.contoso.com 1 2 HUB MBX SP3 CAS Internet facing site Upgrade first 3 4 E2013

More information

KEMP360 Central. 1 Introduction. KEMP360 Central. Feature Description

KEMP360 Central. 1 Introduction. KEMP360 Central. Feature Description 1 Introduction KEMP360 Central Feature Description VERSION: 8.0 UPDATED: JUNE 2016 Introduction Table of Contents 1 Introduction... 5 1.1 Document Purpose... 6 1.2 Intended Audience... 6 2 KEMP360 Interface

More information

Manual Owa Exchange 2010 Not Working Externally

Manual Owa Exchange 2010 Not Working Externally Manual Owa Exchange 2010 Not Working Externally Q: exchange 2010/2013 coexistence: OWA proxy not working properly set up manually with Exchange ActiveSync (pointing to owa.domain.com) with a On E2k13 I

More information

Load Balancing Microsoft Exchange 2013 with FortiADC

Load Balancing Microsoft Exchange 2013 with FortiADC Load Balancing Microsoft Exchange 2013 with FortiADC Highly Available, High Performing, and Scalable Deployment with FortiADC D-Series Appliances Exchange 2013 and Application Delivery Microsoft Exchange

More information

Microsoft Exam

Microsoft Exam Microsoft Exam 70-662 TS: Microsoft Exchange Server 2010, Configuring Skills Being Measured This exam measures your ability to accomplish the technical tasks listed below. The percentages indicate the

More information

Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers

Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers Deployment Guide Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers Welcome to the F5 and Microsoft Exchange 2010 and 2013 Client Access Server deployment guide.

More information

Load Balancing and Optimization of Microsoft Exchange 2010 Client Access Servers

Load Balancing and Optimization of Microsoft Exchange 2010 Client Access Servers SOLUTION GUIDE Load Balancing and Optimization of Microsoft Exchange 2010 Client Access Servers Solution Guide Version 2.8 January 2014 2014 Riverbed Technology. All rights reserved. Riverbed, Cloud Steelhead,

More information

Load Balancing Microsoft IIS. Deployment Guide v Copyright Loadbalancer.org

Load Balancing Microsoft IIS. Deployment Guide v Copyright Loadbalancer.org Load Balancing Microsoft IIS Deployment Guide v1.6.4 Copyright Loadbalancer.org Table of Contents 1. About this Guide...4 2. Loadbalancer.org Appliances Supported...4 3. Loadbalancer.org Software Versions

More information

KEMP LoadMaster. Product Overview

KEMP LoadMaster. Product Overview Product Overview UPDATED: 28 March 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks of

More information

MS Skype for Business. Microsoft Skype for Business Deployment Guide

MS Skype for Business. Microsoft Skype for Business Deployment Guide Microsoft Skype for Business 2015 Deployment Guide VERSION: 7.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies

More information

Deploying F5 with Microsoft Exchange 2013 and 2010 Client Access Servers

Deploying F5 with Microsoft Exchange 2013 and 2010 Client Access Servers F5 Deployment Guide Deploying F5 with Microsoft Exchange 2013 and 2010 Client Access Servers Welcome to the F5 and Microsoft Exchange 2010 and 2013 Client Access Server deployment guide. Use this document

More information

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2 Deploying VMware Identity Manager in the DMZ JULY 2018 VMware Identity Manager 3.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Vision deliver a fast, easy to deploy and operate, economical solution that can provide high availability solution for exchange server

Vision deliver a fast, easy to deploy and operate, economical solution that can provide high availability solution for exchange server Exchange server 2010 Interview Questions High Availability Filed under: Exchange Server 2010 exchange2k10 @ 5:04 pm 1. What are the vision and Goals of Exchange Server 2010 high availability? Vision deliver

More information

Web User Interface (WUI) LM FIPS

Web User Interface (WUI) LM FIPS Web User Interface (WUI) LM5305 - FIPS Configuration Guide VERSION: 7.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the

More information

Enhancing Exchange Mobile Device Security with the F5 BIG-IP Platform

Enhancing Exchange Mobile Device Security with the F5 BIG-IP Platform Enhancing Exchange Mobile Device Security with the F5 BIG-IP Platform By the F5 business development team for the Microsoft Global Alliance Version 1.0 Introduction As the use of mobile devices in the

More information

DEPLOYMENT GUIDE. Load Balancing VMware Unified Access Gateway

DEPLOYMENT GUIDE. Load Balancing VMware Unified Access Gateway DEPLOYMENT GUIDE Load Balancing VMware Unified Access Gateway Version History Date Version Author Description Compatible Versions Nov 2017 1.0 Matt Mabis Initial Document with How-To Configure F5 LTM with

More information

Deploying F5 with Microsoft Exchange 2016 Mailbox Servers

Deploying F5 with Microsoft Exchange 2016 Mailbox Servers F5 Deployment Guide Deploying F5 with Microsoft Exchange 2016 Mailbox Servers Welcome to the F5 and Microsoft Exchange 2016 deployment guide. Use this document for guidance on configuring the BIG-IP system

More information

DEPLOYMENT GUIDE HOW TO DEPLOY MICROSOFT SHAREPOINT 2016 WITH A10 THUNDER ADC

DEPLOYMENT GUIDE HOW TO DEPLOY MICROSOFT SHAREPOINT 2016 WITH A10 THUNDER ADC DEPLOYMENT GUIDE HOW TO DEPLOY MICROSOFT SHAREPOINT 2016 WITH A10 THUNDER ADC OVERVIEW Microsoft SharePoint Server 2016 is a collaboration platform that organizations of all sizes can use to improve the

More information

Assess Remediate Enable Migrate

Assess Remediate Enable Migrate Assess Remediate Enable Migrate Assess Remediate Enable Migrate Infrastructure Desktop Identity Messaging Integration Infrastructure Desktop AD Messaging Optimization Service Provisioning Messaging Integration

More information

Web User Interface (WUI)

Web User Interface (WUI) 2201 Web User Interface (WUI) Configuration Guide VERSION: 11.0 UPDATED: AUGUST 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP

More information

RADIUS Authentication and Authorization Technical Note

RADIUS Authentication and Authorization Technical Note RADIUS Authentication and Authorization Technical Note VERSION: 9.0 UPDATED: July 2017 Copyright Notices Copyright 2002-2017 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP

More information

Deployment Guide AX Series with Oracle E-Business Suite 12

Deployment Guide AX Series with Oracle E-Business Suite 12 Deployment Guide AX Series with Oracle E-Business Suite 12 DG_OEBS_032013.1 TABLE OF CONTENTS 1 Introduction... 4 2 Deployment Prerequisites... 4 3 Oracle E-Business Topology... 5 4 Accessing the AX Series

More information

Health Checking. Health Checking. Feature Description

Health Checking. Health Checking. Feature Description Feature Description VERSION: 1.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered

More information

Microsoft OWA 2013 IIS Integration

Microsoft OWA 2013 IIS Integration Microsoft OWA 2013 IIS Integration Contents 1 Introduction 2 Compatibility 3 Prerequisites 4 File Downloads 5 Architecture 6 Installation 6.1 Software Installation 6.2 Configuration of the IIS Filter 6.2.1

More information

Manual Owa Exchange 2010 Url Parameters

Manual Owa Exchange 2010 Url Parameters Manual Owa Exchange 2010 Url Parameters Part 20/23 / Client protocol connectivity flow in Exchange 2013/2010 coexistence environment / Introduction and Exchange OWA, Internal and external URL address The

More information

Workspace ONE UEM Certificate Authentication for EAS with ADCS. VMware Workspace ONE UEM 1902

Workspace ONE UEM Certificate Authentication for EAS with ADCS. VMware Workspace ONE UEM 1902 Workspace ONE UEM Certificate Authentication for EAS with ADCS VMware Workspace ONE UEM 1902 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

HA for Azure Classic Interface. Feature Description

HA for Azure Classic Interface. Feature Description Feature Description UPDATED: 28 March 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

AppScaler SSO Active Directory Guide

AppScaler SSO Active Directory Guide Version: 1.0.3 Update: April 2018 XPoint Network Notice To Users Information in this guide is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless

More information

Guide to Deploying NetScaler as an Active Directory Federation Services Proxy

Guide to Deploying NetScaler as an Active Directory Federation Services Proxy Deployment Guide Guide to Deploying NetScaler as an Active Directory Federation Services Proxy Enabling seamless authentication for Office 365 use cases Table of Contents Introduction 3 ADFS proxy deployment

More information

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5 DEPLOYMENT GUIDE Version 1.2 Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5 Table of Contents Table of Contents Deploying the BIG-IP system v10 with Microsoft IIS Prerequisites and configuration

More information

Designing and Deploying Microsoft Exchange Server 2016

Designing and Deploying Microsoft Exchange Server 2016 Course 20345-2A: Designing and Deploying Microsoft Exchange Server 2016 Course Outline Module 1: Planning Exchange Server 2016 deployments This module explains the requirements and considerations for planning

More information

Session: CEO206. Mike Crowley Planet Technologies

Session: CEO206. Mike Crowley Planet Technologies Session: CEO206 Mike Crowley Planet Technologies www.go-planet.com 1 Agenda Pilot definition Planning Technologies Rollback 2 Vocabulary Proof of Concept (POC) Pilot Demonstrate the service works May or

More information

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager VMware Identity Manager Cloud Deployment DEC 2017 VMware AirWatch 9.2 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager VMware Identity Manager Cloud Deployment Modified on 01 OCT 2017 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

Deploying F5 with Microsoft Exchange 2016 Mailbox Servers

Deploying F5 with Microsoft Exchange 2016 Mailbox Servers F5 Deployment Guide Deploying F5 with Microsoft Exchange 2016 Mailbox Servers Welcome to the F5 and Microsoft Exchange 2016 deployment guide. Use this document for guidance on configuring the BIG-IP system

More information

BIG-IP Access Policy Manager : Secure Web Gateway. Version 13.0

BIG-IP Access Policy Manager : Secure Web Gateway. Version 13.0 BIG-IP Access Policy Manager : Secure Web Gateway Version 13.0 Table of Contents Table of Contents BIG-IP APM Secure Web Gateway Overview...9 About APM Secure Web Gateway... 9 About APM benefits for web

More information

Kemp 360 Central. Feature Description. UPDATED: 19 February 2019

Kemp 360 Central. Feature Description. UPDATED: 19 February 2019 Feature Description UPDATED: 19 February 2019 Copyright Notices Copyright 2002-2019 Kemp Technologies, Inc. All rights reserved. Kemp Technologies and the Kemp Technologies logo are registered trademarks

More information

DEPLOYMENT GUIDE A10 THUNDER ADC FOR EPIC SYSTEMS

DEPLOYMENT GUIDE A10 THUNDER ADC FOR EPIC SYSTEMS DEPLOYMENT GUIDE A10 THUNDER ADC FOR EPIC SYSTEMS OVERVIEW This document shows how an A10 Thunder Series device can be deployed with Epic Electronic Medical Record system. The tested solution is based

More information

VMware Horizon Workspace. VMware Horizon Workspace 1.5. Deployment Guide

VMware Horizon Workspace. VMware Horizon Workspace 1.5. Deployment Guide VMware Horizon Workspace 1.5 Deployment Guide VERSION: 7.0 UPDATED: JULY 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies

More information

Configuring Virtual Servers

Configuring Virtual Servers 3 CHAPTER This section provides an overview of server load balancing and procedures for configuring virtual servers for load balancing on an ACE appliance. Note When you use the ACE CLI to configure named

More information

vrealize Orchestrator Load Balancing

vrealize Orchestrator Load Balancing vrealize Orchestrator Load Balancing Configuration Guide Version 7.0.x T E C H N I C A L W H I T E P A P E R M A Y 2 0 1 6 V E R S I O N 1. 0 Table of Contents Introduction... 4 Load Balancing Concepts...

More information

Load Balancing Microsoft Remote Desktop Services. Deployment Guide v Copyright Loadbalancer.org, Inc

Load Balancing Microsoft Remote Desktop Services. Deployment Guide v Copyright Loadbalancer.org, Inc Load Balancing Microsoft Remote Desktop Services Deployment Guide v2.2 Copyright 2002 2017 Loadbalancer.org, Inc Table of Contents About this Guide...4 2. Loadbalancer.org Appliances Supported...4 3. Loadbalancer.org

More information

Microsoft Unified Access Gateway 2010

Microsoft Unified Access Gateway 2010 RSA SecurID Ready Implementation Guide Partner Information Last Modified: March 26, 2013 Product Information Partner Name Web Site Product Name Version & Platform Product Description Microsoft www.microsoft.com

More information

One-Click to OWA Track 3. William Martin

One-Click to OWA Track 3. William Martin One-Click to OWA Track 3 William Martin (@QuickBreach) > whoami William Martin OSCP Penetration Tester Supervisor at RSM US LLP in Charlotte, NC First time presenting at DEFCON Twitter: @QuickBreach >

More information

Microsoft Exchange Server 2016

Microsoft Exchange Server 2016 Microsoft Exchange Server 2016 Course 20345A 5 Days Instructor-led, Hands on Course Information Save time and money by attending this five day instructor-led combo course which combines the content of

More information

DEPLOYMENT GUIDE DEPLOYING THE BIG-IP SYSTEM WITH BEA WEBLOGIC SERVER

DEPLOYMENT GUIDE DEPLOYING THE BIG-IP SYSTEM WITH BEA WEBLOGIC SERVER DEPLOYMENT GUIDE DEPLOYING THE BIG-IP SYSTEM WITH BEA WEBLOGIC SERVER Deploying the BIG-IP LTM system for BEA WebLogic Server F5 Networks and BEA systems have created a highly effective way to direct traffic

More information