找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 3858|回复: 4

[限速] 请教PCQ限速后.如何对指定的IP不限速.

[复制链接]
发表于 2008-10-20 14:17:29 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
原帖由 lyd2004888 于 2006-2-16 21:42 发表
看我的例子 192.168.0.20 和192.168.0.21不受限制
/ ip firewall mangle
add chain=prerouting src-address=192.168.0.20 action=mark-connection \
    new-connection-mark=nopcqlimit passthrough=yes comment="" disabled=no
add chain=prerouting src-address=192.168.0.21 action=mark-connection \
    new-connection-mark=nopcqlimit passthrough=yes comment="" disabled=no
add chain=prerouting connection-mark=nopcqlimit action=accept comment="" \
    disabled=no
add chain=prerouting action=mark-packet new-packet-mark=all passthrough=yes \
    comment="" disabled=no

我按照以前的贴子试了.没有效果.我用的版本是2.9.7.还是限速的.
routeros
发表于 2008-10-21 21:41:16 | 显示全部楼层
选中指定IP点上方的红叉
routeros
回复

使用道具 举报

发表于 2010-5-9 15:13:58 | 显示全部楼层
  1. / ip firewall mangle
  2. add chain=prerouting src-address=192.168.0.246 action=mark-connection \
  3.     new-connection-mark=nopcqlimit passthrough=yes comment="" disabled=no
  4. add chain=prerouting src-address=192.168.0.132 action=mark-connection \
  5.     new-connection-mark=nopcqlimit passthrough=yes comment="" disabled=no
  6. add chain=prerouting src-address=192.168.0.249 action=mark-connection \
  7.     new-connection-mark=nopcqlimit passthrough=yes comment="" disabled=yes
  8. add chain=prerouting src-address=192.168.0.230 action=mark-connection \
  9.     new-connection-mark=nopcqlimit passthrough=yes comment="temp" disabled=yes
  10. add chain=prerouting src-address=192.168.0.70 action=mark-connection \
  11.     new-connection-mark=nolimit passthrough=yes comment="外接限速" disabled=no
  12. add chain=prerouting connection-mark=nolimit action=accept \
  13.     comment="skip外接限速" disabled=no
  14. add chain=prerouting connection-mark=nopcqlimit action=accept \
  15.     comment="skippcq" disabled=no
  16. add chain=prerouting action=mark-packet new-packet-mark=all-mark \
  17.     passthrough=yes comment="" disabled=no
复制代码
routeros
回复

使用道具 举报

发表于 2010-5-9 15:28:00 | 显示全部楼层
那里显示这样的规则可以生效?应该是做的标示里面排除了才行吧.
routeros
回复

使用道具 举报

发表于 2011-1-7 04:05:00 | 显示全部楼层
指定IP点上方的红叉
routeros
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|软路由 ( 渝ICP备15001194号-1|渝公网安备 50011602500124号 )

GMT+8, 2024-5-16 02:32 , Processed in 0.106965 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表