請教關於新建宿舍網路規劃



贊助商連結


頁 : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 [27]

FYI
2008-03-25, 07:04 PM
Linux HTB 的最小控管單位是 KByte/s,所以沒辦法設 Kbit/s
並且最小保證頻寬需為 1KB/s,不能為 0
0 的話 tc 執行下去,就會出現錯誤訊息
TC (8) (http://lartc.org/manpages/tc.txt)

UNITS
All parameters accept a floating point number, possibly
followed by a unit.
Bandwidths or rates can be specified in:
kbps Kilobytes per second
mbps Megabytes per second
kbit Kilobits per second
mbit Megabits per second
The Ultimate Traffic Conditioner: Low Latency, Fast Up & Downloads (http://lartc.org/howto/lartc.cookbook.ultimate-tc.html)

15.8.3. The actual script (HTB)

The following script achieves all goals using the wonderful HTB queue, see the relevant chapter. Well worth patching your kernel for!

#!/bin/bash

# The Ultimate Setup For Your Internet Connection At Home
#
#
# Set the following values to somewhat less than your actual download
# and uplink speed. In kilobits
DOWNLINK=800
UPLINK=220
DEV=ppp0

贊助商連結


62chaokai
2008-03-31, 12:06 PM
剛好有個結構化佈線課程,與這個主題有關也很有用,有興趣的人可以移駕過去看看。這課程很精采,不聽可惜,如果你想要知道標準佈線等等等,都可以過來看看。如果你是宿網等相關業者更是不可錯過,如果你是學校網管等,來吧!很多學校資訊處都開過這個課程也造福很多人了,讓學校知道怎樣的佈線才不會難於管理。

相關課程 (http://www.pczone.com.tw/thread/29/140422/)

以下資料可以參考一下:
校園網路結構化佈線

校園網路結構化佈線 (http://www.cses.tcc.edu.tw/~chihwu/school_net.html)

臺北縣學校網路建置案工作說明書 (http://203.64.119.3/office/New/teach/info/manage/951128_2.doc)