Skip to content

重要 Arm‐PVE or LXC 在Armbian 2024年6月下旬之后的版本网络配置的变更

cooip-jm edited this page Jul 21, 2024 · 5 revisions

由于Armbian上游移除ifupdown(ifupdown2) 导致配置PVE/LXC失联

image

原文

image

https://github.com/search?q=repo%3Aarmbian%2Fbuild+netplan&type=pullrequests
https://github.com/armbian/build/pull/6756

由于新版Armbian全面转向采用NetworkManager/systemd-networkd

将导致需要使用ifupdown(ifupdown2)配置的LXC和PVE的配置教程失效、设备失联

解决办法

安装Armbian后 (Arm PVE仅限Debian)

image

Arm PVE 安装步骤

安装 ifupdown2及一些工具

apt update && apt install ifupdown2 resolvconf bridge-utils lm-sensors -y

image

配置网络

nano /etc/network/interfaces ##内容和以前的写法一样

image

https://github.com/cooip-jm/About-openwrt/wiki/%E7%AC%AC%E4%B8%80%E6%AD%A5-%E7%94%B5%E8%A7%86%E7%9B%92%E5%AD%90%E9%87%8D%E7%94%9F%E8%AE%B0-N1%E2%80%90lxc%E2%80%90all%E2%80%90in%E2%80%90one

禁用这两类网络服务 (可以全部都执行)

systemctl disable systemd-networkd
systemctl disable systemd-networkd.socket
systemctl disable NetworkManager

启用新的网络配置

systemctl enable networking

image

检查好配置后重启

reboot

必须重启,不然网络不生效

一键308 PVE

重启后

armbian-software

image image

输入308一键安装PVE

image image image

安装完成

先编辑在这里,有空再单独成篇

内核更新之Flippy编译内核

更新频道

https://t.me/openwrt_flippy

image

在放最新内核4个压缩文件的目录中执行

armbian-update

image

Clone this wiki locally