惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
Google DeepMind News
Google DeepMind News
美团技术团队
大猫的无限游戏
大猫的无限游戏
H
Help Net Security
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
M
MIT News - Artificial intelligence
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
A
About on SuperTechFans
Recent Announcements
Recent Announcements
D
Docker
Vercel News
Vercel News
Engineering at Meta
Engineering at Meta
腾讯CDC
Martin Fowler
Martin Fowler
阮一峰的网络日志
阮一峰的网络日志

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
It is not possible to use both a VLAN-aware bridge and a ...
invalid@exam · 2026-06-19 · via Proxmox Support Forum

Code:

auto nic_1.10
iface nic_1.10 inet マニュアル

自動nic_1.20
iface nic_1.20 inet マニュアル

自動nic_1.30
iface nic_1.30 inet マニュアル

自動VLAN10
iface VLAN10 inet マニュアル
        ブリッジポート nic_1.10
        bridge-stp オフ
        ブリッジファイル 0

自動VLAN20
iface VLAN20 inet マニュアル
        ブリッジポート nic_1.20
        bridge-stp オフ
        ブリッジファイル 0

自動VLAN30
iface VLAN30 inet マニュアル
        ブリッジポート nic_1.30
        bridge-stp オフ
        ブリッジファイル 0

自動VLAN102030
iface VLAN102030 inet マニュアル
        ブリッジポート nic_1
        bridge-stp オフ
        ブリッジファイル 0
        bridge-vlan-aware はい
        bridge-vids 10 20 30

上記のようにシステムを構成し、2つの方法をテストしました。具体的には、nic_1上にLinux VLAN nic_1.10、nic_1.20、nic_1.30を作成し、これらのLinux VLANをLinuxブリッジのブリッジポートで定義し、Linuxブリッジ(VLANxx)を使用してVMを構成する方法、およびnic_1上にVLAN対応ブリッジを定義し、VM上にVLANタグを構成する方法です。

Linux VLAN上でのこのタグ解除方法は、何の問題もなく機能します。
1781859280020.png

VMを使用したこのタグ解除方法では、同一セグメント内での通信すら許可されなかった。
1781859303248.png

原因を調査する中で、2つの方法は1つの物理NIC上で同時に使用できないことが分かりました。
VLAN対応ブリッジのブリッジポートとして指定されている物理NICを変更するか、Linux VLANを利用する方法で使用されているLinuxブリッジを削除すると、システムが正しく動作することがわかりました。

これはかなり奇妙だ。
これはバグでしょうか?それとも仕様でしょうか?