Setting Internal Server Ports for Mobility

[This is preliminary content that is currently being developed, reviewed, and updated for the latest release of Lync Server. As a result, it may be incomplete or out of date. Blank topics are included as placeholders. Please send us your feedback, including what content you hoped to find or would find most useful.]  

The Lync Server 2013 Preview Mobility Service requires two new ports on internal servers: one for the internal Web Services and one for the external Web Services.

To set ports for internal servers

  1. Log on to the computer as a user who is a member of the RTCUniversalServerAdmins group.

  2. Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2013 Preview, and then click Lync Server Management Shell.

  3. Set the port for the internal Web Services. At the command line, type:

    Set-CsWebServer -Identity <name of pool> -McxSipPrimaryListeningPort 5068
    

    For example:

    Set-CsWebServer -Identity pool01.contoso.com -McxSipPrimaryListeningPort 5068
    

    Where pool01.contoso.com is the pool where the Mobility Service will be installed

  4. Set the port for the external Web Services. At the command line, type:

    Set-CsWebServer -Identity <name of pool> -McxSipExternalListeningPort 5087
    

    For example:

    Set-CsWebServer -Identity pool01.contoso.com -McxSipExternalListeningPort 5087
    

    Where pool01.contoso.com is the pool where the Mobility Service will be installed

    Note

    The Set-CsWebServer cmdlet runs Publish-CsTopology to publish the updated topology.

  5. At the command line, type the following:

    Enable-CsTopology -verbose