尝试在Exchange2010上的服务器上ping RPC端点6001/6004(Exchange信息存储)

我有Exchange 2010托pipe设置如:

  • TMG 2010作为负载平衡器
  • Exchange 2010 x 2(每个服务器上的CAS,MAILBOX,HUB)
  • AD1,AD2机器
  • 档案见证人

所有人目前连接通过OWA或POP3 / SMTP,并正常工作。 问题是自动发现不起作用,RPC在设置Outlook方面不起作用。 如果我连接到VPN,它不起作用。 事情是用来工作的。 2天前,我通过使用自动发现设置的Outlook成功地获得了邮件(但是我得到的报告中设置的新客户端无法正常工作 – 所以不知道为什么我的Outlook可以继续工作)。

我使用https://www.testexchangeconnectivity.com跟踪它,基本上这个消息是或多或less的这个:

Attempting to ping RPC endpoint 6004 (NSPI Proxy Interface) on server autodiscover.domain.pl. The attempt to ping the endpoint failed. Additional Details The RPC_S_SERVER_UNAVAILABLE error (0x6ba) was thrown by the RPC Runtime process. 

我尝试了不同的解决scheme,例如禁用IP v6,接下来是几个链接,他们提出了所有的build议,但仍然处于同样的位置:

 C:\Users\admin>netstat -a | find "6001" TCP 0.0.0.0:6001 EXCHANGE2:0 LISTENING TCP [::]:6001 EXCHANGE2:0 LISTENING C:\Users\admin>netstat -a | find "6002" C:\Users\admin>netstat -a | find "6003" C:\Users\admin>netstat -a | find "6004" 

我跟随(和其他几个):

  • http://helewix.com/blog/index.php/Microsoft-Solutions/2011/02/10/exchange-2010-how-to-open-ports-6001-6002-and-6004-on-your-server-对于远程login到工作和-RPC将要-能够对连接-2
  • http://blogs.technet.com/b/exchange/archive/2008/06/20/3405633.aspx
  • http://messagexchange.blogspot.com/2008/12/outlook-anywhere-failing-rpc-end-points.html

虽然大部分与Exchange 2007有关,但我也有Exchange 2010,但是目前的问题在Exchange 2010上找不到多less东西。 应用所有这些解决scheme后,错误6004改为错误6001,这不会让我更接近我的问题。

在这一点上,即使你是错误的是6001和6004不再是6004端口仍然closures,而6001保持开放。

 Attempting to ping RPC endpoint 6001 (Exchange Information Store) on server autodiscover.domain.pl. The attempt to ping the endpoint failed. Additional Details The RPC_S_SERVER_UNAVAILABLE error (0x6ba) was thrown by the RPC Runtime process. C:\Users\admin>netstat -a | find "6001" TCP 0.0.0.0:6001 EXCHANGE2:0 LISTENING TCP [::]:6001 EXCHANGE2:0 LISTENING C:\Users\admin>netstat -a | find "6002" C:\Users\admin>netstat -a | find "6003" C:\Users\admin>netstat -a | find "6004" 

于是我又回到了原点。 我怀疑这是TMG的问题,但实在不能确定。 我尝试了多种组合,但都失败了。

看到这篇文章: http : //support.microsoft.com/kb/929852

selectMicrosoft FixIt工具将configuration服务器,以使用IPv4 over IPv6。

请检查以确保您的ValidPortsregistry项正确configuration了将访问Exchange服务器的域名。