PVE虚拟机参考链接:https://skyao.io/learning-openwrt/docs/installation/pve/ Openwrt核心教程:https://sspai.com/post/68511 openclash: https://github.com/vernesong/OpenClash/wiki
一、下载openwrt镜像
博主下载地址:https://github.com/riverscn/build-openwrt-firmware
二、目的
因为要安装kubesphere,但是组件始终下载不下来,设置http proxy也没用。于是计划做一个旁路网关,让要装k8s的ubuntu的网关指向openwrt,实现k8s环境安装。
博主实施过程:
- pve新建openwrt虚拟机;
- 使用下方参考博主的openwrt镜像,实现openwrt启动;镜像地址:https://github.com/riverscn/build-openwrt-firmware
- 升级openclash组件,至最新。先卸载老插件,再安装即可:(非最新无法启动) 下载地址:https://github.com/vernesong/OpenClash/wiki
- 添加clash订阅;
- 再clash board上修改为全局代理;
- 在ubuntu上将网关修改了openwrt的ip;
- 成功实现下载;
openwrt详细下载过程请参考下图: