@esxzawq
This is my /etc/network/interfaces file for both controller and compute nodes with enp5s0 is the management ip found from dhcp, is it correct ?
auto lo
iface lo inet loopback
auto enp5s0
iface enp5s0 inet manual
up ip link set dev $IFACE up
down ip link set dev $IFACE do
↧