From 060a041a7bf07960877099081554065bba155b4e Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Thu, 11 Oct 2018 20:48:06 +0200 Subject: Migrate to new ipv6 prefix ..to avoid overlapping /32 announced by DKUUG. --- roles/space_server/files/networkd/network/10-lan20.network | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'roles/space_server/files/networkd/network/10-lan20.network') diff --git a/roles/space_server/files/networkd/network/10-lan20.network b/roles/space_server/files/networkd/network/10-lan20.network index d480287..b30caa4 100644 --- a/roles/space_server/files/networkd/network/10-lan20.network +++ b/roles/space_server/files/networkd/network/10-lan20.network @@ -6,7 +6,7 @@ DHCP=no IPv6AcceptRA=no LinkLocalAddressing=no Address=185.38.175.65/26 -Address=2a01:4260:1ab:20::1/64 +Address=2a01:4262:1ab:20::1/64 Address=fe80::1/64 IPForward=yes LLMNR=no @@ -15,5 +15,5 @@ LLDP=yes EmitLLDP=no [Route] -Destination=2a01:4260:1ab::cafe/128 -Gateway=2a01:4260:1ab:20::5 +Destination=2a01:4262:1ab::cafe/128 +Gateway=2a01:4262:1ab:20::5 -- cgit v1.2.1