IT tutorials
 
Technology
 

Deploying Microsoft Lync Server 2013 Mobility (part 2) - Federation Requirements for Push Notifications , Reverse Proxy and Hardware Load Balancer Considerations for Mobility

4/11/2014 2:41:01 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

2. Federation Requirements for Push Notifications

Federation must be configured with the Microsoft Push Notification Clearing House to deliver push notifications to Apple and Microsoft mobile users. In Lync Server 2013, this is done by adding a new hosting provider configuration. Perform these steps to enable the hosting provider for push notifications:

1. Open the Lync Server Management Shell (PowerShell).

2. Run the following command to add the hosting provider:

New-CsHostingProvider -Identity <Lync Online hosting provider> -Enabled $True -ProxyFqdn <FQDN for the Access Server used by the hosting provider> -VerificationLevel UseSourceVerification

The following example shows the command that would be used for companyabc with an the Push Notification Clearing House identity being sipfed.online.lync.com:

New-CsHostingProvider -Identity LyncPush -Enabled $True -ProxyFqdn sipfed.online.lync.com -VerificationLevel UseSourceVerification

3. Add push.lync.com as an allowed SIP domain by running the following command:

New-CSAllowedDomain -Identity push.lync.com

At this point, the federation configuration is complete for push notifications. 

3. Reverse Proxy and Hardware Load Balancer Considerations for Mobility

All Lync mobile traffic will go through a reverse proxy regardless of the client location. Given the roaming nature of mobile clients, connection affinity is better controlled when the client connects through the same service. In the case of Lync Mobile, that service will always be the external web services directory, which is published through a reverse proxy solution. When external Lync services are being deployed, a reverse proxy must be configured to publish the Front End Pool Web Services to the Internet. The Mobility Service will run on the same URL as the Front End Pool Web Services, and under a subdirectory for the appropriate Mobile Service. However, the LyncDiscover service, although it will point to the same Front End Server Web Service, will require a unique FQDN defined, and the reverse proxy will require an entry to support that FQDN.

Reverse Proxy Certificate Requirements

When Mobility is being deployed as part of a new deployment or this functionality is being added to an existing environment, the key change to the reverse proxy solution is certificates. When the LyncDiscover service is being deployed through a reverse proxy, there are two possible solutions:

• Include LyncDiscover.<sipdomain> as a subject alternative name (SAN) entry on the web services public certificate. This can become costly when there are many SIP domains supported in the environment.

• Publish the LyncDiscover service over HTTP. When the service allows connections on port 80, the initial request will not be over TLS; clients are then redirected to the external web services FQDN for the Front End Server pool, resulting in no requirement for a LyncDiscover entry on the certificate.

Initial requests to the LyncDiscover service, whether they are over HTTPS or HTTP, are not authenticated; as such, there is not a great security risk with publishing this service over HTTP. The initial connection will simply be used to identify the full URL to connect to for the LyncDiscover service, and this information is given to connecting clients whether they connect over HTTP or HTTPS.

Hardware Load Balancer Requirements

Enterprise Edition Lync Front End Server pools will require a Hardware Load Balancer (HLB) to be deployed to provide high-availability to the web services for that pool. In Lync Server 2010, introducing Lync Mobile to the environment required cookie-based persistence to be configured on the HLB to provide session affinity to Lync mobile users. Because the session for each connected client was maintained only on the Front End Server they connected to, the client would always be required to connect to that same server. As such, cookie-based persistence was required to provide this affinity. In Lync Server 2013, the requirements for cookie-based persistence have been removed, including for Lync 2010 Mobile clients connecting to Lync Server 2013 servers. Lync Server 2013 Front End Servers will maintain session affinity for mobile clients; as such, source address affinity should be configured on the HLB instead of cookie-based persistence.

 
Others
 
- Deploying Microsoft Lync Server 2013 Mobility (part 1) - Certificate and DNS Requirements
- Sharepoint 2010 : Export the Contents of a List to Microsoft Excel
- Sharepoint 2010 : Use Alerts (part 2) - Create an Alert - Create an Alert on a Library or List
- Sharepoint 2010 : Use Alerts (part 1) - Create an Alert - Create an Alert on a File or List Item
- Sharepoint 2010 : Switch List Views in Lists and Libraries (part 2) - Switch to the Quick Edit View
- Sharepoint 2010 : Switch List Views in Lists and Libraries (part 1)
- Sharepoint 2010 : Change Sorting and Filtering of a List or Library
- Windows Server 2012 : Performance Monitoring (part 12) - Server Manager - Performance Alerts, BPA Results
- Windows Server 2012 : Performance Monitoring (part 11) - Server Manager - Manageability Alerts,Services Alerts
- Windows Server 2012 : Performance Monitoring (part 10) - Server Manager - Dashboard View, Events Alerts
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us