问题描述
$:host www.baidu.comwww.baidu.com has address 0.0.0.90www.baidu.com has IPv6 address ::0.0.0.91
$:dig +trace www.baidu.com;; Question section mismatch: got ./RESERVED0/CLASS512;; Question section mismatch: got ./RESERVED0/CLASS512; <<>> DiG 9.8.3-P1 <<>> +trace www.baidu.com;; global options: +cmd;; connection timed out; no servers could be reached
$:wget www.baidu.com--2017-07-01 15:34:44-- http://www.baidu.com/Resolving www.baidu.com... 0.0.0.146, ::0.0.0.147Connecting to www.baidu.com|0.0.0.146|:80... connected.HTTP request sent, awaiting response... 200 OKLength: 2381 (2.3K) [text/html]Saving to: ‘index.html.1’index.html.1100%[===================>] 2.33K --.-KB/s in 0s2017-07-01 15:34:44 (66.8 MB/s) - ‘index.html.1’ saved [2381/2381]
问题解答
回答1:终于解决了。原来macproxy的缘故,dns默认是采用remote的形式,改成local问题解决。差点要重装系统了,笑哭~