Hi,
früher hatte ich für jedes Subnetz ein eigenes Kabel am Server. Heute geht das wohl auch mit nur "einem" Kabel. Werde "ALT" - lol
Das "Prod" LAN hatte zwei Kabel "eno1 + enp59s0f1" und ich habe ein "bond0" erstellt mit "active-backup" - dann "bond0" dem "vmbr0" gegeben - fertig.
Backup LAN eno2 dann zum vmbr1 - fertig
Neu:
Zwei LAN Kabel am Proxmox Server.
eno1
enp59s0f1
Am Switch sind da zwei VLAN's drauf konfiguriert. Prod + Backup LAN.
Wie konfiguriere ich das im Proxmox am besten?
Meine Idee war - geht aber nicht:
Dann geht gar nix mehr... egal ob PROD oder Backup - Wo ist mein "Hänger" - Danke.....
früher hatte ich für jedes Subnetz ein eigenes Kabel am Server. Heute geht das wohl auch mit nur "einem" Kabel. Werde "ALT" - lol
Das "Prod" LAN hatte zwei Kabel "eno1 + enp59s0f1" und ich habe ein "bond0" erstellt mit "active-backup" - dann "bond0" dem "vmbr0" gegeben - fertig.
Backup LAN eno2 dann zum vmbr1 - fertig
Neu:
Zwei LAN Kabel am Proxmox Server.
eno1
enp59s0f1
Am Switch sind da zwei VLAN's drauf konfiguriert. Prod + Backup LAN.
Wie konfiguriere ich das im Proxmox am besten?
Meine Idee war - geht aber nicht:
Code:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto enp59s0f1
iface enp59s0f1 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno1 enp59s0f1
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
auto bond0.100
iface bond0.100 inet manual
#PROD VLAN
auto bond0.200
iface bond0.200 inet manual
#Backup VLAN
auto vmbr0
iface vmbr0 inet static
address xx.xx.xx.xx/24
gateway xx.xx.xx.1
bridge-ports bond0.100
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#PROD
auto vmbr1
iface vmbr1 inet static
address yy.yy.yy.yy/27
bridge-ports bond0.200
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#Backup
Dann geht gar nix mehr... egal ob PROD oder Backup - Wo ist mein "Hänger" - Danke.....