14,953
edits
mNo edit summary |
No edit summary |
||
| Line 76: | Line 76: | ||
== 網站掛了, 是我的ISP線路出問題? == | == 網站掛了, 是我的ISP線路出問題? == | ||
* | * 你的電腦是否網域名稱(domain name)的網址無法連線,但是可以連線到IP(例如http://www.hinet.net/ 無法連線,但是http://61.219.38.89 可以連線),請檢查DNS設定(網路連線設定可考慮增設HiNet DNS: 168.95.1.1, 168.95.192.1) | ||
* 目標網站的網域名稱設定出現問題,可用「命令提示字元」輸入nslookup命令: | |||
<pre>(出問題的網域名稱的訊息) | |||
C:\>nslookup www.your_domain.com.tw | |||
Server: dns.hinet.net | |||
Address: 168.95.1.1 | |||
DNS request timed out. | |||
timeout was 2 seconds. | |||
DNS request timed out. | |||
timeout was 2 seconds. | |||
*** Request to dns.hinet.net timed-out | |||
(運作良好的網域名稱的可能訊息) | |||
C:\>nslookup www.google.com | |||
Server: dns.hinet.net | |||
Address: 168.95.1.1 | |||
Non-authoritative answer: | |||
Name: www.l.google.com | |||
Addresses: 66.249.89.99, 66.249.89.104 | |||
Aliases: www.google.com | |||
</pre> | |||
* [[Web_Ping]] | * [[Web_Ping]] | ||