顯示具有 Lync 標籤的文章。 顯示所有文章
顯示具有 Lync 標籤的文章。 顯示所有文章

2016年5月12日 星期四

Install Skype Server 2015

硬體、軟體需求:
商務用 Skype Server 2015 的伺服器需求

如果安裝 Standard version,只需要一台 server,資料庫會用 SQL Express。
如果安裝 Enterprise version,需要兩台以上 server,資料庫不能和 Front End server 裝在一起。

按照這個步驟安裝即可:
Skype for Business Server 2015企業版部署體驗(上)
Skype for Business Server 2015企業版部署體驗(中)
Skype for Business Server 2015企業版部署體驗(下)

2011年9月19日 星期一

Lync 2010 Edge server for Internet logon

參考
http://ocsguy.com/2010/11/21/deploying-an-edge-server-with-lync/
http://blog.zegeger.net/2011/01/16/installing-microsoft-lync-2010-deploying-edge-server/

Lync server官方建議的架構
我的DMZ架構
我的網路架構本來就有DMZ網段,我不想讓Lync Edge可以對Internal Network全通,也不想多裝第二張網卡,解法為在Lync Edge設定第二個IP address作為External IP。
Ex: Lync Edge Server in DMZ with IP 192.168.1.11 for Internal, 192.168.1.101 for External.

Firewall權限

  • Lync FrontEnd to Edge: All
  • Lync Edge Internal IP to FrontEnd: TCP/443-444, TCP/5061
  • Lync Edge Internal IP to Internal CA server: TCP/443, MS-RPC-Any (ALL_DCE_RPC)
  • Internet to Lync Edge External IP: TCP/443-444, TCP/5061

Windows XP client logon Lync Edge error message: 
Lync was unable to sign in. Please verify your logon credentials and try again. If the problem continues, please contact your support team.
無法登入,因為伺服器暫時無法使用,如果問題持續發生,請與您的支援小組連絡

修改 Lync Edge, FrontEnd 的 Local Policy,取消 NTLM 128bit 加密要求。

2011年9月7日 星期三

2011年8月10日 星期三

Lync 2010 client 登入問題

狀況:在同一台電腦,第一個帳號可以登入,第二個帳號無法登入。

錯誤訊息:cannot sign in to lync because this sign-in address was not found.

解法:安裝Lync HotFix
http://support.microsoft.com/kb/2464842

2011年7月29日 星期五

Lync server 2010 Front End Service not start 解法

昨天裝好了Lync server 2010,今天找上發現連不上去,重開機也不行。
Event Log的錯誤訊息是The Lync Server Front-End service terminated with service-specific error %%-1008193023.

原因:
Windows Update造成的。

解法:
With Server 2008, you can run ServerManagerCmd -i MSMQ-Services and ServerManagerCmd -i MSMQ-Server.

參考: