- 论坛徽章:
- 0
|
- altq on $int_if cbq bandwidth 2Mb queue {std_in,www_in,mypc_in}
- queue std_in cbq(default)
- queue www_in bandwidth 500Kb cbq(borrow)
- queue mypc_in priority 5 cbq(red)
复制代码
看样子是这里出问题了。
- child bandwidth higher than parent
复制代码
子带宽高于父带宽的意思吧。,呵呵
nat on $ext_if from $int_if:network to any ->($ext_if)
rdr on $ext_if proto {tcp,udp} from any to any port {3389,5900} ->192.168.123.168
pass out on $ext_if from any to any keep state
pass in on $ext_if proto {tcp,udp} from any to $mypc port {3389,5900} flags S/SA synproxy state
nat on $ext_if from $int_if:network to any ->($ext_if)
rdr on $ext_if proto {tcp,udp} from any to any port {3389,5900} ->192.168.123.168 |
还有以上这两句语法一摸一样,我不知道这么做为了什么。。
[ 本帖最后由 zhangweizj 于 2008-1-4 09:45 编辑 ] |
|