公司办公室的adsl爱掉线,一掉的话网关的gateway就没了。因此编写了下列脚本:
#!/bin/bash
while :
do if route | tail -l | grep "0.0.0.0"then&>/dev/nullelseadsl-stopadsl-startfisleep 10done
执行脚 本方法: nuhup sh route.sh &
注意前面要用上nohup,这样避免root用户logout时此脚本也退出生效的问题。
2016-11-16
自动监控ADSL并重拔号的shell脚本
评论
发表评论
姓 名: