- 论坛徽章:
- 0
|
mod_cband 限制一下带宽?
另外,可以在 pf 中这样:
set timeout { tcp.first 120, tcp.opening 30, tcp.established 3600 }
set timeout { tcp.closing 240, tcp.finwait 45, tcp.closed 90 }
set timeout { udp.first 60, udp.single 30, udp.multiple 60 }
set timeout { icmp.first 20, icmp.error 10 }
set timeout { other.first 60, other.single 30, other.multiple 60 }
set timeout { adaptive.start 0, adaptive.end 0 }
set limit { states 200000, frags 150000 }
再根据实际情况做调整。默认的值也太大了!
ipf 我刚开始用,所以前面才会给出这样一个愚蠢的答复,对不起了!
[ 本帖最后由 langue 于 2006-10-21 22:00 编辑 ] |
|