>"<限流問題

看板FreeBSD作者時間20年前 (2005/05/22 06:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
各位大大… 到底怎麼在內部網路內設限流量… 因為我怎麼設都會設成內部"總"流量 就是不能設成內部每人的流量… 快被搞瘋了=_+....... 以下是我的設法 ipfw pipe 10 config bw 64KBytes/s ipfw pipe 20 config bw 8KBytes/s #-------------------------------- #-------------------------------- ipfw add pipe 10 ip from any to 192.168.1.0/24 out ipfw add pipe 20 ip from 192.168.1.0/24 to any in #-------------------------------- 我還試過,一個ip 一個ip設… ipfw pipe 30 config bw 32KBytes/s ipfw pipe 40 config bw 48KBytes/s ipfw pipe 50 config bw 52KBytes/s ipfw pipe 60 config bw 64KBytes/s ipfw pipe 90 config bw 108KBytes/s #-------------------------------- #-------------200----------------- ipfw add pipe 30 ip from any to 192.168.1.200 out ipfw add pipe 10 ip from 192.168.1.200 to any in #-------------------------------- #-------------------------------- #-------------201----------------- ipfw add pipe 30 ip from any to 192.168.1.201 out ipfw add pipe 10 ip from 192.168.1.201 to any in #-------------------------------- #-------------------------------- 這樣是好像,有限到…不過又有問題 就是只有設一個ip,流量還蠻正確的 一但八個ip設完…就很不正確了=_=||| 比如說,我設out 64 但測下載…卻只有24...28… 上傳更是可怕…不能低於50KBytes/s…不然…連ssh進我主機都會lag… 我的網路是so-net 2M/256K 8人用q_q... -- 孺子,汝之奇,必欲其新 吾賜汝爽 -- ※ Origin: 向 日 葵 <bbs.im.cyut.edu.tw> ◆ From: home.cyut.edu.tw
文章代碼(AID): #12ZxRa00 (FreeBSD)
文章代碼(AID): #12ZxRa00 (FreeBSD)