diff --git a/common/docker/templates/daemon.json b/common/docker/templates/daemon.json
index 6dd98eadb606b48e7e2609a17393950ae9fa1890..ff89d5df41dd8b0b0bd9e04ed34f1042dbb30ec4 100644
--- a/common/docker/templates/daemon.json
+++ b/common/docker/templates/daemon.json
@@ -6,7 +6,7 @@
       "max-file": "5"
     },
     "metrics-addr": "{{int_ip4}}:9323",
-    "experimental": true
-
+    "experimental": true,
+    "ip6tables": true
 }