IT tutorials
 
Applications Server
 

Microsoft Lync Server 2013 Edge Server : Edge Server Configuration

2/7/2014 12:29:53 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

This section outlines common configuration tasks for Edge Server pools. Major changes to the Edge Server configuration must be carried out using Lync Server Topology Builder. This includes changing IP addresses, changing DNS names, or changing pool associations. Any topology changes will require running the Lync Server Deployment Wizard again to ensure that the changes are reflected on the Edge Server.

Other configuration changes, such as enabling certain features or configuring federation, can be carried out in the Lync Server Control Panel, or the Lync Server Management Shell. Common configurations are outlined in this section, as well as the administration section.

1. Enabling Edge Server Features

To enable Edge Servers to process remote access and federation requests, the Access Edge configuration must be updated to enable these features. Figure 1 shows a sample policy configuration. Use the following steps to enable Access Edge features to the Lync Server infrastructure:

1. Open the Lync Server Control Panel.

2. Select Federation and External User Access in the navigation pane.

3. Click Access Edge Configuration.

4. Highlight the Global policy, and then click Edit and then Modify.

5. Check the Enable Federation and Public IM Connectivity box.

6. If DNS SRV lookups are allowed to discover federated partners, check the Enable Partner Domain Discovery box.

7. If an archiving disclaimer should be sent to federated contacts when initiating an IM conversation, check the Send Archiving Disclaimer to Federated Partners box.

8. Check the Enable Remote User Access box.

9. If the web conferencing service enables anonymous external participants, check the Enable Anonymous User Access to Conferences box.

10. Click Commit to accept the changes.

Image

Figure 1. Access Edge configuration.

Alternatively, the Lync Server Management Shell can be used to configure the following setting:

Set-CSAccessEdgeConfiguration –AllowOutsideusers $true –AllowFederatedUsers $true – EnablePartnerDiscovery $true –EnableArchivingDisclaimer $true AllowAnonymousUsers $true

Some additional options are available for Access Edge Server configuration that are not exposed in the Lync Server Control Panel. The following parameters can also be used as part of the Set-CSAccessEdgeConfiguration cmdlet to configure external access:

BeClearingHouseThis has a true or false value indicating whether the Access Edge Servers are directly connected to other organizations. A clearinghouse Access Edge Server can be used to support direct federation between multiple organizations. It can also be considered a federation gateway for multiple internal Lync Server deployments. Typically, this value is false.

CertificatesDeletedPercentageNew to Lync Server 2013, this setting controls the percentage of Trusted Certificate entries that are deleted during certificate maintenance.

DefaultRouteFQDNThis is used to override a default federation route. If it is required to proxy client connections through a specific server for federation, this parameter can be entered. This parameter must be used in conjunction with the UseDefaultRouting parameter.

EnableDiscoveredPartnerContactsLimitThis has a true or false value. By default, any federated partners that are discovered automatically have a contact limit imposed. This setting can be used to disable that contact limit by default.

UseDefaultRoutingThis has a true or false value indicating whether the Access Edge Servers will use a manually entered default route FQDN. This value is false by default, which enables Access Edge Servers to use DNS SRV records for routing federation requests.

KeepCRLsUpToDateForPeersThis has a true or false value indicating whether the Access Edge Servers will periodically check whether a partner’s certificate is still valid based on the CRL. This parameter is true by default.

MarkSourceVerifiableOnOutgoingMessagesThis has a true or false value indicating whether the Access Edge Servers mark outgoing messages from a verified source. This enables partners to assign a higher level of trust to messages they receive from an organization marking messages as verifiable. This parameter is true by default.

MaxAcceptedCertificatesStoredNew to Lync Server 2013, this setting allows administrators to control the maximum number of trusted certificates that are stored on each Edge Server. The default value is 1000.

MaxContactsPerDiscoveredPartnerBy default, any federated partners that are discovered automatically have a contact limit of 1,000 imposed. This setting can be used to decrease or increase that limit.

OutgoingTLSCountForFederatedPartnersThis is a numeric value from 1 to 4 indicating the maximum number of connections that can be used for a federated partner. The default value is 4, but if connections should be more limited, this value can be reduced.

VerificationLevelIf you are using default routing, the VerificationLevel property is used to monitor and assess the verification level of incoming messages. These are the valid values:

AlwaysVerifiableAll requests received on the default route are marked as verified. If a verification header is not present, it automatically is added to the message.

AlwaysUnverifiableMessages are passed only if the addressee (the user the message is intended for) has configured an Allow ACE (access control entry) for the person who sent the message.

UseSourceVerificationMessage verification is based on the verification level included with the message. If no verification header is present, the message is marked as unverified.

2. Managing A/V Edge Configuration

By default, an A/V Edge Server applies a global policy, which controls bandwidth limits for users and ports as well as the lifetime of media relay tokens. This setting is not exposed in the Lync Server Control Panel and must be managed with the Lync Server Management Shell.

First, use the Get-CsAVEdgeConfiguration cmdlet to view the Global defaults:

Image

Unless there is a need to limit the values, leave the Global policy in place. To create a new A/V Edge configuration, which applies at the SF site level, use the following command. In this example, the MaxTokenLifetime is increased to 10 days, the bandwidth per user is decreased to 5000KB, and maximum bandwidth per port is decreased to 2000KB:

New-CsAVEdgeConfiguration "site:SF" –MaxTokenLifetime "10:00:00" –MaxBandwidthPerUserKb 5000 –MaxBandwidthPerPortKb 2000

3. Introducing High-Availability

Redundancy for Edge Servers requires just adding more Edge Servers to a pool. There is no logical limit on the number of Edge Servers that can be part of an Edge Server Pool. Load balancing can be done either with DNS load-balancing requests or by using a hardware load balancer.

DNS load balancing is done by entering multiple host records for the Edge Server pool name within DNS. When clients or servers attempt to reach a server that is unavailable, they attempt to use an alternative server.

A hardware load balancer can still be used for Edge Servers in Lync Server, which adds greater load-balancing capabilities at the price of greater complexity. As in prior releases, the internal Access Edge and A/V Authentication Edge interfaces should be load balanced, but the Web Conferencing Edge internal ports should not be load balanced.


Tip

This method is best achieved using a single VIP for the internal-facing services. From an external perspective, all three services should be load balanced, but they should all use a separate VIP.



4. Adding Edge Servers to a Pool

Adding an Edge Server to a pool requires updating and publishing the topology to reflect the change. Use the following steps to add another pool member:

1. Expand the Edge Servers node.

2. Right-click the Edge Server pool name, and select New Server.

3. Enter the internal IP address and FQDN IP address of the Edge Server’s internal interface. Click Next.

4. Enter the external IP addresses for the Edge Server’s Access Edge, Web Conferencing Edge, and A/V Edge services. Click OK.

5. Click OK when complete.

Now, publish the topology again and proceed with the new Edge Server installation.

After installation, be sure to add the IP address to the pool in DNS, or in the Hardware Load Balancer configuration, so that clients can locate the new Edge Server.

 
Others
 
- Packaging and Deploying Sharepoint 2013 Apps : Packaging and Publishing an App
- Packaging and Deploying Sharepoint 2013 Apps : Anatomy of an App (part 3) - Web Deploy Package, Database Package
- Packaging and Deploying Sharepoint 2013 Apps : Anatomy of an App (part 2) - Manifest and Assets, SharePoint Solution Package
- Packaging and Deploying Sharepoint 2013 Apps : Anatomy of an App (part 1)
- Exchange Server 2013 : Exchange Clients - Design Considerations (part 3) - Network Usage, Exchange 2013 User Throttling
- Exchange Server 2013 : Exchange Clients - Design Considerations (part 2) - Client Performance
- Exchange Server 2013 : Exchange Clients - Design Considerations (part 1) - Supportability, Security
- Sharepoint 2013 : Community portals and sites - Managing your community settings
- Sharepoint 2013 : Community portals and sites - Adding users to community sites
- Sharepoint 2013 : Community portals and sites - Adding moderators to community sites
 
 
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