学习论坛
一、安装/配置 PVE
0. 安装
虚拟化平台 PVE(ProxmoxVirtual Environment)安装部署
安装完成后,输入浏览器输入 https://pveip 地址:8006
1、iso 下载
2、ventoyu 盘制作工具
ventoy 官方下载
使用上边制作好 u 盘,将下载好的 PVE 镜像文件拖入 u 盘中
3、进入主板 bios,设置 u 盘为第一启动项
4、进入 pe 系统选择镜像
5、开始安装
1. Pve 设置动态获取 ip 地址
1.登录到 PVE 服务器的命令行界面。这可以通过直接连接键盘和显示器或通过 SSH 进行。
2.备份原始网络配置文件,以防万一。
sudo cp /etc/network/interfaces /etc/network/interfaces.bak
3.使用文本编辑器(如 nano)打开网络配置文件:
sudo nano /etc/network/interfaces
4.找到你的主网络接口(通常是 iface eth0 inet static 或 iface ens18 inet static,具体名称可能因系统而异)。将 static 更改为 dhcp,并删除或注释掉 address,netmask 和 gateway 行。更改后的配置应如下所示:
auto lo
iface lo inet loopback
iface enp1s0 inet manual
auto vmbr0
iface vmbr0 inet dhcpaddress 192.168.124.17/24
gateway 192.168.124.1
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
5.保存更改后,重启网络服务以应用新配置:
sudo systemctl restart networking
2. PVE 系统软件配置
2.1PVE 网口配置
进入主页后点 PVE,点系统-网络,会发现有个 Linux 桥接的网络,默认已经有一个了,下面我们需要添加剩余的桥接网络
然后点创建-Linux Bridge,会弹出以下界面,如果你是双网口机器,在名称处输入 vmbr1,桥接端口处输入 enp2s0,然后选择右下创建,OK,双网口机器就完成了不用再继续添加
如果你是像我一样有 4 个或 6 个网口,你要继续点创建-Linux Bridge,这次添加就不能重复了,在名称处此时要写 vmbr2,桥接端口处输入 enp3s0,然后创建~
然后继续创建,注意,如是双网口,只需要添加 vmbr0 和 1,如是 4 网口,则要添加到 vmbr3,6 网口则要添加到 vmbr5,以此类推,后面的 enp1s0,注意数字 1,如是 vmb2,则 1 变成 3,永远比它大 1,以此类推进行添加
添加完成后,依次点击【应用配置】->【重启】。重启后网口生效。
二、安装/配置 Openwrt
1. 上传 openwrt
记住上传的 openwrt 文件名字。我这边为 openwrt.img
2. 创建 openwrt
记住这个【VM ID】这个后面会用到
其他安装默认配置
3. 创建 openwrt lvm
shell 运行
qm importdisk 101 /var/lib/vz/template/iso/openwrt.img local-lvm
之后会跑代码,并多一块未分配磁盘(如图),添加总线设置选择 sata。然后在选项里面修改硬盘为第一启动项
修改引导顺序
4. 启动 oepnwrt
右键【openwrt】并启动
5.修改 IP 获取为 dhcp
运行 nano /etc/config/network
修改网络设置
输入 reboot 重启 openwrt
6. 添加网络设备
6. 查看 openwrtIP 并访问
- openwrt 添加网络
7. openwrt 添加网络接口
点击【保存应用】后生效
8. 网络诊断测试
9. 主路由/旁路由设置
简单设置网口联通网络可以这样设置
三、安装黑群晖
四、软件安装
4.1 小雅超集影音视频
通用配置篇-自己搭建一个全网最全影视资源站,小雅超集部署教程
TvBox
tvbox apk github 项目
电视版 https://github.com/myyyy/tvbox?tab=readme-ov-file
手机版 https://github.com/XiaoRanLiu3119/TVBoxOS-Mobile
其他三平台端 https://cnxiaobai.com/articles/2022/07/14/1657790291912.html#b3_solo_h3_1
视频源
https://raw.iqiq.io/liu673cn/box/main/m.json
https://hutool.ml/tang
http://miaotvs.cn/meow
https://raw.liucn.cc/box/m.json
https://try.gitea.io/xcxc8/mytv/raw/branch/main/TV.json
https://wds.ecsxs.com/223843.txt
https://pastebin.com/raw/gtbKvnE1
https://pastebin.com/raw/sbPpDm9G
https://agit.ai/hu/hcr/raw/branch/master/MMM.txt
https://freed.yuanhsing.cf/TVBox/meowcf.json
https://github.com/YuanHsing/freed/raw/master/TVBox/meow.json
ipv6 直播源
https://github.com/myyyy/IPTV
源 https://mirror.ghproxy.com/https://raw.githubusercontent.com/Meroser/IPTV/main/IPTV-tvbox.txt
IPV4 源
https://github.com/myyyy/tv-
源 https://ghproxy.net/https://raw.githubusercontent.com/ssili126/tv/main/itvlist.txt
小雅网页视频源
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于