From 230a07910368e2c55bbdc59888aaa4da7eb5ac40 Mon Sep 17 00:00:00 2001 From: "Sven M. Hallberg" Date: Sat, 18 Dec 2021 01:50:26 +0100 Subject: [PATCH] stubnitz-gw und stubnitz-museum hinzugefuegt --- static-ost.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/static-ost.json b/static-ost.json index be87cd7..1ee8c48 100644 --- a/static-ost.json +++ b/static-ost.json @@ -1,2 +1,12 @@ "reservations": [ -] \ No newline at end of file + { + "hw-address": "00:0d:b9:50:5b:4f", + "ip-address": "10.112.224.2", + "hostname": "stubnitz-gw" + }, + { + "hw-address": "6a:65:4f:dc:86:c9", + "ip-address": "10.112.224.3", + "hostname": "stubnitz-museum" + } +]