vi auto_pppd.sh
#!/bin/sh
status=`ifconfig | grep 'ppp0'`
if [[ $status = "" ]]
then
poff -a
pon dsl-provider
fi
chomd +x auto_pppd.sh
添加定时任务1分钟1次
vi auto_pppd.sh
#!/bin/sh
status=`ifconfig | grep 'ppp0'`
if [[ $status = "" ]]
then
poff -a
pon dsl-provider
fi
chomd +x auto_pppd.sh
添加定时任务1分钟1次
能否在玩客云5.6.7上增加PPPOE组件
如果是armbian,那就是通用的吧