如書本中第78到79頁所提到的,
我已把網路卡及DNS設好了。
我用ping -c 3 xxx.xxx.xxx.xxx(我試過很多IP都有PING到)
我也下達過ping -c 3 tw.yahoo.com等等之類的指令,
結果都可以PING到對方的IP。
然後我再到http://apt.nc.hcc.edu.tw/docs/debian_X/05_X/X.htm此網址中提到的將deb http://debian.nctu.edu.tw/debian/ sarge main contrib non-free
及
deb http://security.debian.org/ testing/updates main contrib non-free
這兩行用vi加入到/etc/apt/sources.list,
存檔完離開後執行apt-get update。
結果問題來了,
畫面一直停在0%,
過一會兒出現了can't connect to以上我提到的那兩個網址,
然後又出現了
Err http://debian.nctu.edu.tw(後面來不及抄下來)
Err http://security.debian.org testing/updates/ main packages
could not connect to security .debian.org:80[128.101.240.212], connection timed out [IP 128.101.240.212(80)]
後來我再到/etc/apt/sources.list底下把第一行交大的改成淡大的debian網址(如下)
deb http://ftp.tku.edu.tw/OS/Linux/distributions/debian/ testing main non-free contrib
但底下的security那一行我沒改。
然後我再執行一次apt-get update,
結果有出現HIT及GET http://ftp.tku.edu.tw testing main packages等等的字樣。
但隨即又出現了Err http://security.debian.org testing/updates/ main packages
coud not connect to security .debian.org:80[128.101.240.212], connection timed out [IP 128.101.240.212(80)]
所以我想問說,
問題會出在哪兒?
為什麼連到淡江的debian網址沒問題,
但連到國外及非淡江伺服器的網址就會出現問題呢?
會是我DNS設錯了嗎?