From 51df7e466682f87fb86fa343026b388e4480e6b9 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 14 Sep 2018 14:56:06 +0200 Subject: [PATCH] Current state --- hosts | 8 ++++---- systemd/network/30-static-eth0.network | 4 ++-- systemd/network/50-static-enp0s3.network | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hosts b/hosts index 4296c5d..9c92dde 100644 --- a/hosts +++ b/hosts @@ -36,9 +36,9 @@ # APNIC, LACNIC, RIPE NCC, or AfriNIC.) # -192.168.122.5 postfix-test.pixelpark.com postfix-test +#192.168.122.5 postfix-test.pixelpark.com postfix-test #192.168.122.149 berta.pixelpark.com berta -192.168.122.139 learning.pixelpark.com learning -192.168.122.54 ppm.pixelpark.com ppm -192.168.122.90 dcos-bootstrap.pixelpark.net dcos-bootstrap +#192.168.122.139 learning.pixelpark.com learning +#192.168.122.54 ppm.pixelpark.com ppm +#192.168.122.90 dcos-bootstrap.pixelpark.net dcos-bootstrap diff --git a/systemd/network/30-static-eth0.network b/systemd/network/30-static-eth0.network index 838932a..72082a7 100644 --- a/systemd/network/30-static-eth0.network +++ b/systemd/network/30-static-eth0.network @@ -2,8 +2,8 @@ Name=eth0 [Network] -Address=192.168.122.149/24 -Gateway=192.168.122.1 +Address=192.168.123.149/24 +Gateway=192.168.123.1 DNS=217.66.52.10 DNS=212.91.225.75 Domains=pixelpark.com pixelpark.net brehm-online.com uhu-banane.de uhu-banane.net diff --git a/systemd/network/50-static-enp0s3.network b/systemd/network/50-static-enp0s3.network index 70f19fa..0f18332 100644 --- a/systemd/network/50-static-enp0s3.network +++ b/systemd/network/50-static-enp0s3.network @@ -2,8 +2,8 @@ Name=enp0s3 [Network] -Address=192.168.122.149/24 -Gateway=192.168.122.1 +Address=192.168.123.149/24 +Gateway=192.168.123.1 DNS=217.66.52.10 DNS=212.91.225.75 Domains=pixelpark.com pixelpark.net brehm-online.com uhu-banane.de uhu-banane.net -- 2.39.5