OpenWRT 定时重播 作者: Sam 发布于: 2025-06-06 分类: OpenWRT 评论 基本上所有ISP的家宽都会不定时的强制重播,这个就很尴尬了,因为你不确定他什么时间操作,如果在凌晨还好,几乎不会影响你的使用,但是如果他这个操作发生在白天,那么可想而知会发生什么状况,所以与其我们等待他强制重播,不如我们先下手为强。我这边使用的是OpenWRT路由系统,众所周知其 More...
RouterOS scheduled reconnection PPPoE script 作者: Sam 发布于: 2025-05-05 分类: Network 评论 # $(PPPOE-Connect-Name) :Change to your PPPoe connection name # start-time : set to the time you want to relink /system scheduler add name= More...
RouterOS Configure Interface IP Address 作者: Sam 发布于: 2025-04-20 分类: Network 评论 Static IP/ip address add address=192.168.88.1 interface = ether2PPPOE/interface pppoe-client add interface=ether1 user=your_username passwor More...