diff --git a/stack.sh b/stack.sh index eead8a199f..b67bf16ecf 100755 --- a/stack.sh +++ b/stack.sh @@ -886,6 +886,9 @@ if is_service_enabled n-cpu; then # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ apt_get install libvirt-bin + # Force IP forwarding on, just on case + sudo sysctl -w net.ipv4.ip_forward=1 + # attempt to load modules: network block device - used to manage qcow images sudo modprobe nbd || true @@ -967,6 +970,9 @@ if is_service_enabled n-net; then clean_iptables rm -rf $NOVA_DIR/networks mkdir -p $NOVA_DIR/networks + + # Force IP forwarding on, just on case + sudo sysctl -w net.ipv4.ip_forward=1 fi # Storage Service