From e6e4d87545f35bf996b04d0a8290b23a2b2d7ada Mon Sep 17 00:00:00 2001
From: gosdn-user <gosdn@proton.me>
Date: Thu, 4 Apr 2024 11:26:40 +0200
Subject: [PATCH] wip

---
 config/ekms/tud/ekms/on-one-machine/docker-compose.yml | 8 ++++----
 config/ekms/tud/ekms/on-one-machine/example01.yaml     | 2 +-
 config/ekms/tud/ekms/on-one-machine/example02.yaml     | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/config/ekms/tud/ekms/on-one-machine/docker-compose.yml b/config/ekms/tud/ekms/on-one-machine/docker-compose.yml
index 1bcefcb8..77649c22 100644
--- a/config/ekms/tud/ekms/on-one-machine/docker-compose.yml
+++ b/config/ekms/tud/ekms/on-one-machine/docker-compose.yml
@@ -6,7 +6,7 @@ services:
             [
                 "start",
                 "--log",
-                "info",
+                "debug",
                 "--kms_config",
                 "/tmp/kms/config/ekms01.yaml",
                 "--insecure",
@@ -14,7 +14,7 @@ services:
         volumes:
             - ./example01.yaml:/tmp/kms/config/ekms01.yaml
         ports:
-            - 0.0.0.0:50910:50910
+            - 10.13.37.10:50910:50910
         networks:
             ekms-net:
                 ipv4_address: 172.100.20.10
@@ -25,7 +25,7 @@ services:
             [
                 "start",
                 "--log",
-                "info",
+                "debug",
                 "--kms_config",
                 "/tmp/kms/config/ekms02.yaml",
                 "--insecure",
@@ -33,7 +33,7 @@ services:
         volumes:
             - ./example02.yaml:/tmp/kms/config/ekms02.yaml
         ports:
-            - 0.0.0.0:50911:50910
+            - 10.13.38.10:50910:50910
         networks:
             ekms-net:
                 ipv4_address: 172.100.20.11
diff --git a/config/ekms/tud/ekms/on-one-machine/example01.yaml b/config/ekms/tud/ekms/on-one-machine/example01.yaml
index e635278a..cbe88e0f 100644
--- a/config/ekms/tud/ekms/on-one-machine/example01.yaml
+++ b/config/ekms/tud/ekms/on-one-machine/example01.yaml
@@ -13,4 +13,4 @@ Peers:
     # quantum module of type emulated at the given address
     QuantumModule:
       Type: emulated
-      Address: 192.168.65.1
+      Address: 10.13.37.11
diff --git a/config/ekms/tud/ekms/on-one-machine/example02.yaml b/config/ekms/tud/ekms/on-one-machine/example02.yaml
index 112d0185..9fb58b0b 100644
--- a/config/ekms/tud/ekms/on-one-machine/example02.yaml
+++ b/config/ekms/tud/ekms/on-one-machine/example02.yaml
@@ -13,4 +13,4 @@ Peers:
     # quantum module of type emulated at the given address
     QuantumModule:
       Type: emulated
-      Address: 10.13.37.21
+      Address: 10.13.38.11
-- 
GitLab