Skype for Business Server 2015-13-IISARR-2-发布-1-OWA-ECP

申明:文章中部分内容有涉及官方帮助或者网上资源整合,如有违权,请速与作者联系,谢谢!

作者:[email protected]

培训:Skype for Business Server 2015-项目实战-培训-QQ群:65235615。(学员群,非所有人员都加。)

参照:

Part 1: Reverse Proxy for Exchange Server 2013 using IIS ARR

http://blogs.technet.com/b/exchange/archive/2013/07/19/reverse-proxy-for-exchange-server-2013-using-iis-arr-part-1.aspx

DNS Name=mail.i-x-cloud.com

DNS Name=AutoDiscover.i-x-Cloud.com

DNS Name=i-x-Cloud.com

DNS Name=UC.i-x-Cloud.com

DNS Name=OWAS01.i-x-Cloud.com

DNS Name=Mail01.i-x-Cloud.com

DNS Name=SFBFE01.i-x-Cloud.com

DNS Name=Admin.i-x-Cloud.com

DNS Name=Meet.i-x-Cloud.com

DNS Name=Dialin.i-x-Cloud.com

DNS Name=SFBFEPool01.i-x-Cloud.com

DNS Name=LyncDiscoverInternal.i-x-Cloud.com

DNS Name=Lyncdiscover.i-x-Cloud.com

DNS Name=SFBEdge01.i-x-Cloud.com

DNS Name=sip.i-x-Cloud.com

DNS Name=SFBEdgePool01.i-x-Cloud.com

DNS Name=SP01.i-x-Cloud.com

DNS Name=Scheduler.i-x-Cloud.com

DNS Name=SFBPC01.i-x-Cloud.com

DNS Name=SFBPCPool01.i-x-Cloud.com

DNS Name=DC01.i-x-Cloud.com

DNS Name=ADFS01.i-x-Cloud.com

Setup 1 : 创建-服务器场-mail.i-x-cloud.com

Setup 2 : Server Farm Configuration Changes

On the Server Farm settings node make the configuration changes as detailed below:

1. Select Caching and choose Disable Disk Cache.

2. Select Health Test. This is used to make sure that a particular application is up and running. It is similar to a Load Balancer’s service availability test.

In Exchange 2013 there is a new component called Managed Availability and it uses various checks to make sure that each of the protocols (OA, OWA, EWS, etc.) are up and running. If any protocol fails this check then an appropriate action is automatically taken. (This was just a very simple explanation as to what Managed availability is of course, but if you can take it, and want a more detailed understanding watch Ross Smith IV’s TechEd 2013 Session). We are going to leverage one of these checks to make sure that the service/protocol is available.

https://<fqdn>/<protocol>/HealthCheck.htm is the default web page present in Exchange 2013. These URL’s are specific for each protocol and do not have to be created by the administrator.

Examples:

https://autodiscover.tailspintoys.com/Autodiscover/HealthCheck.htm

https://mail.tailspintoys.com/EWS/HealthCheck.htm

https://mail.tailspintoys.com/OAB/HealthCheck.htm

Configure the Health Test with the following settings:

URL: https://mail.tailspintoys.com/OWA/HealthCheck.htm

Interval: 5 seconds

Time-Out: 30 seconds

Acceptable Status Code: 200

https://autodiscover.i-x-Cloud.com/Autodiscover/HealthCheck.htm

https://mail.i-x-Cloud.com/EWS/HealthCheck.htm

https://mail.i-x-Cloud.com/OAB/HealthCheck.htm

3. Select Load Balance and choose Least Current Request. There are other options, but for this scenario, we find this to be simple and effective. (不做,是针对高可用。)

4. Select Monitoring and Management. This shows the current state of the CAS that are part of this Server Farm. The Health Status is based on the output of the Health Test mentioned above. (不做。)

5. Select Proxy. Change the below two values. The actual value for these settings may need to be tweaked for your deployment, but these usually work well as a starting point.

Time-Out: 200 seconds

Response Buffer threshold: 0

6. Select Routing Rules and uncheck Enable SSL Offloading as it is not supported in Exchange 2013.

7. Select Server Affinity. Due to major architectural changes in the way CAS works in Exchange 2013 we do not need to maintain session affinity. As long as you can get to a CAS server, you will be able to access your mailbox. Thus leave this setting as is. Which means, no changes required. (不做。)

Step 3: Create URL Rewrite Rules

1. At the IIS Root (this is the root and not the properties of the Default Web Site) click on URL Rewrite.

2. You should see two URL Rewrite rules already created (these were created when you selected “Yes” at the end of Server Farm creation).

3. Deletethe one for HTTP .

4. Open the properties of the HTTPS rule and make the changes as below;

1. Under Conditions add a condition for {HTTP_HOST} and make sure it looks like this:

2. Under Action make sure that you have the below options set i.e.: choose the appropriate Server Farm from the drop down menu.

Note: Make sure the option “Stop processing of subsequent rules” is selected. This is to make sure that the validation process stops once the requested URL finds a match.

3. Repeatthe same steps of creating a Server Farm and URL Rewrite rule for your AutoDiscover URL (i.e., autodiscover.tailspintoys.com). The final result is as shown below.

Autodiscover.i-x-Cloud.com

Step 4: 测试

1. 计算机名-IP

2. 添加-Hosts

3. 导入-证书信任链

4. 安装-Office 2013

5. 测试-OWA

https://mail.i-x-Cloud.com/OWA

6. 测试-ECP

https://mail.i-x-Cloud.com/ECP

7. 测试-Outlook Anywhere

[email protected]

[email protected]

[email protected]#$%^

8. 修改-路由器

9. 查看-公网IP

10. 在internet测试

A. 计算机名

B. IP

C. 添加-HOSTS

D. 导入-证书链

E. 测试-OWA

https://mail.i-x-cloud.com/owa

F. 测试-ECP

https://mail.i-x-cloud.com/ECP

G. 测试-Outlook Anywhere

That’s it!!!! ....You are now all set and have a reverse-proxy-with-load-balancing solution for your Exchange 2013 environment!

Give it a try and see how it works. Make sure DNS for mail.tailspintoys.com resolves to your reverse proxy and try connecting a client. And if it doesn’t work, go back through the steps and see where you went wrong. And if it still doesn’t work, post a comment here, or wait for Part 3, Troubleshooting (so please don’t do all this for the first time in a production environment! Really, we mean it!).

Finally, here are a couple of additional changes we recommend you review and optionally consider making to your IIS ARR configuration.

1. Implement the changes (Step3 and Step4) from Install Application Request Routing Version 2.

2. For optimization of RPC-HTTP traffic make the changes as stated. Click on the root of IIS and open the properties for Request Filtering. Then click on “Edit Feature Settings” and change the settings for “Maximum allowed content length” to the below.

We‘ve spent time testing this configuration and found it to work as we hoped and expected. Note that support for IIS ARR is provided by the Windows/IIS team, not Exchange. That‘s no different than support for TMG or UAG (if you use either of these products to publish Exchange).

We would really appreciate any feedback on your implementation and/or any configuration where this doesn’t seem to work.

Keep your eyes peeled for the next set of articles where we’ll talk about slightly complex and interesting implementations of IIS ARR for Exchange 2013.

I would like to thank Greg Taylor (Principal PM Lead) for his help in reviewing this article.

时间: 2024-11-07 23:38:08

Skype for Business Server 2015-13-IISARR-2-发布-1-OWA-ECP的相关文章

Skype for Business Server 2015系统要求

Skype for Business Server 2015是Lync Server 2013的下一版本,将于5月正式发布,系统要求如下: Windows Server 2012 Standard OS with SP1或以上 Windows Server 2012 Datacenter OS with SP1或以上 Windows Server 2012 R2 Standard OS Windows Server 2012 R2 Datacenter OS 注意:Windows Server

Skype for Business Server 2015系列(二)部署后端服务器

一.Skype for Business Server 2015后端SQL数据库安装 本次我们部署的是企业版的SFB,需要SQL数据库的支持,我们这次选用SQL 2014 SP1. SQL安装需要.Net Framework 3.5的支持,因此开始之前先添加.net 3.5功能. 在服务器配置管理器中添加,Windows Server 2012默认安装了net4.5,要安装3.5建议首先插入Windows Server 2012光盘,然后安装中指定光盘的%CD-Rom%\Sources\SxS\

Skype for Business Server 2015系列(三)部署前端服务器-3

1.创建Skype 拓扑 打开"Skype for Business Server 2015 拓扑生成器" 在 拓扑生成器中,选择"新建拓扑".根据提示输入位置和文件名以保存拓扑.为拓扑文件提供一个的名称,单击[确定],并保持文件的后缀扩展名不变(tbxml). 在"定义主域"页上,为组织输入主 SIP 域的名称,然后单击[下一步]. 在"指定其他支持域"页上,输入其他域的名称(如果有),然后单击[下一步]. 在"定

Skype for Business Server 2015系列(一)概述和准备工作

对于Lync,相信熟悉微软产品的小伙伴都比较了解了,作为微软旗下的即时通讯软件,面向企业用户,全球500强中的70%都在使用Lync.在今年4月份的时候,微软将 Lync 更名为 Skype for Business,作为 Office 2013 四月更新的一部分,正式开始推送.微软称Skype for Business将集合 Skype 和Lync的优势(如Skype界面熟悉感和Lync企业级功能)界面和图标更像Skype,提供了全新的客户端体验. 作为服务器端的Skype for Busin

Skype for Business Server 2015系列(三)部署前端服务器-1

Skype for Business Server 安装包含多种不同的过程.使 Skype for Business Server正常运行所需的安装过程根据环境的细节不同而有所不同.从这部分开始循序渐进地介绍一个Skype for Business Server 2015 企业版的安装示例. 如章节一拓扑中的规划,前端服务器信息如下: Skype for Business Server 2015 的安装过程涉及八个主要步骤,如下图所示,其中可以按照任意顺序完成第 1 步至第 5 步,但第 6.7

Skype For Business Server 2015

在Skype For Business Server 2015发布之后,自己也进行了一些测试,总体的部署配置上跟Lync Server 2013的步骤是非常相似的.而且微软Technet网站上SFB的文档做得非常完美,步骤清晰而且有相应的截图.所以在SFB产品中我可能不会分享相关的一些配置和部署文档,后期会跟大家分享项目实战中的一些经验和案例.相关Skype For Business Server 2015的系统要求和部署配置请参考官方文档, 链接如下: https://technet.micr

Skype for Business Server 2015完整部署(边缘/反向代理/移动端)

Skype for Business Server 2015完整部署,实现内外网/移动端客户端登录. 此次部署未部署Office Web Apps Server 和持久聊天. 一.资源 1.内外域名:yangqs.com 2.服务器共4台,使用Hyper-v虚拟化服务器 (1)域/证书/DNS一体服务器 S4BDC01.yangqs.com ,1块内部网卡(内网IP) (2)标准版前端服务器 S4BFE01.yangqs.com , 1块内部网卡(内网IP),加域 (3)边缘服务器 S4BAE0

Skype for Business Server 2015 的技术图示

近期收集了一些关于Skype for Business server 2015的一些技术图示,这些图示对我们进行架构部署和排错都非常有用,供大家参考. Skype for Business server 2015协议工作负载: Skype for Business 呼叫质量方法: Skype for Business 语音解决方案: 附件是vsdx格式的,请大家下载查看

Lync Server 2013标准版升级Skype for Business Server 2015实战(上)

升级可以分为就地升级和共存升级,下面是支持共存升级的各版本关系: 如果您的环境是OCS 2007R2或者Lync 2010,那么请先升级到Lync 2013才能就地升级:要么就至少是Lync 2010采用共存式升级吧. 如果要运行就地升级,那么必须为Lync Server 2013,在就地升级前先做好备份,然后卸载管理工具 接着对池和数据库进行升级. 对于Windows Server 2012中,知识库文章2858668应该在升级之前安装.从这里下载. 如果您有Windows Server 20

Skype For Business Server 2015 离线消息

对于之前使用Lync或Skype的用户都会经常吐槽无法发送离线消息,那么对Skype For Business Server 2015 CU3开始就支持了离线IM,但是对客户端同样是有很高要求的. 离线 IM是 Skype for Business 客户端(2016C2R 内部版本 16.0.6701.1000 或更高版本)中内置的一项客户端功能,它利用 Exchange Web 服务 (EWS) 从 Skype for Business 客户端向用户的 Exchange 邮箱发送消息.离线 I