@esxzawq
should i specify the provider IP @ in the controller and compute nodes or just write in/etc/network/interfaces with eth1 is the provider @ withou an ip assigned to it
auto eth1
iface eth1 inet manual
up ip link set dev $IFACE up
down ip link set dev $IFACE down
↧