diff --git a/tools/setup_gate.sh b/tools/setup_gate.sh
index c06a0bb88d3053c1e274d4c76fd3b395f2ad73e7..793610675b6fdfcabd5abc322e529609413d2f6a 100755
--- a/tools/setup_gate.sh
+++ b/tools/setup_gate.sh
@@ -81,6 +81,9 @@ registry = 127.0.0.1:4000
 push = ${PUSH}
 logs_dir = /tmp/logs/build
 template_override = /etc/kolla/template_overrides.j2
+# NOTE(yoctozepto): to avoid issues with IPv6 not enabled in the docker daemon
+# and since we don't need isolated networks here, use host networking
+network_mode = host
 
 [profiles]
 gate = ${GATE_IMAGES}