diff --git a/geant_service_orchestrator/oss-params-example.json b/geant_service_orchestrator/oss-params-example.json
index 32187e1f9b06bd7d60113065b2d705094b88ca85..4c9f4c580f3bc23e0f5a2514125cfa7f7c2e4d86 100644
--- a/geant_service_orchestrator/oss-params-example.json
+++ b/geant_service_orchestrator/oss-params-example.json
@@ -9,12 +9,12 @@
       "password": "robot-user-password"
     },
     "TRUNK": {
-      "V4": {"container": "1.1.0.0/19", "mask": 31},
-      "V6": {"container": "dead:beef::/29", "mask": 96}
+      "V4": {"container": "1.1.0.0/24", "mask": 31},
+      "V6": {"container": "dead:beef::/64", "mask": 96}
     },
     "GEANT_IP": {
-      "V4": {"container": "1.1.8.0/19", "mask": 31},
-      "V6": {"container": "dead:beef::/29", "mask": 96}
+      "V4": {"container": "1.1.8.0/24", "mask": 31},
+      "V6": {"container": "dead:beef::/64", "mask": 96}
     }
   }
 }
\ No newline at end of file