"Nicht Identifiziertes Netzwerk" auf Win10 VM nach Proxmox Neustart.

Jan 12, 2022
8
1
8
Hi zusammen,
ich bin auf ein sehr seltsames Problem gestoßen:

Jedes mal wenn ich den Proxmox Server neu starte, verlieren ein paar unserer Windows 10 VMs die "Netzwerk Zuordnung" (keine Ahnung wie dass korrekt heist ...). Die VM ist dann nicht mehr in einem "Domänennetzwerk", sondern in einem "Gast und öffentlichen Netzwerk" (im Screenshot ist das schon wieder gefixt). Gemerkt habe ich das ganze nur, da auf einem der VMs Firewall Regeln definiert sind, die aber wohl nur für Domänennetzwerke greifen.

Bildschirmfoto 2022-07-15 um 10.15.35.png

Um das Problem zu beheben, reicht es irgend eine Netzwerkeinstellung (z.B. IPv6 ausschalten) zu verändern, dann erkennt Windows wieder die richtige Netzwerk-Zuordnung. Da der Proxmox Server nur selten neu gestartet wird, ist das Problem nicht so gravierend, aber nervig halt schon. Kennt das jemand und hatt ne Idee was der Grund ist und was man da machen kann?

Hier mal noch die Netzwerk Konfiguration des Servers und der VM:

Code:
auto lo
iface lo inet loopback

auto eno1
iface eno1 inet manual

auto eno2
iface eno2 inet manual

auto bond0
iface bond0 inet manual
    bond-slaves eno1 eno2
    bond-miimon 100
    bond-mode 802.3ad
    bond-xmit-hash-policy layer2+3

auto vmbr0
iface vmbr0 inet static
    address 192.168.1.100/24
    gateway 192.168.1.1
    bridge-ports bond0
    bridge-stp on
    bridge-vlan-aware yes
    bridge-vids 2-4094

Bash:
root@pve-x:~# qm config 101
agent: 1
balloon: 2048
boot: order=scsi0;net0
cores: 4
cpu: kvm64,flags=+aes
machine: pc-q35-6.0
memory: 6144
name: praxis
net0: virtio=66:AB:CE:C1:89:11,bridge=vmbr0,queues=4,tag=2
numa: 1
onboot: 1
ostype: win10
scsi0: data:vm-101-disk-0,discard=on,size=150G,ssd=1
scsihw: virtio-scsi-pci
smbios1: uuid=98ac9463-7567-43b4-8f8c-1bc35bbc35b0
sockets: 1
startup: order=2
vmgenid: 488b8899-1154-46ba-9d0e-6e33e419bb14
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!