步骤 1:创建 Bash 脚本
搞了个定时脚本来解决 PVE 下 OpenWRT 意外卡死的问题。 这个 OpenWRT 容器作为网络中的唯一主路由,所以用最简单的方法就是直接在宿主机上检查网络联通性来推测 OpenWRT 是不是寄了。 定时任务使用了 systemed timer 来实现,感觉确实不错 -(Systemd 定时器教程 - 阮一峰的网络日志 - pct(1) 步骤 1:创建 Bash 脚本 1. 创建脚本文件...
#HomeLab/OpenWRT
搞了个定时脚本来解决 PVE 下 OpenWRT 意外卡死的问题。 这个 OpenWRT 容器作为网络中的唯一主路由,所以用最简单的方法就是直接在宿主机上检查网络联通性来推测 OpenWRT 是不是寄了。 定时任务使用了 systemed timer 来实现,感觉确实不错 -(Systemd 定时器教程 - 阮一峰的网络日志 - pct(1) 步骤 1:创建 Bash 脚本 1. 创建脚本文件...
PVE LXC 中运行 OpenWRT,遇到 dnsmaq 报如下错误: `text daemon.crit dnsmasq[1]: failed to seed the random number generator: No such file or directory ` 解决方法: 编辑 /etc/init.d/dnsmasq 文件。找到 DHCPSCRIPT_DEPENDS 行,追加...
折腾了两天,借助大佬整理好的构建流程,自己定制了一份用 Github Actions 构建了一个版本: Release OpenWrt-23.05 · IvanLi-CN/openwrt-lite 预装插件如下: | ⚓ 服务 | 🩺 网络 | | :-------- | :---------------- | | OpenClash | SpeedTest | | WOL | UPnP |...
在 PVE 的 LXC 中创建 ImmortalWRT 容器 下载固件 `shell download wget https://downloads.immortalwrt.org/releases/23.05.4/targets/x86/64/immortalwrt-23.05.4-x86-64-rootfs.tar.gz check sum shasum -a 256...