aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/network.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/network.sh')
-rwxr-xr-xdeploy/network.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/network.sh b/deploy/network.sh
index 18526284..b74a1b40 100755
--- a/deploy/network.sh
+++ b/deploy/network.sh
@@ -147,6 +147,7 @@ function setup_baremetal_net() {
exit 1
fi
sudo ifconfig $INSTALL_NIC up
+ sudo ifconfig $INSTALL_NIC promisc
sudo ifconfig $INSTALL_NIC $INSTALL_GW netmask $INSTALL_NETMASK
}