PVE安装设置及应用之N100实测

N100以及它下面的虚拟机, 从应用角度出发部署各类生产系统

有什么用/怎么用

设置N100软路由, 安装PVE

从应用角度出发部署各类生产系统

相关内容

实现方法

pve新增管理员用户

使用显示器接入到通过U盘PVE(ISO文件安装)安装后的命令行界面.

ssh root@192.168.100.2

1
2
3
4
ls /dev/disk/by-id


mount /dev/sdc2 /mnt/usbToshiBa1T

如何修改安装时指定的IP地址

1
2
3
4
5
6
7
8
9
10
11
nano /etc/network/interfaces

nano /etc/issue

nano /etc/hosts

#把这个三个命令打开的文件里面都从192.168.100.2, 修改到192.168.6.3
#control + O 回车 保存
#control + X 退出nano

reboot 重启N100软路由

PVE添加温度显示插件

1
2
(curl -Lf -o /tmp/temp.sh https://raw.githubusercontent.com/a904055262/PVE-manager-status/main/showtempcpufreq.sh || curl -Lf -o /tmp/temp.sh  https://gh-proxy.com/raw.githubusercontent.com/a904055262/PVE-manager-status/main/showtempcpufreq.sh) && chmod +x /tmp/temp.sh && /tmp/temp.sh remod

来源: [虚拟机相关] (2023.12.13)SHELL脚本:一键给PVE增加温度,cpu功耗频率,硬盘等信息

执行日志:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107

root@pve:~# (curl -Lf -o /tmp/temp.sh https://raw.githubusercontent.com/a904055262/PVE-manager-status/main/showtempcpufreq.sh || curl -Lf -o /tmp/temp.sh https://gh-proxy.com/raw.githubusercontent.com/a904055262/PVE-manager-status/main/showtempcpufreq.sh) && chmod +x /tmp/temp.sh && /tmp/temp.sh remod
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 13615 100 13615 0 0 24565 0 --:--:-- --:--:-- --:--:-- 24531
脚本路径:/tmp/temp.sh
你需要先安装 lm-sensors 和 linux-cpupower,脚本尝试给你自动安装
Get:1 http://security.debian.org bookworm-security InRelease [48.0 kB]
Hit:2 http://ftp.debian.org/debian bookworm InRelease
Get:3 http://ftp.debian.org/debian bookworm-updates InRelease [55.4 kB]
Err:4 https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease
401 Unauthorized [IP: 51.79.228.122 443]
Err:5 https://enterprise.proxmox.com/debian/pve bookworm InRelease
401 Unauthorized [IP: 51.79.228.122 443]
Reading package lists... Done
E: Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease 401 Unauthorized [IP: 51.79.228.122 443]
E: The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease 401 Unauthorized [IP: 51.79.228.122 443]
E: The repository 'https://enterprise.proxmox.com/debian/pve bookworm InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
libsensors-config libsensors5
Suggested packages:
fancontrol read-edid i2c-tools
The following NEW packages will be installed:
libsensors-config libsensors5 lm-sensors
0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded.
Need to get 146 kB of archives.
After this operation, 518 kB of additional disk space will be used.
Get:1 http://ftp.debian.org/debian bookworm/main amd64 libsensors-config all 1:3.6.0-7.1 [14.3 kB]
Get:2 http://ftp.debian.org/debian bookworm/main amd64 libsensors5 amd64 1:3.6.0-7.1 [34.2 kB]
Get:3 http://ftp.debian.org/debian bookworm/main amd64 lm-sensors amd64 1:3.6.0-7.1 [97.2 kB]
Fetched 146 kB in 1s (182 kB/s)
Selecting previously unselected package libsensors-config.
(Reading database ... 45930 files and directories currently installed.)
Preparing to unpack .../libsensors-config_1%3a3.6.0-7.1_all.deb ...
Unpacking libsensors-config (1:3.6.0-7.1) ...
Selecting previously unselected package libsensors5:amd64.
Preparing to unpack .../libsensors5_1%3a3.6.0-7.1_amd64.deb ...
Unpacking libsensors5:amd64 (1:3.6.0-7.1) ...
Selecting previously unselected package lm-sensors.
Preparing to unpack .../lm-sensors_1%3a3.6.0-7.1_amd64.deb ...
Unpacking lm-sensors (1:3.6.0-7.1) ...
Setting up libsensors-config (1:3.6.0-7.1) ...
Setting up libsensors5:amd64 (1:3.6.0-7.1) ...
Setting up lm-sensors (1:3.6.0-7.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /lib/systemd/system/lm-sensors.service.
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
lm-sensors 安装成功
尝试继续安装linux-cpupower获取功耗信息
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
libcpupower1
The following NEW packages will be installed:
libcpupower1 linux-cpupower
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 1,975 kB of archives.
After this operation, 2,267 kB of additional disk space will be used.
Get:1 http://security.debian.org bookworm-security/main amd64 libcpupower1 amd64 6.1.119-1 [936 kB]
Get:2 http://security.debian.org bookworm-security/main amd64 linux-cpupower amd64 6.1.119-1 [1,039 kB]
Fetched 1,975 kB in 1s (2,376 kB/s)
Selecting previously unselected package libcpupower1.
(Reading database ... 45980 files and directories currently installed.)
Preparing to unpack .../libcpupower1_6.1.119-1_amd64.deb ...
Unpacking libcpupower1 (6.1.119-1) ...
Selecting previously unselected package linux-cpupower.
Preparing to unpack .../linux-cpupower_6.1.119-1_amd64.deb ...
Unpacking linux-cpupower (6.1.119-1) ...
Setting up libcpupower1 (6.1.119-1) ...
Setting up linux-cpupower (6.1.119-1) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
linux-cpupower安装成功
你的PVE版本号:8.3.0
强制重新修改
-----------
脚本路径:/tmp/temp.sh
你的PVE版本号:8.3.0
检测系统中的NVME硬盘
已添加 1 块NVME硬盘
检测系统中的SATA固态和机械硬盘
已添加 0 块SATA固态和机械硬盘
开始修改nodes.pm文件
开始修改pvemanagerlib.js文件
修改页面高度
修改左栏高度
修改右栏高度和左栏一致,解决浮动错位
温度,频率,硬盘信息相关修改已完成
------------------------
------------------------
开始修改proxmoxlib.js文件
去除订阅弹窗
------------------------
修改完成
请刷新浏览器缓存:Shift+F5
如果你看到主页面提示连接错误或者没看到温度和频率,请按:Shift+F5,刷新浏览器缓存!
如果你对效果不满意,请执行:"/tmp/temp.sh" restore 命令,可以还原修改

集群

建议3台, 或3太以上的服务器才考虑

从raw/qcow2格式的镜像文件中恢复虚拟机

新建虚拟机

新建一个虚拟机以便稍后倒入镜像文件,这里按照正常的虚拟机创建操作进行即可,磁盘那里可以不用设置,稍后会删除这个磁盘,然后使用倒入的磁盘。

记录新建虚拟机的 id 备用。

  1. 先创建CT模版, 选 debian12
  2. 然后去新建CT(宿主虚拟机), 选debian12的模版
  3. 顺着向导配置CPU, 内存等等即可成功创建CT虚拟机

PVE安装Windows11

https://willxup.top/archives/pve-install-win11

没有网络
shift+F10 打开CMD,然后运行oobe\BypassNRO.cmd即可,Windows会自动重启,重新开始设置Windows。

使用Win11步骤

  1. ping 192.168.6.3 确保可以联通PVE
  2. 访问https://192.168.6.3:8006/ 恢复运行VM101 的Win11
  3. mstsc远程桌面到 192.168.6.202

Debian虚拟机无法获取IP地址

之前新建虚拟机过程中设置了静态IP, 结果机器启动, ip add show 根本没有获取IP地址(外网也无法访问)

就是通过PVE中, 指定的静态IP.

修改了一些配置(根据之前6.2中的6.115debian11来设置, 重启)

192.168.6.117

image-20241230211054821

下一步: 给他还安装开心版的BT吗? 还是换一个国外的管理面板?

安装Docker 和 docker-compose

成功了: debian 12 基于清华源安装docker

1
2
3
4
5
6
7
8
9
10
11
12
apt install curl gnupg2

curl -fsSL https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/gpg |apt-key add -

nano /etc/apt/sources.list

#在尾部添加清华源,bookworm代表debian12。stable代表发布分支,主要有三个:stable(稳定版)、testing(测试版)和 unstable(不稳定版)。
deb https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian bookworm stable

#更新库,然后安装
apt update
apt install docker-ce

经历失败了根据: Debian 12 系统内安装 Docker 详细步骤

安装docker-compose

1
2
3
apt-get update

apt install docker-compose

最后按照文章: 加速Docker Pull或者docker-compose拉取镜像 - 适用github源

解决Debian系统root用户无法登录

nano /etc/ssh/sshd_config 修改配置

将PasswordAuthentication no的注释去掉,并且将no修改为yes

将#PermitRootLogin prohibit-password改为: Prohibit-password yes

services ssh restart

使用新增用户也是一个好方法

1
2
3
adduser {username}

usermod -aG sudo {username}

debian install sudo

  1. apt-get install sudo

纯粹的服务器的管理思路

有时感觉玩不来 不习惯

再搞一个NAS的 有界面那种(当然debian也能安装UI界面Window); 安装DS918

使用定制的img在PVE上安装黑群晖

第一步: 去下载.img 和 .pat 两个文件; 他们必须匹配的, 版本号一直的.

使用该命令导入磁盘

1
2
3
4
qm importdisk 102 /var/lib/vz/template/iso/DS920_7.21-69057.img local-lvm
#102 为您虚拟机的编号
#/var/lib/vz/template/iso/DS920_7.21-69057.img 为你上传到pve中的文件目录,详细路径和文件名
#local-lvm 为pve存储空间 详细名称

所以下载文件的时候,一定要注意,Model和Build必须 严格对应,才能安装的上。否则会报各种错误。

仔细搜索网盘目录中 序列号, 比如 42962, 然后点击进入后, 选择下载920的.pat文件.

导入pat文件

image-20250102193725055

https://pan.py47.com/%E7%BE%A4%E8%BE%89/%E9%BB%91%E7%BE%A4%E6%99%96

使用网盘提供的两个文件就能成功安装上ds920

  1. 先使用qm importdisk 导入引导文件.img
  2. 在路由器中获取得到的nas新IP地址5000端口进行导入, 导入pat文件完成安装
    1. 整个过程需要大约10-20分钟, 浏览器不能关闭, 机器不能休眠

arpl安装黑群晖-踩坑得经验

先从github上下载到最新版的arpl的引导文件.img; 同样使用上面的qm importdisk 导入arpl.img作为引导

然后使用官网下载到 对应版本的pat文件进行安装

image-20250101213752714

image-20250102095902444

遇到这个错误, 就删除nas虚拟机原先添加的硬盘, 然后暂停, 停止, 关机; 重新开机

image-20250102113654227

经过反复安装测试,从synology下载的就是不能用.

image-20250102124926889

电视的直播流 docker

docker 一个 msd_lite

比如 https://post.smzdm.com/p/a4xn0r28/ 中提及的 tinyserve/msd_lite

1
2
3
4
5
docker run -dit \
--name msd_lite \
--net=host \
--restart=unless-stopped \
tinyserve/msd_lite

或者 duan2001/msd_lite

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 直接配置组播所在网卡和监听端口号(支持参数传递和环境变量两种配置方式,环境变量优先级最高)
docker run --name msd_lite -e IFNAME=enp7s0 -e PORT=7088 --net=host --restart=unless-stopped duan2001/msd_lite
# 或者 OR
docker run --name msd_lite --net=host --restart=unless-stopped duan2001/msd_lite vlan77 7088 # 监听端口号可省略


# 手动配置文件(/etc/msd_lite/msd_lite.conf)
# 第一次启动后编辑msd_lite目录下的配置文件msd_lite.conf.sample,并去掉结尾的.sample
mkdir msd_lite
docker run -d --name=msd_lite --restart=unless-stopped -v ${PWD}/msd_lite:/etc/msd_lite --net=host duan2001/msd_lite
cp msd_lite/msd_lite.conf.sample msd_lite/msd_lite.conf
nano msd_lite/msd_lite.conf
# 之后再次启动即可
docker restart msd_lite


# 高级用法
docker run -d --name=msd_lite -e IFNAME=br1 -e PORT=7088 --restart=unless-stopped -v ${PWD}/msd_lite:/etc/msd_lite --net=host duan2001/msd_lite

实际用法, 使用dock-compose;

1
2
3
4
5
6
7
8
9
version: "3"
services:
msd_lite:
container_name: msd_lite
restart: unless-stopped
volumes:
- ${PWD}:/etc/msd_lite
network_mode: host
image: duan2001/msd_lite

易管理的目录结构

/root

​ /msd_lite

最后运行的是tinyserve/msd_lite

1
2
3
4
5
6
7
8
9
version: "3"
services:
msd_lite:
container_name: msd_lite
restart: unless-stopped
volumes:
- /root/msd_lite/msd_lite.conf:/etc/msd_lite/msd_lite.conf
network_mode: host
image: tinyserve/msd_lite

配置文件msd_lite.conf 节选:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
        <sourceProfileList> <!-- Stream source profiles templates. -->
<sourceProfile>
<skt>
<rcvBuf>512</rcvBuf> <!-- Multicast recv socket buf size. -->
<rcvLoWatermark>48</rcvLoWatermark> <!-- Actual cli_snd_block_min if polling is off. -->
<rcvTimeout>2</rcvTimeout> <!-- STATUS, Multicast recv timeout. -->
</skt>
<multicast> <!-- For: multicast-udp and multicast-udp-rtp. -->
<ifName>eth0</ifName> <!-- For multicast receive. -->
<rejoinTime>0</rejoinTime> <!-- Do IGMP/MLD leave+join every X seconds. -->
</multicast>
</sourceProfile>
</sourceProfileList>
</msd>

网线接法

奇怪的是, 网线不是直接插在虚拟机后面的, 虚拟机N100只有一根网线是eth0上网用的(连接pve, 或者pve中的虚拟主机都是通过这根网线); 这根网线连接的是AC86U的AP(从J4125中Openwrt出来的AP)

然后电视iptv的线是连接到这个AC86U的AP上的.

说明组播这些UDP数据是会串到相关的网络设备中, 而且速度极快(UDP的特性)

最新的组播转单播地址需要更新了, 因为这种台可以, 但是很多台是无法正常播放的.

http://192.168.6.117:7088/rtp/239.3.1.158:8000
http://192.168.6.117:7088/rtp/239.3.1.241:8000

这个4/5年以前的组播地址, 有被更新过了.

目前(2025.1)最新的2024.8月份的组播地址

https://github.com/wuwentao/bj-unicom-iptv/blob/master/bj-unicom-iptv.m3u

m3u转化为txt

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
[高清]央视,#genre#
CCTV-1综合[高清],http://192.168.6.117:7088/rtp/239.3.1.129:8008
CCTV-2财经[高清],http://192.168.6.117:7088/rtp/239.3.1.60:8084
CCTV-3综艺[高清],http://192.168.6.117:7088/rtp/239.3.1.172:8001
CCTV-4中文国际[高清],http://192.168.6.117:7088/rtp/239.3.1.105:8092
CCTV-4 中文国际 欧洲[高清],http://192.168.6.117:7088/rtp/239.3.1.213:4220
CCTV-4 中文国际 美洲[高清],http://192.168.6.117:7088/rtp/239.3.1.214:4220
CCTV-5体育[高清],http://192.168.6.117:7088/rtp/239.3.1.173:8001
CCTV5+[高清],http://192.168.6.117:7088/rtp/239.3.1.130:8004
CCTV-6电影[高清],http://192.168.6.117:7088/rtp/239.3.1.174:8001
CCTV-7国防军事[高清],http://192.168.6.117:7088/rtp/239.3.1.61:8104
CCTV-8电视剧[高清],http://192.168.6.117:7088/rtp/239.3.1.175:8001
CCTV-9纪录[高清],http://192.168.6.117:7088/rtp/239.3.1.62:8112
CCTV-10科教[高清],http://192.168.6.117:7088/rtp/239.3.1.63:8116
CCTV-11戏曲[高清],http://192.168.6.117:7088/rtp/239.3.1.152:8120
CCTV-12社会与法[高清],http://192.168.6.117:7088/rtp/239.3.1.64:8124
CCTV-13新闻[高清],http://192.168.6.117:7088/rtp/239.3.1.124:8128
CCTV-15音乐[高清],http://192.168.6.117:7088/rtp/239.3.1.153:8136
CCTV-16奥林匹克[高清],http://192.168.6.117:7088/rtp/239.3.1.184:8001
CCTV-17农业农村[高清],http://192.168.6.117:7088/rtp/239.3.1.151:8144
[高清]央视;少儿,#genre#
CCTV-14少儿[高清],http://192.168.6.117:7088/rtp/239.3.1.65:8132
[高清]卫视,#genre#
湖南卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.132:8012
浙江卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.137:8036
江苏卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.135:8028
东方卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.136:8032
山东卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.209:8052
安徽卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.211:8064
湖北卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.138:8044
东南卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.156:8148
广东卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.142:8048
辽宁卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.210:8056
黑龙江卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.133:8016
深圳卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.134:8020
贵州卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.149:8076
天津卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.141:1234
河北卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.148:8072
重庆卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.122:8160
江西卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.123:8164
吉林卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.240:8172
[高清]北京;[高清]卫视,#genre#
BRTV北京卫视[高清],http://192.168.6.117:7088/rtp/239.3.1.241:8000
[高清]北京,#genre#
BRTV新闻[高清],http://192.168.6.117:7088/rtp/239.3.1.159:8000
BRTV文艺[高清],http://192.168.6.117:7088/rtp/239.3.1.242:8000
BRTV影视[高清],http://192.168.6.117:7088/rtp/239.3.1.158:8000
BRTV体育休闲[高清],http://192.168.6.117:7088/rtp/239.3.1.243:8000
BRTV纪实科教[高清],http://192.168.6.117:7088/rtp/239.3.1.115:8000
BRTV财经[高清],http://192.168.6.117:7088/rtp/239.3.1.116:8000
BRTV生活[高清],http://192.168.6.117:7088/rtp/239.3.1.117:8000
朝阳融媒[高清],http://192.168.6.117:7088/rtp/239.3.1.163:8001
密云电视台[高清],http://192.168.6.117:7088/rtp/239.3.1.154:8001
房山电视台[高清],http://192.168.6.117:7088/rtp/239.3.1.96:8001
通州融媒[高清],http://192.168.6.117:7088/rtp/239.3.1.221:8001
中国教育1台[高清],http://192.168.6.117:7088/rtp/239.3.1.57:8152
[高清]北京;少儿,#genre#
BRTV卡酷少儿[高清],http://192.168.6.117:7088/rtp/239.3.1.189:8000
[高清]央视;[高清]北京IPTV;4K,#genre#
CCTV 4K[4K],http://192.168.6.117:7088/rtp/239.3.1.245:2000
[高清]北京IPTV;4K,#genre#
爱上4K[4K],http://192.168.6.117:7088/rtp/239.3.1.236:2000
北京IPTV 4K超清[4K],http://192.168.6.117:7088/rtp/239.3.1.249:8001
[高清]北京IPTV,#genre#
北京IPTV淘精彩[高清],http://192.168.6.117:7088/rtp/239.3.1.178:8001
北京IPTV淘娱乐[高清],http://192.168.6.117:7088/rtp/239.3.1.100:8001
北京IPTV淘剧场[高清],http://192.168.6.117:7088/rtp/239.3.1.95:8001
北京IPTV淘电影[高清],http://192.168.6.117:7088/rtp/239.3.1.250:8001
北京IPTV 萌宠TV[高清],http://192.168.6.117:7088/rtp/239.3.1.102:8001
聚鲨环球精选[高清],http://192.168.6.117:7088/rtp/239.3.1.179:8001
央广购物[高清]1,http://192.168.6.117:7088/rtp/239.3.1.222:8001
央广购物[高清]2,http://192.168.6.117:7088/rtp/239.3.1.223:8001
优购物[高清],http://192.168.6.117:7088/rtp/239.3.1.180:8001
时尚购物[高清],http://192.168.6.117:7088/rtp/239.3.1.181:8001
家有购物[高清],http://192.168.6.117:7088/rtp/239.3.1.185:8001
金鹰纪实[高清],http://192.168.6.117:7088/rtp/239.3.1.58:8156
茶频道[高清],http://192.168.6.117:7088/rtp/239.3.1.165:8001
CGTN 新闻[高清],http://192.168.6.117:7088/rtp/239.3.1.215:4220
CGTN 记录[高清],http://192.168.6.117:7088/rtp/239.3.1.216:4220
CGTN 西班牙语[高清],http://192.168.6.117:7088/rtp/239.3.1.217:4220
CGTN 法语[高清],http://192.168.6.117:7088/rtp/239.3.1.218:4220
CGTN 阿拉伯语[高清],http://192.168.6.117:7088/rtp/239.3.1.219:4220
CGTN 俄语[高清],http://192.168.6.117:7088/rtp/239.3.1.220:4220
纪实人文[高清],http://192.168.6.117:7088/rtp/239.3.1.212:8060
睛彩竞技[高清],http://192.168.6.117:7088/rtp/239.3.1.125:8001
睛彩篮球[高清],http://192.168.6.117:7088/rtp/239.3.1.126:8001
睛彩青少[高清],http://192.168.6.117:7088/rtp/239.3.1.127:8001
睛彩广场舞[高清],http://192.168.6.117:7088/rtp/239.3.1.128:8001
[高清]北京IPTV;少儿,#genre#
北京IPTV淘Baby[高清],http://192.168.6.117:7088/rtp/239.3.1.238:8001
央视,#genre#
CCTV-1综合,http://192.168.6.117:7088/rtp/239.3.1.1:8000
CCTV-2财经,http://192.168.6.117:7088/rtp/239.3.1.2:8004
CCTV-3综艺,http://192.168.6.117:7088/rtp/239.3.1.107:8001
CCTV-4中文国际,http://192.168.6.117:7088/rtp/239.3.1.4:8216
CCTV-5体育,http://192.168.6.117:7088/rtp/239.3.1.108:8001
CCTV-6电影,http://192.168.6.117:7088/rtp/239.3.1.109:8001
CCTV-7国防军事,http://192.168.6.117:7088/rtp/239.3.1.7:8024
CCTV-8电视剧,http://192.168.6.117:7088/rtp/239.3.1.110:8001
CCTV-9纪录,http://192.168.6.117:7088/rtp/239.3.1.9:8032
CCTV-10科教,http://192.168.6.117:7088/rtp/239.3.1.10:8228
CCTV-11戏曲,http://192.168.6.117:7088/rtp/239.3.1.11:8040
CCTV-12社会与法,http://192.168.6.117:7088/rtp/239.3.1.12:8232
CCTV-13新闻,http://192.168.6.117:7088/rtp/239.3.1.13:8048
CCTV-14少儿,http://192.168.6.117:7088/rtp/239.3.1.14:8236
CCTV-15音乐,http://192.168.6.117:7088/rtp/239.3.1.15:8052
CCTV-17农业农村,http://192.168.6.117:7088/rtp/239.3.1.150:8064
卫视;北京,#genre#
BRTV北京卫视,http://192.168.6.117:7088/rtp/239.3.1.225:8000
北京,#genre#
BRTV文艺,http://192.168.6.117:7088/rtp/239.3.1.226:8000
BRTV纪实科教,http://192.168.6.117:7088/rtp/239.3.1.227:8000
BRTV影视,http://192.168.6.117:7088/rtp/239.3.1.228:8000
BRTV财经,http://192.168.6.117:7088/rtp/239.3.1.229:8000
BRTV生活,http://192.168.6.117:7088/rtp/239.3.1.231:8000
BRTV新闻,http://192.168.6.117:7088/rtp/239.3.1.233:8000
BRTV国际频道,http://192.168.6.117:7088/rtp/239.3.1.235:8000
北京;少儿,#genre#
BRTV卡酷少儿,http://192.168.6.117:7088/rtp/239.3.1.234:8000
卫视,#genre#
东方卫视,http://192.168.6.117:7088/rtp/239.3.1.34:8192
东南卫视,http://192.168.6.117:7088/rtp/239.3.1.36:8112
广西卫视,http://192.168.6.117:7088/rtp/239.3.1.39:8300
海南卫视,http://192.168.6.117:7088/rtp/239.3.1.45:8304
深圳卫视,http://192.168.6.117:7088/rtp/239.3.1.32:9244
厦门卫视,http://192.168.6.117:7088/rtp/239.3.1.143:4120
广东卫视,http://192.168.6.117:7088/rtp/239.3.1.38:8132
江西卫视,http://192.168.6.117:7088/rtp/239.3.1.30:8280
云南卫视,http://192.168.6.117:7088/rtp/239.3.1.26:8108
西藏卫视,http://192.168.6.117:7088/rtp/239.3.1.47:8164
贵州卫视,http://192.168.6.117:7088/rtp/239.3.1.31:8120
重庆卫视,http://192.168.6.117:7088/rtp/239.3.1.35:8296
湖北卫视,http://192.168.6.117:7088/rtp/239.3.1.33:8136
湖南卫视,http://192.168.6.117:7088/rtp/239.3.1.18:8268
安徽卫视,http://192.168.6.117:7088/rtp/239.3.1.21:8272
山东卫视,http://192.168.6.117:7088/rtp/239.3.1.25:8148
江苏卫视,http://192.168.6.117:7088/rtp/239.3.1.20:8276
浙江卫视,http://192.168.6.117:7088/rtp/239.3.1.19:8284
四川卫视,http://192.168.6.117:7088/rtp/239.3.1.29:8288
河南卫视,http://192.168.6.117:7088/rtp/239.3.1.27:8128
陕西卫视,http://192.168.6.117:7088/rtp/239.3.1.41:8140
新疆卫视,http://192.168.6.117:7088/rtp/239.3.1.48:8160
宁夏卫视,http://192.168.6.117:7088/rtp/239.3.1.46:8124
青海卫视,http://192.168.6.117:7088/rtp/239.3.1.44:8184
甘肃卫视,http://192.168.6.117:7088/rtp/239.3.1.49:8188
山西卫视,http://192.168.6.117:7088/rtp/239.3.1.42:8172
河北卫视,http://192.168.6.117:7088/rtp/239.3.1.37:8292
天津卫视,http://192.168.6.117:7088/rtp/239.3.1.23:8144
内蒙古卫视,http://192.168.6.117:7088/rtp/239.3.1.43:8176
辽宁卫视,http://192.168.6.117:7088/rtp/239.3.1.24:8116
黑龙江卫视,http://192.168.6.117:7088/rtp/239.3.1.28:8196
吉林卫视,http://192.168.6.117:7088/rtp/239.3.1.40:8200
三沙卫视,http://192.168.6.117:7088/rtp/239.3.1.155:4120
兵团卫视,http://192.168.6.117:7088/rtp/239.3.1.144:4120
北京IPTV,#genre#
山东教育,http://192.168.6.117:7088/rtp/239.3.1.52:4120
中国教育1台,http://192.168.6.117:7088/rtp/239.3.1.146:4120
中国教育2台,http://192.168.6.117:7088/rtp/239.3.1.54:4120
中国教育3台,http://192.168.6.117:7088/rtp/239.3.1.55:4120
中国教育4台,http://192.168.6.117:7088/rtp/239.3.1.56:4120
IPTV魅力时尚,http://192.168.6.117:7088/rtp/239.3.1.196:9012
IPTV热播剧场,http://192.168.6.117:7088/rtp/239.3.1.194:9020
IPTV收视指南,http://192.168.6.117:7088/rtp/239.3.1.193:8012
IPTV经典电影,http://192.168.6.117:7088/rtp/239.3.1.195:9024
城市剧场,http://192.168.6.117:7088/rtp/239.3.1.67:4120
军旅剧场,http://192.168.6.117:7088/rtp/239.3.1.68:4120
古装剧场,http://192.168.6.117:7088/rtp/239.3.1.69:4120
武侠剧场,http://192.168.6.117:7088/rtp/239.3.1.90:4120
喜剧影院,http://192.168.6.117:7088/rtp/239.3.1.91:4120
动作影院,http://192.168.6.117:7088/rtp/239.3.1.92:4120
家庭影院,http://192.168.6.117:7088/rtp/239.3.1.93:4120
音乐现场,http://192.168.6.117:7088/rtp/239.3.1.70:4120
财富天下,http://192.168.6.117:7088/rtp/239.3.1.53:9136
CGTN,http://192.168.6.117:7088/rtp/239.3.1.16:8056
地理,http://192.168.6.117:7088/rtp/239.3.1.71:4120
美妆,http://192.168.6.117:7088/rtp/239.3.1.72:4120
读书,http://192.168.6.117:7088/rtp/239.3.1.73:4120
精选,http://192.168.6.117:7088/rtp/239.3.1.74:4120
解密,http://192.168.6.117:7088/rtp/239.3.1.75:4120
军事,http://192.168.6.117:7088/rtp/239.3.1.76:4120
国学,http://192.168.6.117:7088/rtp/239.3.1.77:4120
戏曲,http://192.168.6.117:7088/rtp/239.3.1.78:4120
鉴赏,http://192.168.6.117:7088/rtp/239.3.1.82:4120
墨宝,http://192.168.6.117:7088/rtp/239.3.1.83:4120
光影,http://192.168.6.117:7088/rtp/239.3.1.84:4120
台球,http://192.168.6.117:7088/rtp/239.3.1.85:4120
武术,http://192.168.6.117:7088/rtp/239.3.1.87:4120
高网,http://192.168.6.117:7088/rtp/239.3.1.88:4120
足球,http://192.168.6.117:7088/rtp/239.3.1.89:4120
星影,http://192.168.6.117:7088/rtp/239.3.1.94:4120
爱生活,http://192.168.6.117:7088/rtp/239.3.1.86:4120
家有购物,http://192.168.6.117:7088/rtp/239.3.1.186:8001
延庆电视台,http://192.168.6.117:7088/rtp/239.3.1.187:8001
中国交通,http://192.168.6.117:7088/rtp/239.3.1.188:8001
北京IPTV;少儿,#genre#
IPTV少儿动画,http://192.168.6.117:7088/rtp/239.3.1.199:9000
金鹰卡通,http://192.168.6.117:7088/rtp/239.3.1.51:9252
嘉佳卡通,http://192.168.6.117:7088/rtp/239.3.1.147:9268
早教,http://192.168.6.117:7088/rtp/239.3.1.79:4120
动画,http://192.168.6.117:7088/rtp/239.3.1.80:4120
好学生,http://192.168.6.117:7088/rtp/239.3.1.81:4120


将更新好的文件放到 /www/server/panel/data/compose/yourls_service/template/yourlsData20231229

用这个工具自动整理出来的归类, 真是垃圾. 还得要手动…..

本小节有参考价值: 猫棒+可网管交换机+群晖实现组播转换,内外网全平台观看IPTV

PVE安装iKuai

image-20250104051918293

本小节参考: 史上最全,PVE平台SR-IOV虚拟化核显复用!PVE安装iKuai、OpenWrt、Windows11、Emby、黑群晖等保姆级教程!

需要给新的iKuai设置直通, 不然目前这样从应用角度来说, 很尴尬

PVE设置N100端口直通iKuai


  1. 电视的直播流 docker接管
    1. 进行中, 安排在debian或者nas中运行docker进行直播
  2. (取消)2. 集群? 多台pve
  3. (done)3. windows11最新版,需要xbox配件
  4. op or ikuai 优缺点我的应用侧重点在哪里?
    1. 稳定性优先级最高 选ikuai
      1. 然后通过‘套娃’的方式, 再爱快中新建个openwrt虚拟机来提告可定制性灵活性等
    2. 可玩性,可定制性, 可灵活性 选openwrt
  5. (done)5. nas
    1. 初步设置好DS920
  6. (done)6. debian
  7. 手机的安卓系统,sunshine,moonlight串流出来给mac电脑使用
  8. cdn系统搭建

个性化需求沟通 扫客服加V加群: