Netzwerke leer

Salvadore

New Member
Oct 30, 2022
3
0
1
Hallo,

habe mir PVE auf einem MiniPC mit Debian11 installiert. Netzwerk händisch in ther /etc/netwirk/interfaces konfiguriert und alles hat soweit funktioniert. 2 normal VM eingerichtet, welche bis heute ihren Dienst tun. Nachdem ich versucht habe das WLAN händisch zu konfigurieren, ist der Abschnitt Netzwerke in der PVE-Oberfläche leer. NIC und Bridge sind dort nicht zu sehen, allerdings die bereits erstellten VMs funktionierenn normal weiter. Ich kann jetzt allerding keine weitere VM oder LXE erstellen, da ich nichts auswählen kann in der Konfiguration. Neustart o-ä. hilft nicht. die interfaces ist auch auf dem Stand vor der Änderung. Weiß da nicht mehr weiter. Hat jemand ne Idee, wo man drehen kann?
 
PVE hat keine Unterstützung für Wifi, da man sowas mit Servern eigentlich nicht nutzt. Ich kann mir vorstellen, dass du damit das PVE WebUI durcheinander bringst, wenn du da einfach etwas reineditierst, was das WebUI nicht kennt.

Wie genau sieht denn deine /etc/network/interfaces aus?
 
Falls du den Debian 11 NetworkManager dafür verwendet hast, könnte es daran liegen. Ich denke, dass dadurch die Datei in /etc/network/interfaces nicht mehr verwendet wird.
 
Das kann ich bestätigen. Hatte PVE auch mal auf ein Debian 10 mit Desktopumgebung installiert und da musste ich auch den NetworkManager deinstallieren, weil der mir ständig in die Netzwerk-Einstellungen reingefunkt hat. Bei Debian ohne GUI hat man das Problem garnicht erst, da dieser nu mit der Desktopumgebung kommt.
 
Das ist eine Core-Deb11-Installation. Also nix Networkmanager. Alles manuell in der interfaces geändert. Aktueller Inhalt:

Code:
 network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

auto enp2s0
iface enp2s0 inet manual

#auto wlp1s0
#iface wlp1s0 inet static
#  address 192.168.11.7/24
#  gateway 192.168.11.10
#  dns-nameservers 192.168.11.10
#wpa-ssid xxxxxx
#wpa-psk xxxxxxx


auto vmbr0
iface vmbr0 inet static
  address 192.168.11.5/24
  gateway 192.168.11.10
  dns-nameservers 192.168.11.10
  bridge_ports enp2s0
  bridge_fd 0
  bridge_stp off
 

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!