diff --git a/data/grid5000/sites/sophia/servers/pve-dmz-south-1.json b/data/grid5000/sites/sophia/servers/pve-dmz-south-1.json
new file mode 100644
index 0000000000000000000000000000000000000000..688666dcae96a08ae1a4720bd1b7efb4b723d00a
--- /dev/null
+++ b/data/grid5000/sites/sophia/servers/pve-dmz-south-1.json
@@ -0,0 +1,20 @@
+{
+  "alias": null,
+  "kind": "physical",
+  "network_adapters": {
+    "adm": {
+      "ip": "172.16.143.4",
+      "mac": "14:02:ec:de:9a:c8",
+      "mounted": true
+    },
+    "bmc": {
+      "ip": "172.17.143.17",
+      "mac": "5c:ed:8c:3b:dc:66",
+      "mounted": true
+    }
+  },
+  "serial": "CZJ3070QS3",
+  "type": "server",
+  "uid": "pve-dmz-south-1",
+  "warranty": "2030-03-03"
+}
\ No newline at end of file
diff --git a/input/grid5000/sites/sophia/servers/physical.yaml b/input/grid5000/sites/sophia/servers/physical.yaml
index 0131199199033dc08ebb7efa3e96ef042dc00287..10cf2b1d40992d45bfe4d9b2ae629d5f0bec97a5 100644
--- a/input/grid5000/sites/sophia/servers/physical.yaml
+++ b/input/grid5000/sites/sophia/servers/physical.yaml
@@ -134,3 +134,18 @@ opensm:
     ib0:
       mounted: true
       ip: 172.18.132.13
+
+pve-dmz-south-1:
+  kind: physical
+  alias:
+  warranty: 2030-03-03
+  serial: CZJ3070QS3
+  network_adapters:
+    adm:
+      mounted: true
+      ip: 172.16.143.4
+      mac: 14:02:ec:de:9a:c8
+    bmc:
+      mounted: true
+      ip: 172.17.143.17
+      mac: 5c:ed:8c:3b:dc:66