在某個VPS上執行wget操作結果超時,信息如下:
•wget http://down.45it.com/ •--2012-09-15 09:13:14-- •Resolving blog.is36.com... failed: Temporary failure in name resolution. •wget: unable to resolve host address `aa.com' 返回的錯誤很明顯,就是無法解析,出現這個問題與nameserver有關,修改/etc/resolv.conf文件即可。 查看/etc/resolv.conf文件內容如下: •nameserver 205.185.112.68 •nameserver 205.185.112.69 改成OpenDNS的一組解析服務器即可: •nameserver 208.67.222.222 •nameserver 208.67.220.220