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

推荐订阅源

N
Netflix TechBlog - Medium
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
雷峰网
雷峰网
宝玉的分享
宝玉的分享
IT之家
IT之家
J
Java Code Geeks
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Jina AI
Jina AI
博客园 - 叶小钗
V
Visual Studio Blog
Engineering at Meta
Engineering at Meta
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
云风的 BLOG
云风的 BLOG
美团技术团队
爱范儿
爱范儿
T
The Blog of Author Tim Ferriss
L
LangChain Blog
U
Unit 42
有赞技术团队
有赞技术团队
博客园_首页

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
Keine Netzwerkverbindung nach Reboot
invalid@exam · 2026-06-23 · via Proxmox Support Forum

Moin zusammen,

ich habe für eine kleine Testumgebung einen Tower mit Proxmox (9.2.3) aufgesetzt.

Leider hat der Server nach einem Reboot keine Netzwerkverbindung mehr.
Sobald man ein ifreload -a durchführt, ist er wieder online.

Meine Netzkonfig für den Host:

Code:

auto lo
iface lo inet loopback

auto nic0
iface nic0 inet manual
#NETWORK

auto nic0.101
iface nic0.101 inet static
        address 10.10.101.50/24
        gateway 10.10.101.1
        requires nic0
#WEBGUI VLAN

auto nic0.111
iface nic0.111 inet static
        address 10.10.111.15/24
#STORAGE VLAN

auto nic0.1020
iface nic0.1020 inet static
        address 10.10.110.60/26
#COROSYNC

auto vmbr0
iface vmbr0 inet manual
        bridge-ports nic0
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094
#DATA-TRAFFIC BRIDGE

betroffen ist hier sozusagen das Linux VLAN 101

Die Zeile "requires nic0" habe ich zu als hinzugefügt um zu überprüfen, um sicher zu gehen, dass das VLAN erst gestartet wird, wenn die NIC initalisiert ist.

Das Problem ist vorher bereits aufgetreten und es hat auch keine Besserung gebracht.

Auf der Gegenseite ist der Switchport als Trunk konfiguriert. Dort liegen noch mehr VLANs an, welche ich aber in Proxmox per SDN fü die VMs definiert habe.

Hat jemand schonmal ein ähnliches Problem gehabt?

Specs vom Blech:

HP Z240
8 x Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz (1 Socket)
32 GB DDR4 RAM 2133 Mhz

cheiss

Proxmox Staff Member

Staff member

Hi,

Die Zeile "requires nic0" habe ich zu als hinzugefügt um zu überprüfen

Also diese Option gibt es sowieso schon mal nicht, also wird auch nichts machen.

VLANs direkt auf einem Interface zu definieren, dass gleichzeitig auch gebridged ist, kann zu Problemen (wie hier) und/oder seltsamen Verhalten führen.

Am besten also alle VLANs auf der Bridge definieren, d.h. vmbr0.111 etc.
Danach sollt auch nach einem Reboot direkt alles funktionieren.