TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Microsoft Teams is down for WOW internet users–how's this possible?

4 点作者 hankdoupe将近 3 年前
I can access Teams on my phone over a cellular connection but not when I&#x27;m on my WiFi connection. Other people are reporting similar issues: https:&#x2F;&#x2F;downdetector.com&#x2F;status&#x2F;microsoft&#x2F;<p>I don&#x27;t see any updates on the status page on twitter: https:&#x2F;&#x2F;twitter.com&#x2F;MSFT365Status<p>How does it work for cellular and other internet providers, but not mine?

4 条评论

positr0n将近 3 年前
Microsoft and your ISP probably peer directly at your nearest IX. This means that a packet between your house and Microsoft would never traverse the &quot;public&quot; internet. It would go on your ISP&#x27;s network to the IX, then directly to a Microsoft router, then ride Microsoft&#x27;s network to the data center Teams is hoster at.<p>One possibility is that something happened at that connection at the IX. For example the transceiver (laser) on your ISP&#x27;s router went out, and there is a bug in their processes or management code that is causing the BGP route to stay up even though it is really down. In there case traffic would keep flowing to that broken port and then just die there. Instead it should have switched to a redundant router or the ISP&#x27;s router should have redirected all traffic to Microsoft over another part of the internet.<p>You can use the publicly available PeeringDB database to look up Microsoft&#x27;s ASN (8075) and see what IXes (Internet Exchanges, basically a big building with a bunch of cages for rent where all the global and local internet players will have routers that peer with each other) Microsoft has a presence at: <a href="https:&#x2F;&#x2F;www.peeringdb.com&#x2F;net&#x2F;694" rel="nofollow">https:&#x2F;&#x2F;www.peeringdb.com&#x2F;net&#x2F;694</a>
评论 #32345660 未加载
raxxorraxor将近 3 年前
Could be for a lot of reasons. Probably something to do with the infrastructure of your ISP. Often it is caused by DNS issues, failing ip4&#x2F;6 translation by your ISP etc.
tinkerbellof04将近 3 年前
I had the same problem from Wednesday evening until about 2-3 yesterday!!
评论 #32361546 未加载
PaulHoule将近 3 年前
It could be that a route is down between your ISP and their server.