原理:封掉所有迅雷的资源服务器。。让他无资源下载。。那么迅雷就和普通的IE下载一样了。。
其它不说了。。大家测试一下。。

原创:×××

下面脚本适合电信用户使用
/ip firewall filter add chain=forward dst-address=58.61.39.0/24 action=drop comment=”BlockadeXunlei-091206″

下面脚本适合网通用户使用
/ip firewall filter add chain=forward dst-address=123.129.242.0/24 action=drop comment=”BlockadeXunlei-091206″

下面脚本针对指定IP封(适合电信及网通,推荐使用这个)
/ ip firewall address-list
add list=”BlockadeXunlei” address=58.61.39.206 comment=”tel” disabled=no
add list=”BlockadeXunlei” address=58.61.39.209 comment=”tel” disabled=no
add list=”BlockadeXunlei” address=58.61.39.211 comment=”tel” disabled=no
add list=”BlockadeXunlei” address=58.61.39.212 comment=”tel” disabled=no
add list=”BlockadeXunlei” address=58.61.39.214 comment=”tel” disabled=no
add list=”BlockadeXunlei” address=123.129.242.168 comment=”cnc” disabled=no
add list=”BlockadeXunlei” address=123.129.242.169 comment=”cnc” disabled=no
add list=”BlockadeXunlei” address=123.129.242.170 comment=”cnc” disabled=no
/ ip firewall filter
add chain=forward dst-address-list=”BlockadeXunlei” action=drop comment=”BlockadeXunlei-091206″ disabled=on

image

==================== ========以下内容未经测试==========

相信大家都深受迅雷的折磨..痛苦啊..
现在教大家一套100%能防止局域网内迅雷下载的办法..    本人用了大半年了..效果非常的不错..大家可以测试一下..
如果迅雷公司知道了这事后..我就怕这就不行了..呵..
不过..兵来将挡..水来土掩...
本方法是利用路由器的过滤关键字功能..把迅雷发向服务器请求资源的命令给拦截了..
这样可以达到迅雷无法获取资源而成了普通没用的下载工具..
绝...
ROS代码如下:
下面这个代码是完全封锁迅雷..即让迅雷啥东西都下载不了..:
/ ip firewall filter add chain=forward c action=drop comment="NO Thunder" disabled=no
/ ip firewall filter add chain=forward c action=drop comment="" disabled=no
/ ip firewall filter add chain=forward c action=drop comment="" disabled=no
/ ip firewall filter add chain=forward c action=drop comment="" disabled=no
/ ip firewall filter add chain=forward c action=drop comment="" disabled=no
/ ip firewall filter add chain=forward c action=drop comment="" disabled=no
/ ip firewall filter add chain=forward c action=drop comment="" disabled=no
/ ip firewall filter add chain=forward c action=drop comment="" disabled=no
其它路由可以通过关键字过滤功能封锁以下关键字:
octet-stream
Pragma: no-cache
Connection: close
Range: bytes=
Cookie: __utma=
filename=
Cookie rtime=
Content-Disposition: attachment;
下面这个代码是让迅雷成为普通的下载工具(即用原始线程下载,单线程,这样对宽带占用不大)
ROS代码如下:
/ ip firewall filter add chain=forward c action=drop comment="Blockade Thunder 1.Thread" disabled=no
其它路由可以通过关键字过滤功能封锁以下关键字: octet-stream
此脚本在本人开发的ROS脚本生成器1.6以上的版本都有此功能..而且不断更新..
以下是封迅雷的规则,但是迅雷帐号可以正常登陆,只能使用原资源下载,这样迅雷就和普通下载工具一样了!
#  更新时间:2010/3/20
/ ip firewall filter
add chain=forward dst-address=213.39.61.58 action=drop
comment="Blockade Thunder 1.Thread" disabled=no
add chain=forward dst-address=219.129.83.0/24 action=drop
comment="" disabled=no
add chain=forward dst-address=220.172.191.36 action=drop
comment="" disabled=no
add chain=forward dst-address=61.183.55.0/24 action=drop
comment="" disabled=no
add chain=forward dst-address=58.61.39.0/24 action=drop
comment="" disabled=no
add chain=forward dst-address=121.10.120.0/24 protocol=tcp dst-port=!80 action=drop comment="" disabled=no
add chain=forward protocol=tcp dst-port=3076-3079 action=drop
comment="" disabled=no
add chain=forward protocol=udp dst-port=3076-3079 action=drop
comment="" disabled=no
add chain=forward dst-address=221.238.253.251 action=accept
comment="Thunder Login IP" disabled=no
add chain=forward protocol=udp dst-port=1004 action=drop comment="" isabled=no
add chain=forward protocol=udp dst-port=5004 action=drop comment="" disabled=no
add chain=forward protocol=tcp dst-port=5200 action=drop comment="" disabled=no
add chain=forward protocol=tcp dst-port=6200 action=drop comment="" disabled=no
add chain=forward protocol=tcp dst-port=8001 action=drop comment="" disabled=no
add chain=forward protocol=udp dst-port=8001 action=drop comment="" disabled=no
add chain=forward protocol=udp src-port=15000-15001 action=drop
comment="" disabled=no
add chain=forward protocol=udp src-port=16818 action=drop
comment="" disabled=no