您现在的位置: 天下网吧 >> 网吧天地 >> 天下码农 >> 前端开发 >> 正文

批处理,处理ROS297单双线自动配置

2008-10-2天下网吧论坛收集佚名

@shift 1
%%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a %%a
cls
@echo off
TITLE     网吧专用-您身边的网络维护专家 netbar
@echo Ros297防火墙、路由表、代理等策略配置程序(单双线版) By 网吧专用(snfox)V2.0
color 3e
@echo 感谢您使用 网吧专用(snfox) 的RoutsOS 297 脚本配置器(单双线)
@echo .
@echo 使用本程序前请先进入ROS前台设置内网IP,
@echo ip add
@echo add address=0.0.0.0/24 interface=ether3
@echo 进入网站 http://0.0.0.0 登陆Winbox
@echo 修改网卡名字
@echo 如果是单线路
@echo ehter1=wan
@echo ehter2=lan
@echo 如果是双线路
@echo ether1=cnc
@echo ether2=tel
@echo ether3=lan
@echo 然后继续本程序,配置您的信息,上传至
@echo ftp://0.0.0.0
@echo 进入Winbox New Terminal
@echo 依次双线导入cnc、fw、nat,单线导入fw、nat即可(注:以上0.0.0.0为你的内网IP)
pause
:xuan
cls
color 8e
echo   **************************************************
@echo  *请选择您的线路,单线路请按1,双线咱请按2,按q退出*
echo   **************************************************
echo     网吧专用-您身边的网络维护专家 netbar
echo.
echo.
set /p file=(1=单线)(2=双线)(q=退出):
if "%file%"=="q" goto quit
if "%file%"=="1" goto dan
if "%file%"=="2" goto shuang
:dan
cls
color 64
@echo 开始输出配置文件,请注意配置RSC文件各项信息!
@echo .
@echo .
set ip=
set/p ip=请输入IP(格式222.168.9.202):
cls
color 3e
echo IP为:%ip%
@echo .
@echo .
@echo .
set get=
set/p get=请输入网关(格式222.168.9.201):
cls
color 5e
echo IP为:%ip%
echo 网关:%get%
@echo .
@echo .
@echo .
@echo .
set lanip=
set/p lanip=请输入内网卡IP(格式192.168.0.254):
cls
color 7e
echo IP为:%ip%
echo 网关:%get%
echo 内网卡IP:%lanip%
@echo .
@echo .
set lancan=
set/p lancan=请输入局域网网段(格式192.168.0.0):
cls
color 8e
echo IP为:%ip%
echo 网关:%get%
echo 内网卡IP:%lanip%
echo 内网网段:%lancan%
@echo .
@echo .
set dns1=
set/p dns1=请输入DNS1(格式202.98.0.68):
cls
color 9e
echo IP为:%ip%
echo 网关:%get%
echo 内网卡IP:%lanip%
echo 内网网段:%lancan%
echo DNS1 :%dns1%
@echo .
@echo .
@echo .
@echo .
set dns2=
set/p dns2=请输入DNS2(格式202.98.5.68):
cls
color 5e
echo IP为:%ip%
echo 网关:%get%
echo 内网卡IP:%lanip%
echo 内网网段:%lancan%
echo DNS2 :%dns2%
@echo .
@echo .

cls
color 1e
echo IP为:%ip%
echo 网关:%get%
echo 内网卡IP:%lanip%
echo 内网网段:%lancan%
echo DNS1 :%dns1%
echo DNS2 :%dns2%
echo.
echo.
echo   *********************************************************************
@echo   *请确认您的配置信息是否正确,如果正确请按i继续,否则按r返回重新配置    *
echo   *按w跳过以上配置直接生成IP限速脚本,按Z生成防火脚本,按a查看其它参数  *
echo   *********************************************************************
echo.
set /p file=(i=生成)(w=限速)(z=防火)(a=查看)(r=返回)(q=退出):
if "%file%"=="q" goto quit
if "%file%"=="i" goto dan1
if "%file%"=="r" goto dan
if "%file%"=="w" goto sheng
if "%file%"=="a" goto start
if "%file%"=="z" goto fw
cls
echo ==============
echo 请正确输入!
echo ==============
echo.
echo.
echo 按任意键重新输入......
pause>nul
goto que
:dan1
@echo 开始保存您的配置,生成snfox RouteOS 297 配置文件,请稍后......
@echo # mar/19/2007 18:44:38 by RouterOS 2.9.7  >"%userprofile%\桌面\nat.rsc"
echo # software id = HA3U-TMT >>"%userprofile%\桌面\nat.rsc"
echo # >>"%userprofile%\桌面\nat.rsc"
echo / ip address  >>"%userprofile%\桌面\nat.rsc"
echo add address=%ip%/30 interface=wan comment="" disabled=no  >>"%userprofile%\桌面\nat.rsc"
echo / ip route  >>"%userprofile%\桌面\nat.rsc"
echo add dst-address=0.0.0.0/0 gateway=%get% scope=255 target-scope=10 comment="" \  >>"%userprofile%\桌面\nat.rsc"
echo     disabled=no >>"%userprofile%\桌面\nat.rsc" 
goto fw
:shuang
cls
color 5e
echo.
echo   *********************************************************
@echo   *      请根据您的需要正确选择,按t将开始配置双线路由    *
echo   *      按w可直接生成IP限速脚本,按a查看其它参数脚本      *
echo   *********************************************************
echo.
set /p file=(t=配置)(w=限速)(a=查看)(q=退出):
if "%file%"=="q" goto quit
if "%file%"=="t" goto hui
if "%file%"=="w" goto sheng
if "%file%"=="a" goto start
:hui
cls
color 64
@echo 开始输出配置文件,请注意配置RSC文件各项信息!
@echo .
@echo .
set telip=
set/p telip=请输入电信IP(格式222.168.9.202):
cls
color 3e
echo 电信IP为:%telip%
@echo .
@echo .
set cncip=
set/p cncip=请输入网通IP(格式221.8.64.98):
cls
color 4e
echo 电信IP为:%telip%
echo 网通IP为:%cncip%
@echo .
@echo .
set telget=
set/p telget=请输入电信网关(格式222.168.9.201):
cls
color 5e
echo 电信IP为:%telip%
echo 网通IP为:%cncip%
echo 电信网关:%telget%
@echo .
@echo .
set cncget=
set/p cncget=请输入网通网关(格式221.8.64.97):
cls
color 6e
echo 电信IP为:%telip%
echo 网通IP为:%cncip%
echo 电信网关:%telget%
echo 网通网关:%cncget%
@echo .
@echo .
set lanip=
set/p lanip=请输入内网卡IP(格式192.168.0.254):
cls
color 7e
echo 电信IP为:%telip%
echo 网通IP为:%cncip%
echo 电信网关:%telget%
echo 网通网关:%cncget%
echo 内网卡IP:%lanip%
@echo .
@echo .
set lancan=
set/p lancan=请输入局域网网段(格式192.168.0.0):
cls
color 8e
echo 电信IP为:%telip%
echo 网通IP为:%cncip%
echo 电信网关:%telget%
echo 网通网关:%cncget%
echo 内网卡IP:%lanip%
echo 内网网段:%lancan%
@echo .
@echo .
set dns1=
set/p dns1=请输入网通DNS(格式202.98.0.68):
cls
color 9e
echo 电信IP为:%telip%
echo 网通IP为:%cncip%
echo 电信网关:%telget%
echo 网通网关:%cncget%
echo 内网卡IP:%lanip%
echo 内网网段:%lancan%
echo 网通DNS :%dns1%
@echo .
@echo .
set dns2=
set/p dns2=请输入电信DNS(格式219.149.194.55):
cls
color 0e
echo 电信IP为:%telip%
echo 网通IP为:%cncip%
echo 电信网关:%telget%
echo 网通网关:%cncget%
echo 内网卡IP:%lanip%
echo 内网网段:%lancan%
echo 网通DNS :%dns1%
echo 电信DNS :%dns2%
:que
cls
color 1e
echo 电信IP为:%telip%
echo 网通IP为:%cncip%
echo 电信网关:%telget%
echo 网通网关:%cncget%
echo 内网卡IP:%lanip%
echo 内网网段:%lancan%
echo 网通DNS :%dns1%
echo 电信DNS :%dns2%
echo.
echo.
echo   *******************************************************************
@echo   *请确认您的配置信息是否正确,如果正确请按i继续,否则按r返回重新配置 *
echo   *按w跳过以上配置直接生成IP限速脚本,按z生成防火墙,按a查看其它参数 *
echo   *******************************************************************
echo.
set /p file=(i=生成)(w=限速)(z=防火)(a=查看)(r=返回)(q=退出):
if "%file%"=="q" goto quit
if "%file%"=="z" goto fw
if "%file%"=="i" goto bao
if "%file%"=="r" goto hui
if "%file%"=="w" goto sheng
if "%file%"=="a" goto start
cls
echo ==============
echo 请正确输入!
echo ==============
echo.
echo.
echo 按任意键重新输入......
pause>nul
goto que
:bao
@echo 开始保存您的配置,生成snfox RouteOS 297 配置文件,请稍后......
@echo # mar/19/2007 18:44:38 by RouterOS 2.9.7  >"%userprofile%\桌面\cnc.rsc"
echo # software id = HA3U-TMT >>"%userprofile%\桌面\cnc.rsc"
echo # >>"%userprofile%\桌面\cnc.rsc"
echo / ip address  >>"%userprofile%\桌面\cnc.rsc"
echo add address=%cncip%/30 interface=cnc comment="网通" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add address=%telip%/30 interface=tel comment="电信" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo / ip route  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=0.0.0.0/0 gateway=%telget% check-gateway=ping distance=1 \ >>"%userprofile%\桌面\cnc.rsc"
echo     scope=255 target-scope=10 comment="tel" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=0.0.0.0/0 gateway=%cncget% check-gateway=ping distance=2 \ >>"%userprofile%\桌面\cnc.rsc"
echo     scope=255 target-scope=10 comment="cnc" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.100.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="美国" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.101.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.102.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.103.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.104.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.105.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.106.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.107.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.108.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.109.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.110.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.111.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.112.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.113.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.114.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.115.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.116.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.117.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.118.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=38.119.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.16.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="中国" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.17.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.18.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.19.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.20.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.21.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.22.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.30.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.42.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.43.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.44.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.58.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.59.0.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.87.64.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.100.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.116.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.128.0.0/13 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.144.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.192.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.194.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.196.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.200.0.0/13 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.240.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.242.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.244.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=58.248.0.0/13 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=59.51.0.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=59.51.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=59.64.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=59.68.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=59.72.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=59.74.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=59.76.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=59.77.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=59.78.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=59.108.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=59.151.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=59.192.0.0/10 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.0.0.0/13 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.8.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.10.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.11.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.12.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.13.0.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.13.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.14.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.16.0.0/13 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.24.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.28.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.30.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.31.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.200.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.204.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.208.0.0/13 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.216.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.218.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.220.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.232.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=60.255.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.45.128.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.48.0.0/13 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.78.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.133.0.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.134.96.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.134.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.135.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.136.0.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.137.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.138.0.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.138.128.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.139.128.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.145.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.148.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.161.0.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.161.128.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.162.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.163.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.167.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.168.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.176.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.179.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.180.128.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.181.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.182.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=61.189.0.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=63.223.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=64.246.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=66.232.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=66.233.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=67.15.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=74.52.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=121.16.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=121.24.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=121.28.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=123.112.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=123.116.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=123.124.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=124.64.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=124.88.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=124.89.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=124.90.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=124.92.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=124.128.0.0/13 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=124.160.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=124.161.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=124.162.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=124.163.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=124.164.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=124.165.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=124.166.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=124.167.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=125.32.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=125.33.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=125.34.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=125.35.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=125.36.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=125.40.0.0/13 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=125.80.0.0/13 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=134.196.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=162.105.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=166.111.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=192.83.122.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=192.83.169.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=192.124.154.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=192.188.170.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=198.17.7.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.0.110.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.0.160.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.0.176.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.3.77.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.4.128.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.4.252.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.14.88.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.14.235.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.14.236.0/23 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.14.238.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.20.120.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.0.0/23 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.2.0/23 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.4.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.8.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.64.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.96.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.130.0/23 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.135.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.136.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.137.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.138.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.142.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.143.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.144.0/23 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.146.0/23 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.149.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.150.0/23 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.152.0/23 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.154.0/23 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.156.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.158.0/23 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.160.0/23 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.164.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.168.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.169.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.170.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.171.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.172.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.173.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.175.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.184.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.38.192.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.41.152.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.43.144.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.46.32.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.46.224.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.60.112.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.63.248.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.70.0.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.75.208.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.90.0.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.90.224.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.90.252.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.91.0.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.91.128.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.92.0.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.92.252.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.94.0.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.95.0.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.95.4.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.95.8.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.95.16.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.95.252.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.96.0.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.96.64.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.96.72.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.96.80.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.97.96.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.97.112.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.97.128.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.97.192.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.97.224.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.97.232.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.97.240.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.98.0.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.98.8.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.99.0.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.99.64.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.99.96.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.99.104.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.99.112.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.99.160.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.99.168.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.99.176.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.99.192.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.99.200.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.99.208.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.99.224.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.99.232.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.99.240.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.102.128.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.102.136.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.102.144.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.102.160.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.102.224.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.102.232.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.102.240.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.106.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.107.0.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.108.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.110.0.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.110.192.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.111.128.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.111.192.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.112.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.113.16.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.113.32.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.113.64.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.113.128.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.113.192.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.113.224.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.113.240.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.114.0.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.114.32.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.114.64.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.114.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.115.0.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.115.32.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.115.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.116.0.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.116.32.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.116.48.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.116.64.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.116.96.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.116.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.117.0.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.117.64.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.117.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.118.0.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.118.32.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.118.64.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.118.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.119.0.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.119.80.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.119.96.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.119.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.120.0.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.120.64.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.120.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.121.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.122.0.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.122.112.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.122.128.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.123.96.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.127.2.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.127.4.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.127.5.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.127.6.0/23 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.127.40.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.127.128.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.127.192.0/23 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.127.194.0/23 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.127.196.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.127.208.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.127.209.0/24 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.127.212.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.127.216.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.127.224.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.130.0.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.130.224.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.131.48.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.136.48.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.136.208.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.136.224.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.136.252.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.142.16.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.149.224.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.150.16.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.152.176.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.158.160.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.165.96.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.168.160.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.168.176.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.170.128.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.173.8.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.180.128.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.192.0.0/13 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.200.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=202.204.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.79.0.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.81.16.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.86.64.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.86.80.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.88.32.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.89.0.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.90.0.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.91.32.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.91.96.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.94.0.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.94.4.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.94.8.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.94.16.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.95.96.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.100.96.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.119.24.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.128.32.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.130.32.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.132.32.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.134.240.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.135.96.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.135.160.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.187.160.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.191.64.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.192.0.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.196.0.0/21 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.207.64.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.207.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.208.0.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.212.0.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.222.192.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=203.223.0.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=204.0.0.0/8 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=205.0.0.0/8 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=206.0.0.0/8 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=207.0.0.0/8 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=208.0.0.0/8 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=209.0.0.0/8 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.4.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.8.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.12.0.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.12.64.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.12.128.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.12.192.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.13.0.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.13.64.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.13.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.14.64.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.14.160.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.14.192.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.14.224.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.15.0.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.15.32.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.15.64.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.15.96.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.15.128.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.16.128.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.21.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.22.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.25.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.26.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.28.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.32.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.36.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.40.0.0/13 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.51.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.52.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.56.192.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.72.0.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.72.128.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.72.192.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.73.64.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.73.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.74.0.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.74.32.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.74.64.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.74.96.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.74.160.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.76.32.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.76.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.77.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.78.0.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.78.32.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.78.64.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.78.128.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.78.160.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.78.192.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.79.64.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.79.224.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.82.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.87.128.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.87.144.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.87.160.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.192.96.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=210.211.0.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.64.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.68.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.70.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.80.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.81.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.82.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.83.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.84.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.86.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.90.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.92.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.94.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.96.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.98.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.100.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.101.0.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.101.64.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.101.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.102.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.103.0.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.103.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.136.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.140.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.142.0.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.142.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.143.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.147.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.152.0.0/13 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.160.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=211.164.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=213.0.0.0/8 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=214.0.0.0/8 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=215.0.0.0/8 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=216.0.0.0/8 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=217.0.0.0/8 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.7.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.8.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.12.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.21.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.25.48.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.25.69.13/32 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.25.69.20/32 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.25.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.26.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.27.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.28.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.56.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.62.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.67.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.68.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.104.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.108.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.109.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.192.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.193.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.194.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.195.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.196.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.200.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.201.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.202.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.203.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.200.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.204.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.205.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.206.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.207.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.240.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=218.246.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.82.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.133.48.0/22 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="QQ网通服务器" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.142.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.154.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.156.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.158.0.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.158.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.159.0.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.216.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.218.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.220.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.221.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.222.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.224.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.226.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.227.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.228.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.230.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.232.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.236.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.238.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.242.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=219.244.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.90.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="韩国" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.91.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.92.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.93.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.94.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.95.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.96.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="日本" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.97.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.98.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.99.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.100.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.101.192.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="北京市 国研网" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.102.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="日本" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.103.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.104.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.105.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.106.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.107.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.108.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.109.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.110.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.111.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.112.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="长城宽带" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.113.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.114.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.115.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.116.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="韩国" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.117.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.118.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.119.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.120.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.121.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.122.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.123.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.124.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.125.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.126.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.127.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.128.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="台湾" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.129.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.192.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="中国" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.194.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.196.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.200.0.0/13 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=220.231.0.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.0.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.2.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.3.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.5.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.6.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.7.0.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.7.32.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.7.64.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.7.96.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.7.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.8.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.10.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.11.0.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.11.128.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.11.192.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.12.0.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.12.128.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.13.0.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.13.64.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.13.96.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.13.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.14.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.39.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.130.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.172.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.176.0.0/13 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.192.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.194.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.195.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.196.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.198.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.199.0.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.199.32.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.199.128.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.200.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.204.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.206.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.207.0.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.207.64.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.207.128.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.208.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.212.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.213.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.214.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=221.216.0.0/13 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.16.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.18.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.20.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.22.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.23.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.24.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.26.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.28.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.32.0.0/11 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.125.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.128.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.132.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.136.0.0/13 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.161.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.160.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.196.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.198.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.199.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.200.0.0/14 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.204.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.206.0.0/15 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.248.0.0/16 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.249.0.0/17 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.249.128.0/19 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.249.160.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.249.176.0/20 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo add dst-address=222.249.192.0/18 gateway=%cncget% check-gateway=ping \ >>"%userprofile%\桌面\cnc.rsc"
echo     distance=0 scope=255 target-scope=10 comment="" disabled=no  >>"%userprofile%\桌面\cnc.rsc"
echo / system script  >>"%userprofile%\桌面\cnc.rsc"
echo add name="dxup" source="/ip route set \[/ip route find comment=tel\] gateway=%telget%;\n\n/ip route set \[/ip route find comment=tel\] disable=no;" policy=ftp,reboot,read,write,policy,test,winbox,password  >>"%userprofile%\桌面\cnc.rsc"
echo add name="cncup" source="/ip route enable \[/ip route find gateway=%cncget%\]" policy=ftp,reboot,read,write,policy,test,winbox,password  >>"%userprofile%\桌面\cnc.rsc"
echo add name="dxdown" source="/ip route set \[/ip route find comment=tel\] gateway=%cncget%" policy=ftp,reboot,read,write,policy,test,winbox,password  >>"%userprofile%\桌面\cnc.rsc"
echo add name="cncdown" source="/ip route disable \[/ip route find gateway=%cncget%\]" policy=ftp,reboot,read,write,policy,test,winbox,password  >>"%userprofile%\桌面\cnc.rsc"
:fw
echo / ip firewall filter  >"%userprofile%\桌面\fw.rsc"
echo add chain=input src-address-list=black_list action=drop comment="Drop Black list 屏蔽黑名单IP " disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=input connection-state=invalid action=drop comment="drop invalid packets" disabled=no >>"%userprofile%\桌面\fw.rsc"

echo add chain=input connection-state=related action=accept comment="accept related packets" disabled=no >>"%userprofile%\桌面\fw.rsc"

echo add chain=input connection-state=established action=accept comment="accept established packets" disabled=no >>"%userprofile%\桌面\fw.rsc"

echo add chain=input protocol=tcp psd=21,3s,3,1 action=drop comment="detect and drop port scan connections" disabled=no >>"%userprofile%\桌面\fw.rsc"

echo add chain=input protocol=tcp connection-limit=3,32 src-address-list=black_list action=tarpit comment="suppress DoS attack" disabled=no >>"%userprofile%\桌面\fw.rsc"

echo add chain=input protocol=tcp connection-limit=10,32 \ >>"%userprofile%\桌面\fw.rsc"

echo     action=add-src-to-address-list address-list=black_list \ >>"%userprofile%\桌面\fw.rsc"

echo     address-list-timeout=1d comment="detect DoS attack" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=input dst-address-type=!local action=drop comment="drop all that is not to local" disabled=no >>"%userprofile%\桌面\fw.rsc"

echo add chain=input protocol=icmp action=jump jump-target=ICMP comment="jump to chain ICMP" disabled=no >>"%userprofile%\桌面\fw.rsc"

echo add chain=input action=jump jump-target=services comment="Jump to service" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=input action=jump jump-target=virus comment="jump to Virus" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=ICMP protocol=icmp icmp-options=0:0-255 limit=5,5 action=accept \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="0:0 and limit for 5pac/s" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=ICMP protocol=icmp icmp-options=3:3 limit=5,5 action=accept \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="3:3 and limit for 5pac/s" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=ICMP protocol=icmp icmp-options=3:4 limit=5,5 action=accept \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="3:4 and limit for 5pac/s" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=ICMP protocol=icmp icmp-options=8:0-255 limit=5,5 action=accept \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="8:0 and limit for 5pac/s" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=ICMP protocol=icmp icmp-options=11:0-255 limit=5,5 action=accept \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="11:0 and limit for 5pac/s" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=tcp dst-port=8291 action=accept comment="Allow winbox" disabled=no >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=tcp dst-port=20-21 action=accept comment="allow ftp" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=tcp dst-port=8080 action=accept comment="allow Web Proxy" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services src-address=127.0.0.1 dst-address=127.0.0.1 action=accept \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="accept localhost" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=tcp dst-port=22 action=accept comment="allow sftp, ssh" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=tcp dst-port=23 action=accept comment="allow telnet" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=tcp dst-port=80 action=accept comment="allow http, webbox" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=udp dst-port=20561 action=accept comment="allow MACwinbox " disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=tcp dst-port=2000 action=accept comment="Bandwidth server" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=udp dst-port=5678 action=accept comment=" MT Discovery Protocol" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=tcp dst-port=53 action=accept comment="allow DNS request" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=udp dst-port=53 action=accept comment="Allow DNS request" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=udp dst-port=1701 action=accept comment="allow L2TP" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=tcp dst-port=1723 action=accept comment="allow PPTP" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=gre action=accept comment="allow PPTP and EoIP" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"
echo add chain=services protocol=ipencap action=accept comment="allow IPIP" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=udp dst-port=1900 action=accept comment="UPnP" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=tcp dst-port=2828 action=accept comment="UPnP" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=udp dst-port=67-68 action=accept comment="allow DHCP" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=tcp dst-port=123 action=accept comment="allow NTP" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=tcp dst-port=161 action=accept comment="allow SNMP" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=tcp dst-port=443 action=accept comment="allow https for Hotspot" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=tcp dst-port=1080 action=accept comment="allow Socks for Hotspot" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=udp dst-port=500 action=accept comment="allow IPSec connections" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=ipsec-esp action=accept comment="allow IPSec" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=ipsec-ah action=accept comment="allow IPSec" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=tcp dst-port=179 action=accept comment="Allow BGP" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=udp dst-port=520-521 action=accept comment="allow RIP" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=ospf action=accept comment="allow OSPF" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=udp dst-port=5000-5100 action=accept \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="allow BGP" disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=tcp dst-port=1720 action=accept comment="allow Telephony" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=udp dst-port=1719 action=accept comment="allow Telephony" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=services protocol=vrrp action=accept comment="allow VRRP " \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward connection-state=invalid action=drop comment="drop invalid packets" disabled=no >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward p2p=all-p2p action=drop comment="Drop BT and All P2P" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=output connection-state=invalid action=drop comment="drop invalid packets" disabled=no >>"%userprofile%\桌面\fw.rsc"

echo add chain=output connection-state=related action=accept comment="accept related packets" disabled=no >>"%userprofile%\桌面\fw.rsc"

echo add chain=output connection-state=established action=accept comment="accept established packets" disabled=no >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=135-139 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=82 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.NetSky.Y@mm" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=113 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="W32.Korgo.A/B/C/D/E/F-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2041 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="W33.Korgo.A/B/C/D/E/F-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3067 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="W32.Korgo.A/B/C/D/E/F-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=6667 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="W32.Korgo.A/B/C/D/E/F-4" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=445 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="W32.Korgo.A/B/C/D/E/F-5" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1000-1001 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.Nibu.B-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2283 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.Nibu.B-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"
echo add chain=virus protocol=tcp dst-port=10000 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.Nibu.E/G/H" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3422 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.IRC.Aladinz.R-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=43958 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.IRC.Aladinz.R-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5554 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="W32.Dabber.A/B-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=8967 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="W32.Dabber.A/B-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=6789 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.NetSky.S/T/U@mm" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=8787 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=8879 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=31666 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=31337-31338 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-4" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=54320-54321 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-5" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=12345-12346 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Block.NetBus.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=20034 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Block.NetBus.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=21554 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="GirlFriend.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=41 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"
echo add chain=virus protocol=tcp dst-port=3150 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=999 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=6670 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-4" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=6771 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-5" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=60000 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-6" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2140 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-7" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=10067 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Portal.of.Doom.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=10167 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Portal.of.Doom.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3700 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Portal.of.Doom.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=9872-9875 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Portal.of.Doom.Trojan-4" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=6883 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Delta.Source.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=26274 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Delta.Source.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=4444 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Delta.Source.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=47262 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Delta.Source.Trojan-4" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3791 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Eclypse.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"
echo add chain=virus protocol=tcp dst-port=3801 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Eclypse.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=65390 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Eclypse.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5880-5882 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Y3K.RAT.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5888-5889 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Y3K.RAT.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=30100-30103 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetSphere.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=30133 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetSphere.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=7300-7301 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetMonitor.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=7306-7308 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetMonitor.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=79 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="FireHotcker.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5031 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="FireHotcker.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5321 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="FireHotcker.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=6400 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="TheThing.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1047 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="GateCrasher.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=6969-6970 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="GateCrasher.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2774 action=drop comment="SubSeven-1" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=27374 action=drop comment="SubSeven-2" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1243 action=drop comment="SubSeven-3" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1234 action=drop comment="SubSeven-4" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=6711-6713 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="SubSeven-5" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=16959 action=drop comment="SubSeven-7" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=11000 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Senna.Spy.Trojan-1 洛奇" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=25685-25686 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Moonpie.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=25982 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Moonpie.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1024-1030 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetSpy.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1033 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetSpy.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=31337-31339 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetSpy.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=8102 action=drop comment="Trojan" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"
echo add chain=virus protocol=tcp dst-port=7306 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Netspy3.0Trojan" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=8011 action=drop comment="WAY.Trojan" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=7626 action=drop comment="Trojan.BingHe" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=19191 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Trojan.NianSeHoYian" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=23444-23445 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetBull.Trojan" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2583 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="WinCrash.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3024 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="WinCrash.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=4092 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="WinCrash.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5714 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="WinCrash.Trojan-4" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1010-1012 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Doly1.0/1.35/1.5trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1015 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Doly1.0/1.35/1.5trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1999 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="TransScout.Trojan-1 " disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=9878 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="TransScout.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2773 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.YAI..Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=7215 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.YAI.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=54283 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.YAI.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1003 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="BackDoorTrojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5598 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="BackDoorTrojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5698 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="BackDoorTrojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2716 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="PrayerTrojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=21544 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="SchwindlerTrojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=31554 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="SchwindlerTrojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=18753 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Shaft.DDoS.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=20432 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Shaft.DDoS.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=65000 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Devil.DDoS.Trojan" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=11831 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="LatinusTrojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=29559 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="LatinusTrojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1784 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Snid.X2Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3586 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Snid.X2Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=7609 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Snid.X2Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=12348-12349 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="BionetTrojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=12478 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="BionetTrojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=57922 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="BionetTrojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3127-3198 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Novarg.a.Mydoom.a.-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=6777 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.BBeagle.a.Bagle.a." disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=8866 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.BBeagle.b" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2745 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.BBeagle.c-g/j-l" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2556 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.BBeagle.p/q/r/n" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=20742 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.BBEagle.m-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=4751 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.BBeagle.s/t/u/v" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2535 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.BBeagle.aa/ab/w/x-z-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5238 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.LovGate.r.RpcExploit" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1068 action=drop comment="Worm.Sasser.a" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5554 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Sasser.b/c/f" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=9996 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Sasser.b/c/f" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=9995 action=drop comment="Worm.Sasser.d" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=10168 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Lovgate.a/b/c/d" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=20808 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Lovgate.v.QQ" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1092 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Lovgate.f/g" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=20168 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Lovgate.f/g" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=593 action=drop comment="" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1214 action=drop comment="" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1363-1364 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="ndm.requester" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1368 action=drop comment="screen.cast" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1373 action=drop comment="hromgrafx" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1377 action=drop comment="cichlid" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3410 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.OptixPro" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=135-139 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=8787 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-6" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=8879 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-7" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=31666 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-8" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=31337-31338 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-9" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=54320-54321 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-10" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=12345-12346 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Block.NetBus.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=20034 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Block.NetBus.Trojan-4" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=21554 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="GirlFriend.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=41 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-8" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=3150 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-9" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=999 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-10" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=6670 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-11" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=6771 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-12" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=60000 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-13" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=10067 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Portal.of.Doom.Trojan-5" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=10167 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Portal.of.Doom.Trojan-6" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=3700 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Portal.of.Doom.Trojan-7" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=9872-9875 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Portal.of.Doom.Trojan-8" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=6883 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Delta.Source.Trojan-5" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=26274 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Delta.Source.Trojan-6" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=44444 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Delta.Source.Trojan-7" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=47262 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Delta.Source.Trojan-8" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=3791 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Eclypse.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=3801 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Eclypse.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=5880-5882 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Eclypse.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=5888-5889 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Eclypse.Trojan-4" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=34555 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Trin00.DDoS.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=35555 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Trin00.DDoS.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=31338 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetSpy.DK.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=69 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.MsBlaster-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=123 action=drop comment="Worm.Sobig.f-1" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=995-998 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Sobig.f-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=202.96.155.91 action=drop comment="Drop 讯雷" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=61.128.198.97 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=61.147.119.204 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"
echo add chain=forward dst-address=210.22.12.53 action=drop comment="" disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward protocol=udp dst-port=3076-3078 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward protocol=tcp dst-port=3076-3078 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=219.134.132.81 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=221.239.198.157 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=220.166.37.179 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=62.241.53.15 action=drop comment="Drop Emule" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=218.16.125.227 action=drop comment="DROP Coolgool" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=61.143.210.56 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=218.16.125.226 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=61.129.115.206 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward protocol=tcp dst-port=16881 action=drop comment="DROP Bitspirt" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward protocol=udp dst-port=16881 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=61.145.126.150 action=drop comment="Baishitong Tool" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=202.108.156.206 action=drop comment="drop baidu MP3" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward protocol=tcp dst-port=50007 action=drop comment="PTC" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=62.241.53.15 protocol=tcp action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="eDonkey2000" disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=62.241.53.15 protocol=udp action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=62.241.53.17 protocol=tcp action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=62.241.53.17 protocol=udp action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"
echo add chain=forward dst-address=61.145.118.224 action=drop \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Poco2005\n\n" disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=210.192.122.147 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=207.46.196.108 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=61.134.33.5 action=drop comment="Drop \(NetFairy 2004\)" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=61.233.75.13 action=drop comment="" disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=61.138.213.251 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=222.240.210.68 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=61.177.95.140 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=61.177.95.137 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=61.172.197.196 action=drop comment="Drop  : 6346" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=218.1.14.3 action=drop comment="" disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=218.1.14.4 action=drop comment="" disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=218.1.14.9 action=drop comment="" disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=61.172.197.209 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=61.172.197.197 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=218.1.14.5 action=drop comment="" disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=218.5.72.118 action=drop comment="" disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=61.172.197.196 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=211.155.224.67 action=drop comment="Drop " \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=211.91.135.114 action=drop comment="Drop RealLink" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=221.233.18.180 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"
echo add chain=forward dst-address=61.145.119.55 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=221.3.132.99 action=drop comment="" disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=219.136.251.56 action=drop comment="Drop " \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=61.149.124.173 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=221.229.241.243 action=drop comment="DROP  : 5093 " disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=202.96.137.56 action=drop comment="DROP " \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=218.244.45.67 action=drop comment="DROP  :6801 6800 7003\n\n" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=220.169.192.145 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=221.233.19.30 action=drop comment="DROP P2P : 9000\n\n" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=66.197.13.166 action=drop comment="DROP OPENEXT" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=210.22.12.245 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=69.93.222.56 action=drop comment="" disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward protocol=tcp dst-port=5000 action=drop comment="DRIP iLink 1.1 :5467 2500 4173 10002 10003" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward protocol=udp dst-port=5000 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=210.51.168.13 action=drop comment="DROP DDS 11608" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=212.179.66.17 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=211.157.105.252 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=212.179.66.17 action=drop comment="DROP iMesh 5 4662" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=212.179.66.24 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"
echo add chain=forward dst-address=38.117.175.23 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=64.246.15.43 action=drop comment="DROP winmx 5690" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=211.152.22.9 action=drop comment="DROP  Wangku port:2122" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=211.152.22.101 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=221.192.132.29 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=219.153.0.152 action=drop comment="Drop Pipi Dog" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward dst-address=61.145.116.186 action=drop comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=yes  >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward connection-state=related action=accept comment="accept related packets" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward connection-state=established action=accept comment="accept established packets" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward src-address-type=!unicast action=drop comment="drop all that is not from unicast" disabled=yes >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward protocol=icmp action=jump jump-target=ICMP comment="jump to chain ICMP" disabled=no >>"%userprofile%\桌面\fw.rsc"

echo add chain=forward action=jump jump-target=virus comment="jump to virus chain" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=135-139 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=82 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.NetSky.Y@mm" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=113 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="W32.Korgo.A/B/C/D/E/F-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2041 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="W33.Korgo.A/B/C/D/E/F-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3067 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="W32.Korgo.A/B/C/D/E/F-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=6667 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="W32.Korgo.A/B/C/D/E/F-4" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=445 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="W32.Korgo.A/B/C/D/E/F-5" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1000-1001 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.Nibu.B-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"
echo add chain=virus protocol=tcp dst-port=2283 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.Nibu.B-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=10000 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.Nibu.E/G/H" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3422 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.IRC.Aladinz.R-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=43958 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.IRC.Aladinz.R-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5554 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="W32.Dabber.A/B-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=8967 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="W32.Dabber.A/B-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=6789 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.NetSky.S/T/U@mm" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=8787 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=8879 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=31666 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=31337-31338 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-4" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=54320-54321 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-5" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=12345-12346 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Block.NetBus.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=20034 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Block.NetBus.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=21554 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="GirlFriend.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=41 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3150 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=999 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"
echo add chain=virus protocol=tcp dst-port=6670 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-4" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=6771 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-5" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=60000 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-6" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2140 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-7" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=10067 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Portal.of.Doom.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=10167 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Portal.of.Doom.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3700 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Portal.of.Doom.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=9872-9875 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Portal.of.Doom.Trojan-4" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=6883 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Delta.Source.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=26274 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Delta.Source.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=4444 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Delta.Source.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=47262 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Delta.Source.Trojan-4" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3791 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Eclypse.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3801 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Eclypse.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=65390 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Eclypse.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5880-5882 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Y3K.RAT.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5888-5889 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Y3K.RAT.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=30100-30103 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetSphere.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=30133 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetSphere.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=7300-7301 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetMonitor.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=7306-7308 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetMonitor.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=79 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="FireHotcker.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5031 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="FireHotcker.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5321 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="FireHotcker.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=6400 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="TheThing.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1047 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="GateCrasher.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=6969-6970 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="GateCrasher.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2774 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="SubSeven-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=27374 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="SubSeven-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1243 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="SubSeven-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1234 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="SubSeven-4" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=6711-6713 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="SubSeven-5" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=16959 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="SubSeven-7" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=11000 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Senna.Spy.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=25685-25686 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Moonpie.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=25982 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Moonpie.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1024-1030 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetSpy.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1033 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetSpy.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=31337-31339 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetSpy.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=8102 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Trojan" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=7306 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Netspy3.0Trojan" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=8011 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="WAY.Trojan" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=7626 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Trojan.BingHe" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=19191 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Trojan.NianSeHoYian" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=23444-23445 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetBull.Trojan" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2583 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="WinCrash.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3024 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="WinCrash.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=4092 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="WinCrash.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5714 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="WinCrash.Trojan-4" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1010-1012 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Doly1.0/1.35/1.5trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1015 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Doly1.0/1.35/1.5trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=9878 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="TransScout.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2773 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.YAI..Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=7215 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.YAI.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=54283 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.YAI.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1003 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="BackDoorTrojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5598 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="BackDoorTrojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5698 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="BackDoorTrojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2716 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="PrayerTrojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=21544 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="SchwindlerTrojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=31554 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="SchwindlerTrojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=18753 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Shaft.DDoS.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=20432 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Shaft.DDoS.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=65000 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Devil.DDoS.Trojan" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=11831 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="LatinusTrojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=29559 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="LatinusTrojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1784 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Snid.X2Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3586 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Snid.X2Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=7609 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Snid.X2Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=12348-12349 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="BionetTrojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=12478 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="BionetTrojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=57922 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="BionetTrojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3127-3198 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Novarg.a.Mydoom.a.-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=6777 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.BBeagle.a.Bagle.a." disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=8866 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.BBeagle.b" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2745 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.BBeagle.c-g/j-l" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2556 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.BBeagle.p/q/r/n" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=20742 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.BBEagle.m-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=4751 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.BBeagle.s/t/u/v" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=2535 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.BBeagle.aa/ab/w/x-z-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5238 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.LovGate.r.RpcExploit" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1068 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Sasser.a" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=5554 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Sasser.b/c/f" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=9996 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Sasser.b/c/f" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=9995 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Sasser.d" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=10168 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Lovgate.a/b/c/d" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=20808 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Lovgate.v.QQ" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1092 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Lovgate.f/g" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=20168 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Lovgate.f/g" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=593 action=log log-prefix="" comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1214 action=log log-prefix="" comment="" \ >>"%userprofile%\桌面\fw.rsc"

echo     disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1363-1364 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="ndm.requester" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1368 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="screen.cast" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1373 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="hromgrafx" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=1377 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="cichlid" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=tcp dst-port=3410 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Backdoor.OptixPro" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=135-139 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=8787 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-6" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=8879 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-7" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=31666 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-8" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=31337-31338 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-9" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=54320-54321 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Back.Orifice.2000.Trojan-10" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=12345-12346 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Block.NetBus.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=20034 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Block.NetBus.Trojan-4" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=21554 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="GirlFriend.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=41 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-8" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=3150 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-9" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=999 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-10" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=6670 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-11" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=6771 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-12" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=60000 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="DeepThroat.Trojan-13" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=10067 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Portal.of.Doom.Trojan-5" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=10167 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Portal.of.Doom.Trojan-6" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=3700 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Portal.of.Doom.Trojan-7" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=9872-9875 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Portal.of.Doom.Trojan-8" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=6883 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Delta.Source.Trojan-5" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=26274 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Delta.Source.Trojan-6" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=44444 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Delta.Source.Trojan-7" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=47262 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Delta.Source.Trojan-8" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=3791 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Eclypse.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=3801 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Eclypse.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=5880-5882 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Eclypse.Trojan-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=5888-5889 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Eclypse.Trojan-4" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=34555 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Trin00.DDoS.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=35555 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Trin00.DDoS.Trojan-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=31338 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="NetSpy.DK.Trojan-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=69 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.MsBlaster-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=123 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Sobig.f-1" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=995-998 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Sobig.f-2" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo add chain=virus protocol=udp dst-port=8998 action=log log-prefix="" \ >>"%userprofile%\桌面\fw.rsc"

echo     comment="Worm.Sobig.f-3" disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo / ip firewall service-port  >>"%userprofile%\桌面\fw.rsc"

echo set ftp ports=21 disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo set tftp ports=69 disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo set irc ports=6667 disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo set h323 disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo set quake3 disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo set mms disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo set gre disabled=no  >>"%userprofile%\桌面\fw.rsc"

echo set pptp disabled=no  >>"%userprofile%\桌面\fw.rsc"
echo / ip firewall nat  >>"%userprofile%\桌面\nat.rsc"
echo add chain=srcnat src-address=%lancan%/24 action=masquerade comment="" \ >>"%userprofile%\桌面\nat.rsc"
echo     disabled=no  >>"%userprofile%\桌面\nat.rsc"
echo add chain=dstnat src-address=%lancan%/24 protocol=udp dst-port=53 \ >>"%userprofile%\桌面\nat.rsc"
echo     action=dst-nat to-addresses=%lanip% to-ports=53 comment="" \ >>"%userprofile%\桌面\nat.rsc"
echo     disabled=no  >>"%userprofile%\桌面\nat.rsc"
echo / ip dns  >>"%userprofile%\桌面\nat.rsc"
echo set primary-dns=%dns1% secondary-dns=%dns2% \ >>"%userprofile%\桌面\nat.rsc"
echo     allow-remote-requests=yes cache-size=2048KiB cache-max-ttl=1w  >>"%userprofile%\桌面\nat.rsc"

:que2
cls
color 64
echo.
echo .配置完成,配置文件保存在“桌面\cnc.rsc,fw.rsc,nat.rsc”
echo .如遇到任何问题请联系
echo .QQ:59330000   
echo .WEB :netbar  www.snfox.cn
echo .论坛:bbs.snfox.com.cn  bbs.snfox.cn
echo.   By 网吧专用
echo.
echo.
echo 按w生成IP限速脚本,按a继续查看其他参数脚本
echo.
echo.
set /p file=(w=生成)(a=继续)(q=退出):
if "%file%"=="q" goto quit
if "%file%"=="a" goto start
if "%file%"=="w" goto sheng
cls
color 49
echo ==============
echo 请正确输入!
echo ==============
echo.
echo.
echo 按任意键重新输入......
pause>nul
goto que2
:sheng
@echo 开始保存您的配置,生成snfox RouteOS 297 IP限速配置文件,请稍后......
echo / queue simple  >>"%userprofile%\桌面\snip.rsc"
echo add name="001" dst-address=192.168.0.1/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="002" dst-address=192.168.0.2/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="003" dst-address=192.168.0.3/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="004" dst-address=192.168.0.4/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="005" dst-address=192.168.0.5/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="006" dst-address=192.168.0.6/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="007" dst-address=192.168.0.7/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="008" dst-address=192.168.0.8/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="009" dst-address=192.168.0.9/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="010" dst-address=192.168.0.10/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="011" dst-address=192.168.0.11/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="012" dst-address=192.168.0.12/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="013" dst-address=192.168.0.13/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="014" dst-address=192.168.0.14/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="015" dst-address=192.168.0.15/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="016" dst-address=192.168.0.16/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="017" dst-address=192.168.0.17/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="018" dst-address=192.168.0.18/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="019" dst-address=192.168.0.19/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="020" dst-address=192.168.0.20/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="021" dst-address=192.168.0.21/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="022" dst-address=192.168.0.22/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="023" dst-address=192.168.0.23/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="024" dst-address=192.168.0.24/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="025" dst-address=192.168.0.25/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="026" dst-address=192.168.0.26/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="027" dst-address=192.168.0.27/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="028" dst-address=192.168.0.28/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="029" dst-address=192.168.0.29/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="030" dst-address=192.168.0.30/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="031" dst-address=192.168.0.31/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="032" dst-address=192.168.0.32/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="033" dst-address=192.168.0.33/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="034" dst-address=192.168.0.34/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="035" dst-address=192.168.0.35/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="036" dst-address=192.168.0.36/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="037" dst-address=192.168.0.37/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="038" dst-address=192.168.0.38/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="039" dst-address=192.168.0.39/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="040" dst-address=192.168.0.40/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="041" dst-address=192.168.0.41/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="042" dst-address=192.168.0.42/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="043" dst-address=192.168.0.43/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="044" dst-address=192.168.0.44/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="045" dst-address=192.168.0.45/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="046" dst-address=192.168.0.46/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="047" dst-address=192.168.0.47/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="048" dst-address=192.168.0.48/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="049" dst-address=192.168.0.49/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="050" dst-address=192.168.0.50/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="051" dst-address=192.168.0.51/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="052" dst-address=192.168.0.52/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="053" dst-address=192.168.0.53/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="054" dst-address=192.168.0.54/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="055" dst-address=192.168.0.55/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="056" dst-address=192.168.0.56/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="057" dst-address=192.168.0.57/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="058" dst-address=192.168.0.58/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="059" dst-address=192.168.0.59/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="060" dst-address=192.168.0.60/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="061" dst-address=192.168.0.61/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="062" dst-address=192.168.0.62/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="063" dst-address=192.168.0.63/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="064" dst-address=192.168.0.64/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="065" dst-address=192.168.0.65/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="066" dst-address=192.168.0.66/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="067" dst-address=192.168.0.67/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="068" dst-address=192.168.0.68/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="069" dst-address=192.168.0.69/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="070" dst-address=192.168.0.70/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="071" dst-address=192.168.0.71/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="072" dst-address=192.168.0.72/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="073" dst-address=192.168.0.73/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="074" dst-address=192.168.0.74/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="075" dst-address=192.168.0.75/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="076" dst-address=192.168.0.76/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="077" dst-address=192.168.0.77/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="078" dst-address=192.168.0.78/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="079" dst-address=192.168.0.79/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="080" dst-address=192.168.0.80/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="081" dst-address=192.168.0.81/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="082" dst-address=192.168.0.82/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="083" dst-address=192.168.0.83/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="084" dst-address=192.168.0.84/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="085" dst-address=192.168.0.85/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="086" dst-address=192.168.0.86/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="087" dst-address=192.168.0.87/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="088" dst-address=192.168.0.88/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="089" dst-address=192.168.0.89/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="090" dst-address=192.168.0.90/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="091" dst-address=192.168.0.91/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="092" dst-address=192.168.0.92/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="093" dst-address=192.168.0.93/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="094" dst-address=192.168.0.94/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="095" dst-address=192.168.0.95/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="096" dst-address=192.168.0.96/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="097" dst-address=192.168.0.97/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="098" dst-address=192.168.0.98/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="099" dst-address=192.168.0.99/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="100" dst-address=192.168.0.100/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="101" dst-address=192.168.0.101/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="102" dst-address=192.168.0.102/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="103" dst-address=192.168.0.103/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="104" dst-address=192.168.0.104/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="105" dst-address=192.168.0.105/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="106" dst-address=192.168.0.106/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="107" dst-address=192.168.0.107/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="108" dst-address=192.168.0.108/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="109" dst-address=192.168.0.109/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="110" dst-address=192.168.0.110/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="111" dst-address=192.168.0.111/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="112" dst-address=192.168.0.112/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="113" dst-address=192.168.0.113/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="114" dst-address=192.168.0.114/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="115" dst-address=192.168.0.115/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="116" dst-address=192.168.0.116/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="117" dst-address=192.168.0.117/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="118" dst-address=192.168.0.118/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="119" dst-address=192.168.0.119/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="120" dst-address=192.168.0.120/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="121" dst-address=192.168.0.121/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="122" dst-address=192.168.0.122/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="123" dst-address=192.168.0.123/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="124" dst-address=192.168.0.124/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="125" dst-address=192.168.0.125/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="126" dst-address=192.168.0.126/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="127" dst-address=192.168.0.127/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="128" dst-address=192.168.0.128/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="129" dst-address=192.168.0.129/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="130" dst-address=192.168.0.130/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="131" dst-address=192.168.0.131/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="132" dst-address=192.168.0.132/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="133" dst-address=192.168.0.133/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="134" dst-address=192.168.0.134/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="135" dst-address=192.168.0.135/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="136" dst-address=192.168.0.136/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="137" dst-address=192.168.0.137/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="138" dst-address=192.168.0.138/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="139" dst-address=192.168.0.139/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="140" dst-address=192.168.0.140/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="141" dst-address=192.168.0.141/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="142" dst-address=192.168.0.142/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="143" dst-address=192.168.0.143/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="144" dst-address=192.168.0.144/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="145" dst-address=192.168.0.145/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="146" dst-address=192.168.0.146/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="147" dst-address=192.168.0.147/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="148" dst-address=192.168.0.148/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="149" dst-address=192.168.0.149/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="150" dst-address=192.168.0.150/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="151" dst-address=192.168.0.151/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="152" dst-address=192.168.0.152/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="153" dst-address=192.168.0.153/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="154" dst-address=192.168.0.154/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="155" dst-address=192.168.0.155/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="156" dst-address=192.168.0.156/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="157" dst-address=192.168.0.157/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="158" dst-address=192.168.0.158/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="159" dst-address=192.168.0.159/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="160" dst-address=192.168.0.160/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="161" dst-address=192.168.0.161/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="162" dst-address=192.168.0.162/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="163" dst-address=192.168.0.163/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="164" dst-address=192.168.0.164/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="165" dst-address=192.168.0.165/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="166" dst-address=192.168.0.166/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="167" dst-address=192.168.0.167/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="168" dst-address=192.168.0.168/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="169" dst-address=192.168.0.169/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="170" dst-address=192.168.0.170/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="171" dst-address=192.168.0.171/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="172" dst-address=192.168.0.172/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="173" dst-address=192.168.0.173/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="174" dst-address=192.168.0.174/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="175" dst-address=192.168.0.175/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="176" dst-address=192.168.0.176/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="177" dst-address=192.168.0.177/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="178" dst-address=192.168.0.178/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="179" dst-address=192.168.0.179/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="180" dst-address=192.168.0.180/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="181" dst-address=192.168.0.181/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="182" dst-address=192.168.0.182/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="183" dst-address=192.168.0.183/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="184" dst-address=192.168.0.184/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="185" dst-address=192.168.0.185/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="186" dst-address=192.168.0.186/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="187" dst-address=192.168.0.187/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="188" dst-address=192.168.0.188/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="189" dst-address=192.168.0.189/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="190" dst-address=192.168.0.190/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="191" dst-address=192.168.0.191/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="192" dst-address=192.168.0.192/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="193" dst-address=192.168.0.193/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="194" dst-address=192.168.0.194/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="195" dst-address=192.168.0.195/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="196" dst-address=192.168.0.196/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="197" dst-address=192.168.0.197/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="198" dst-address=192.168.0.198/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="199" dst-address=192.168.0.199/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="200" dst-address=192.168.0.200/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="201" dst-address=192.168.0.201/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="202" dst-address=192.168.0.202/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="203" dst-address=192.168.0.203/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="204" dst-address=192.168.0.204/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="205" dst-address=192.168.0.205/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="206" dst-address=192.168.0.206/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="207" dst-address=192.168.0.207/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="208" dst-address=192.168.0.208/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="209" dst-address=192.168.0.209/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="210" dst-address=192.168.0.210/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="211" dst-address=192.168.0.211/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="212" dst-address=192.168.0.212/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="213" dst-address=192.168.0.213/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="214" dst-address=192.168.0.214/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="215" dst-address=192.168.0.215/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="216" dst-address=192.168.0.216/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="217" dst-address=192.168.0.217/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="218" dst-address=192.168.0.218/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="219" dst-address=192.168.0.219/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="220" dst-address=192.168.0.220/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="221" dst-address=192.168.0.221/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="222" dst-address=192.168.0.222/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="223" dst-address=192.168.0.223/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="224" dst-address=192.168.0.224/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="225" dst-address=192.168.0.225/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="226" dst-address=192.168.0.226/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="227" dst-address=192.168.0.227/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="228" dst-address=192.168.0.228/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="229" dst-address=192.168.0.229/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="230" dst-address=192.168.0.230/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="231" dst-address=192.168.0.231/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="232" dst-address=192.168.0.232/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="233" dst-address=192.168.0.233/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="234" dst-address=192.168.0.234/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="235" dst-address=192.168.0.235/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="236" dst-address=192.168.0.236/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="237" dst-address=192.168.0.237/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="238" dst-address=192.168.0.238/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="293" dst-address=192.168.0.239/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="240" dst-address=192.168.0.240/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="241" dst-address=192.168.0.241/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="242" dst-address=192.168.0.242/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="243" dst-address=192.168.0.243/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="244" dst-address=192.168.0.244/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="245" dst-address=192.168.0.245/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="246" dst-address=192.168.0.246/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="247" dst-address=192.168.0.247/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="248" dst-address=192.168.0.248/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="249" dst-address=192.168.0.249/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="250" dst-address=192.168.0.250/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="251" dst-address=192.168.0.251/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="252" dst-address=192.168.0.252/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="253" dst-address=192.168.0.253/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
echo add name="254" dst-address=192.168.0.254/32 interface=all parent=none \>>"%userprofile%\桌面\snip.rsc"
echo    priority=8 queue=default/default limit-at=1024000/1024000 \>>"%userprofile%\桌面\snip.rsc"
echo   max-limit=1024000/1024000 total-queue=default disabled=no>>"%userprofile%\桌面\snip.rsc"
:que3
cls
color 34
echo.
echo .配置完成,配置文件保存在“桌面\snip.rsc”
echo .如遇到任何问题请联系
echo .QQ:59330000   
echo .WEB :netbar    www.snfox.cn
echo .论坛:bbs.snfox.com.cn   bbs.snfox.cn
echo.   By 网吧专用 
echo.
echo.
echo 按a继续查看其他参数脚本,按d重新配置单线路由,按t重新配置双线路由
echo.
echo.
set /p file=(d=单线)(t=双线)(a=继续)(q=退出):
if "%file%"=="q" goto quit
if "%file%"=="d" goto dan
if "%file%"=="a" goto start
if "%file%"=="t" goto hui
cls
color 49
echo ==============
echo 请正确输入!
echo ==============
echo.
echo.
echo 按任意键重新输入......
pause>nul
goto que3
:start
color 27
cls
echo ******************************************************************************
echo * 集体绑定ARP                                                                *
echo * :foreach i in=[/ip arp find dynamic=yes ] do={/ip arp add copy-from=$i}    *
echo *用这命令绑定之后,要把外网的ARP解除                                          *
echo ******************************************************************************
echo ******************************************************************************
echo * 限速脚本                                                                   *
echo * :for aaa from 2 to 254 do={/queue simple add name=(queue . $aaa) dst-addres*
echo * s=(192.168.0. . $aaa) limit-at=0/0 max-limit=2000000/2000000}              *
echo *说明:aaa是变量,2 to 254是2~254,192.168.0. . $aaa是IP,max-limit=是上行/下行*
echo ******************************************************************************
echo ******************************************************************************
echo *定时重起                                                                    *
echo */system scheduler add name=reboot interval=24h start-time=11:59:00          *
echo *on-event={/system reboot} disabled=no                                       *
echo ******************************************************************************
echo ******************************************************************************
echo * 删除所有连接                                                               *
echo * / ip firewall connection {:foreach r in=[find] do={remove $r}}             *
echo ******************************************************************************
echo ******************************************************************************
echo * disable防火墙规则                                                          *
echo * :foreach i in=[/ip firewall filter find action=drop ] do=[/ip firewall filt*
echo * er disable $i]                                                             *
echo ******************************************************************************
echo ******************************************************************************
echo *ROS的流量监控只能监控不同网卡的流量收发(即PCQ集体限速开关)                 *
echo *假如wan口的带宽是10M我们在8M的时候开启控制条件.                            *
echo */tool traffic-monitor                                                      *
echo *add name=pcqon interface=wan on-event=pcqon threshold=8000000 trigger=above*
echo *traffic=received                                                           *
echo */system script add name="pcqon" source="/queue tree enable queue1 "        *   
echo *policy=reboot,read,write,policy,test                                       *
echo *在带宽使用低于7M时关闭流量控制                                             *
echo */tool traffic-monitor                                                      *
echo *add name=pcqoff interface=wan on-event=pcqoff threshold=7000000            *
echo *trigger=below traffic=received                                             *
echo */system script add name="pcqoff" source="/queue tree disable queue1 "      *
echo *policy=reboot,read,write,policy,test                                       *
echo *如果需要具体配置ROS的PCQ集体限速,请联系软件本人,以上仅为开关脚本          *
echo ******************************************************************************
echo          ******************************
echo        *程序版权:网吧专用*
echo          ******************************
echo                                             *业务QQ:------ *
echo          ******************************
echo                                             *技术群:------*
echo          ******************************
echo                                             *站  点: netbar*
echo          ******************************
echo                                             *论  坛:-------*
echo          ******************************
echo.
echo 按d重新配置单线路由,按t重新配置双线路由
echo.
echo.
set /p file=(d=单线)(t=双线)(q=退出):
if "%file%"=="q" goto quit
if "%file%"=="d" goto dan
if "%file%"=="t" goto hui
cls
color 49
echo ==============
echo 请正确输入!
echo ==============
echo.
echo.
echo 按任意键重新输入......
pause>nul
goto start

下载:http://www.txwb.com/Soft/wbly/200810/725.html

欢迎访问最专业的网吧论坛,无盘论坛,网吧经营,网咖管理,网吧专业论坛 https://bbs.txwb.com

关注天下网吧微信/下载天下网吧APP/天下网吧小程序,一起来超精彩

本文来源:天下网吧论坛收集 作者:佚名

声明
声明:本站所发表的文章、评论及图片仅代表作者本人观点,与本站立场无关。若文章侵犯了您的相关权益,请及时与我们联系,我们会及时处理,感谢您对本站的支持!联系邮箱:support@txwb.com,系统开号,技术支持,服务联系QQ:1175525021本站所有有注明来源为天下网吧或天下网吧论坛的原创作品,各位转载时请注明来源链接!
天下网吧 网吧天下