1996年到現在的 網路監控工具 清單

這個網頁有依照年份排列,將 1996年到現在的網路監控工具都列出來~ 蠻實用的~

網路速度 線上測試服務工具

拉新的光纖,來測試看看網路速度如何。

測試網路速度有下面一些可以使用:

Norse - IPViking Live 即時觀看 全球網路的攻擊活動

網路主機的攻擊一直都是打個不停的狀態,這麼說很難感受到的話,看看這個網站呈現的動畫,應該就能感受到了~

閱讀全文〈Norse - IPViking Live 即時觀看 全球網路的攻擊活動〉

Linux 監控網路流量的 vnstat 架設

於 Linux 想要看機器頻寬使用狀況, 而且於 CLI 介面就想要可以看到, 可以分 day / week / 即時 / top10 .. 等等, 可以考慮此套件.

閱讀全文〈Linux 監控網路流量的 vnstat 架設〉

Linux SSH 於信任網段 跳過 兩階段認證檢核

Linux SSH 加上 Google 的兩階段認證 可見此篇: Linux SSH 加上 Google 兩階段認證服務檢核

不過於 內部網路 或者 確定信任的網段, 希望可以忽略掉 兩階段認證的檢核, 要怎麼忽略此檢查?

閱讀全文〈Linux SSH 於信任網段 跳過 兩階段認證檢核〉

準備取代 TCP/IP 的網路架構的 NDN 聯盟成立

NDN 看起來目標遠大, 要取代現有網路架構是件非常困難的事, 大多都是在相容的情況下做加強(ex: SPDY), 來看看 NDN 是要怎麼做吧~

  • 註1: 先記錄起來, 這個若真的能成功推動, 再回來看看有哪些差異~
  • 註2: 還沒看到網路公司(Ex: Google、FB ... 等)參與, 來慢慢看後續吧~

閱讀全文〈準備取代 TCP/IP 的網路架構的 NDN 聯盟成立〉

Beej's Guide to Network Programming 正體中文版 免費電子書

Beej's Guide to Network Programming 這本書是寫 網路基礎 + 網路程式設計, 由淺入深的教學 (從 TCP、UDP、網路七層... 講到 IPv4、IPv6、Server-Client、blocking、non-blocking、MTU... 等等)

看這本書時, 發現網路七層已經背不起來了, 順便做點筆記:

  1. Application (應用層)
  2. Presentation (表現層)
  3. Session (會談層)
  4. Transport (傳輸層)
  5. Network (網路層)
  6. Data Link (資料鏈結層)
  7. Physical (實體層)
  8. 註: 以上七層的順序和編號是倒過來的~
  9. TCP: Stream Sockets (串流式 Sockets) - SOCK_STREAM
  10. UDP: Datagram Sockets (訊息式 Sockets) - SOCK_DGRAM

註1: 此書範例是以 Linux socket 為主.

註2: 感謝 Aaron Liao 的翻譯 + 推薦, 翻譯非常棒~

閱讀全文〈Beej's Guide to Network Programming 正體中文版 免費電子書〉

Ping 回傳值 - wrong data byte #45

上週網路斷線, 第一次看到 ping 回傳這種訊息(wrong data byte #45 should be 0x2d but was 0xd), 完整訊息如下述:

  • $ ping xxx.xxx.xx.xx # ping 掛掉的機器 (固定IP)

    PING xxx.xxx.xx.xxx (xxx.xxx.xx.xxx) 56(84) bytes of data.
    64 bytes from xxx.xxx.xx.xxx (xxx.xxx.xx.xxx): icmp_seq=1 ttl=62 time=13.8 ms
    wrong data byte #45 should be 0x2d but was 0xd
    #16 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c d 2e 2f
    #48 30 31 32 33 34 35 36 37
    64 bytes from xxx.xxx.xx.xxx (xxx.xxx.xx.xxx): icmp_seq=2 ttl=62 time=15.0 ms
    wrong data byte #45 should be 0x2d but was 0xd
    #16 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c d 2e 2f
    #48 30 31 32 33 34 35 36 37

就 Timeout 和 上述訊息不定時的跳動, 打電話回報後, 中華電信大概花 4hr 修復~ 作個紀錄.

  • 下述摘錄自此網頁: binutils, gcc-4.2, gcc-4.3, gcc-snapshot builds

    Washi keeps losing internet connectivity. It's something to do with the network card. It could either be fried or need reseating. I'm not sure yet. If I run a simple ping to the gateway I get very strange error messages like "wrong data byte #45 should be 0x2d but was 0x2f" and then "Warning: time of day gos back (-1998130us), taking countermeasures". There's most certainly some serious corruption going on.