如何可以pingparsing一个地址,但其他程序不能?

我得到这个:

$ ping outlook.office365.com PING outlook-namwest.office365.com (132.245.24.2) 56(84) bytes of data. 64 bytes from 132.245.24.2: icmp_seq=1 ttl=242 time=17.6 ms $ wget http://outlook.office365.com --2016-04-20 17:27:33-- http://outlook.office365.com/ Resolving outlook.office365.com (outlook.office365.com)... failed: Name or service not known. wget: unable to resolve host address 'outlook.office365.com' 

请注意,wget说“无法parsing”而不是“无法连接”。

只有这个主机。 任何其他网站的作品。

wget http://132.245.24.2也适用。

在Firefox中加载http://outlook.office365.com也失败。

怎么回事,我该如何解决?

平台:Ubuntu 14.04 LTS,x86-64。 没有最近的configuration更改或我知道的软件更新。 今天停止工作(昨天确定)。

我认为IPv6有一个问题。 如果host -t aaaa outlook.office365.com的结果是“失败:连接被拒绝”,请尝试wget -4 http://outlook.office365.com/