Network Interface startet nicht

kekzmobile

Member
Mar 30, 2020
11
1
23
39
Hallo zusammen,

ich versuche seit ein paar Stunden den zweiten Port einer 10G NIC als Management LAN Port zu konfigurieren, nachdem bisher Host und VMs eine Bridge (vmbr0, default config) genutzt haben.
Leider startet das Interface einfach nicht.
Folgende Konfiguration habe ich aktuell:
(Es geht um die interfaces ens5f0 und ens5f1)

auto lo
iface lo inet loopback

iface ens5f1 manual

iface enp7s0 inet manual

iface enp8s0 inet manual

iface ens5f0 inet manual

auto vmbr0
iface vmbr0 inet manual
bridge_ports ens5f1
bridge_stp off
bridge_fd 0

auto vmbr1
iface vmbr1 inet static
adress 192.168.1.28
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports ens5f0
bridge_stp off
bridge_fd 0

ens5f0: <BROADCAST,MULTICAST> mtu qdisc noop state down group default qlen 100
ens5f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000

ens5f0 scheint immer im Status DOWN zu verbleiben.

Das ganze habe ich auch ohne Bridge auf ens5s0 versucht, also direkt static IP und Gateway. Funktioniert leider trotzdem nicht. Bleibt immer DOWN.

Mache ich hier etwas verkehrt?
Oder könnte es sein, dass ens5f0 gar kein NIC-Port ist?

Viele Grüße
 

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!