Hello,
I would like configure my manegement LAN on a VLAN 123 and also 1 virtual machine.
when i configured if start up the server, its works.. but when i restart network or restart the server nothing work and can't access, i get the error in the attachemnd.. who can help me?
I have configured my proxmox server as following:
and in the VM:
I would like configure my manegement LAN on a VLAN 123 and also 1 virtual machine.
when i configured if start up the server, its works.. but when i restart network or restart the server nothing work and can't access, i get the error in the attachemnd.. who can help me?
I have configured my proxmox server as following:
Code:
auto lo
iface lo inet loopback
auto eno5
iface eno5 inet manual
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto eno6
iface eno6 inet manual
iface enp1s0f4u4 inet manual
auto bond0
iface bond0 inet manual
bond-slaves eno5 eno6
bond-miimon 100
bond-mode balance-rr
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.123
iface vmbr0.123 inet static
address 10.1.123.11/24
gateway 10.1.123.1
and in the VM:
Code:
net0 : virtio=D6:1F:82:1D:C4:F9,bridge=vmbr0,tag=123
Attachments
Last edited: