免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
论坛 操作系统 BSD PF 问题
最近访问板块 发新帖
查看: 2127 | 回复: 2
打印 上一主题 下一主题

[FreeBSD] PF 问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-01-03 23:43 |只看该作者 |倒序浏览
提示:
pfctl: the sum of the child bandwidth higher than parent "root_rl0"
pfctl: the sum of the child bandwidth higher than parent "root_rl0"

我的pf.conf:

int_if="rl0"
ext_if="fxp0"
mypc="192.168.123.168"
scrub in on $ext_if all

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)

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

[ 本帖最后由 kenlin66 于 2008-1-4 10:32 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2008-01-04 09:06 |只看该作者
  1. altq on $int_if cbq bandwidth 2Mb queue {std_in,www_in,mypc_in}
  2. queue std_in cbq(default)
  3. queue www_in bandwidth 500Kb cbq(borrow)
  4. queue mypc_in priority 5 cbq(red)
复制代码


看样子是这里出问题了。

  1. 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 编辑 ]

论坛徽章:
0
3 [报告]
发表于 2008-01-04 10:32 |只看该作者

回复 #2 zhangweizj 的帖子

不好意思。。那是我复制过来的时候重复了。我现在把他修过来。。

但为什么会出现那样的提示呢,真的不明白。不知道这是不是个BUG。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP