From 3c1361a2ebd606a96f11c40a9d44dbfaed203fa4 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 27 Oct 2020 18:15:01 +0100 Subject: [PATCH] nodes/htz-cloud.sewfile: fix ip addresses --- nodes/htz-cloud/sewfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/htz-cloud/sewfile.py b/nodes/htz-cloud/sewfile.py index 1664bc5..e421124 100644 --- a/nodes/htz-cloud/sewfile.py +++ b/nodes/htz-cloud/sewfile.py @@ -12,10 +12,10 @@ nodes['htz-cloud.sewfile'] = { 'interfaces': { 'eth0': { 'ipv4': { - '195.201.90.143', + '116.203.205.248', }, 'ipv6': { - '2a01:4f8:1c1c:2acf::1', + '2a01:4f8:c0c:c71b::1', }, 'gateway4': '172.31.1.1', 'gateway6': 'fe80::1',