Allgemeine Netzwerk- Frage (best oder right practices)

SHE

Member
Nov 12, 2020
37
2
13
56
Hallo zusammen,

da ich kein LX Experte bin, habe ich mal folgende Verständnisfrage zu meiner "interfaces" Konfig:
Code:
auto lo
iface lo inet loopback

iface eno1 inet manual

iface eno2 inet manual

iface eno3 inet manual

Iface eno4 inet manual

iface enp1s0f4u4 inet manual

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

auto vmbr0
iface vmbr0 inet static
        address 1.2.3.4/24
        gateway 1.2.3.204
        bridge-ports bond0
        bridge-stp off
        bridge-fd 0

Meine Fragen:
  1. Wozu ist das IF enp1s0f4u4?
  2. Warum "binde" ich nicht die Mgmt IP von Proxmox dadran? (ich wüsste nicht, wie ich hier ein Uplink dazu bekomme)
  3. Ist die obige Konfig plausibel?
Danke
Stephan
 
  1. Wozu ist das IF enp1s0f4u4?
das ist ein weiteres interface das erkannt wurde das ist das systemd namensschema: https://www.freedesktop.org/software/systemd/man/systemd.net-naming-scheme.html
ein 'lspci' oder 'lsusb' sollte das interface zeigen
(konkret ist enp1s0f4... port 1 slot 0 function 4 usw)

  1. Warum "binde" ich nicht die Mgmt IP von Proxmox dadran? (ich wüsste nicht, wie ich hier ein Uplink dazu bekomme)
ich versteh die frage nicht ganz, worauf genau?

  1. Ist die obige Konfig plausibel?
grundsätzlich ja

macht einen lacp bond auf eno1-4 und hängt eine bridge dran wo die ip konfiguriert ist
ob die konfig richtig ist, kommt darauf an wie die netzwerkkarten verbunden sind..
 
perfect. Danke.

Ich glaube, das andere Interface scheint mein iLO Interface zu sein.

Der Bond hängt an einem Switch. Kein HA, nur Bandbreite :)

Alles andere habe ich verstanden.

Danke
Stephan
PS: Wie schließe ich einen Thread?
 

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!