您现在的位置: 天下网吧 >> 网吧焦点 >> 网吧程序学习 >> 批处理相关 >> 正文

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

[作者:佚名 来源:天下网吧论坛收集 时间:2008-10-2添加到QQ收藏QQ书签]我来说两句

@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=""