I just added this to the interfaces file and it shows state DOWN in ip a
How come this vmbr2 cannot get the state up with this settings?
Code:
auto vmbr2
iface vmbr2 inet static
address 10.10.10.254
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
How come this vmbr2 cannot get the state up with this settings?