Hi,
I had to reinstall PVE due to a failing disk and find myself in a predicament. I have only partial documentation of the network setup, and that is at best outdated.
My goal is to have static IP on PVE, and vlan's made available to VM's. Config below failed to load the interface even. Where did I go wrong?
This is my /etc/network/interfaces
I had to reinstall PVE due to a failing disk and find myself in a predicament. I have only partial documentation of the network setup, and that is at best outdated.
My goal is to have static IP on PVE, and vlan's made available to VM's. Config below failed to load the interface even. Where did I go wrong?
This is my /etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0.2
iface vmbr0.2 inet static
address 10.10.10.2/24
gateway 10.10.10.1
auto vmbr0
iface vmbr0 inet static
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094