在 drservers 的 Debian 11 机子上用 proxmox 创建 IPv6 的 LCX 小机
关键是在 Proxmox 上配置好网络,如以下是 Bridge 的 /etc/network/interfaces 文件配置内容:
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet static
address 144.172.126.2/24
gateway 144.172.126.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
也可以通过 proxmox 的 web 配置界面来设置,如: