家用网络天花板!PVE 虚拟化 ROS 主路由 + OpenWrt 旁路由完美实战

429次阅读
没有评论

视频连接

https://youtu.be/iYHdCsygbTI

镜像导入命令
qm importdisk 101 /var/lib/vz/template/iso/imm.img local-lvm

ros 下载
https://mikrotik.com/download

ROS注册
https://mikrotik.com/client/register

第三方下载
https://github.com/elseif/MikroTikPatch

openwrt

镜像下载
https://firmware-selector.immortalwrt.org
https://firmware-selector.openwrt.org/

扩容

mkdir -p /tmp/introot
mkdir -p /tmp/extroot
mount --bind / /tmp/introot
mount /dev/sda3 /tmp/extroot
tar -C /tmp/introot -cvf - . | tar -C /tmp/extroot -xf -
umount /tmp/introot
umount /tmp/extroot

磁盘管理
luci-i18n-diskman-zh-cn

主题
luci-i18n-argon-config-zh-cn

ssh
sftp-server

添加源nikki
wget -O – https://github.com/nikkinikki-org/OpenWrt-nikki/raw/refs/heads/main/feed.sh | ash

openclash
https://github.com/vernesong/OpenClash

正文完
 0
评论(没有评论)