0

数か月間、TFS 2012 (Windows Server 2008 R2) をうまく使用してきました。ちょうど今、TFS マシンで .NET Framework 4.5 の修復を行い (ビルド用のファイルがいくつかありませんでした)、マシンを再起動しました - 久しぶりです。

そしていま:

  • 再起動前とは異なり、リモート IP アドレスから TFS にアクセスできません (http:// ipaddress-numbers :8080/tfs)。ローカルマシンからではなく、マシン自体にログインしていません。Visual Studio やブラウザーからはアクセスできません。
  • マシンにログインした http:// localhost :8080/tfsからアクセスできます
  • 私が見たところ、ポート 8080 へのバインドは IIS で正しく、ポートは Windows ファイアウォールでもすべてに対して開かれています。
4

1 に答える 1

2

After the reboot the network connection had changed from being classed as Private to Public. And so the firewall was set to not let through Public connections to the TFS.

I did the troubleshooting by disabling the firewall and seeing that the connection was let through...

enter image description here

于 2013-08-28T06:45:05.940 に答える