文件名称:单WAN并发拨号脚本
文件大小:825B
文件格式:RAR
更新时间:2014-09-26 08:42:29
单WAN多拨脚本
OPENWRT固件 并发拨号脚本 #!/bin/sh /etc/rc.common # Copyright (C) 2008 OpenWrt.org START=99 #number是重拔次数 #n是几拔 #ok是拔上几次后退出拔号 number=10 n=5 ok=4 start() { for q in $( seq 1 $number ) do user=`uci get network.wan.username` pass=`uci get network.wan.password` ifname=`uci get network.wan.ifname
【文件预览】:
pppoeup