@echo 确定要使用ipv6服务吗?
@echo Press Any Key To Continue...
@pause
cd\
ipv6 install
netsh interface ipv6 isatap set router 10.1.251.2
sc config 6to4 start= auto
net start 6to4
nslookup www.6rank.edu.cn
start http://6rank.edu.cn/
@echo 配置完成
@echo Press Any Key To exit...
@pause
@echo Press Any Key To Continue...
@pause
cd\
ipv6 install
netsh interface ipv6 isatap set router 10.1.251.2
sc config 6to4 start= auto
net start 6to4
nslookup www.6rank.edu.cn
start http://6rank.edu.cn/
@echo 配置完成
@echo Press Any Key To exit...
@pause





