From ebd0d4d88d471f6729504ff839dc63b5ed617c53 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Tue, 3 Mar 2020 19:37:06 +0100 Subject: jumbotron: disable IPv6 privacy extensions ..so we can make sure the jumbotron always takes the same IPv6 address and we can whitelist it in the firewall. --- roles/jumbotron/files/eth0.network | 1 + 1 file changed, 1 insertion(+) (limited to 'roles') diff --git a/roles/jumbotron/files/eth0.network b/roles/jumbotron/files/eth0.network index 3e351ea..bb1faf5 100644 --- a/roles/jumbotron/files/eth0.network +++ b/roles/jumbotron/files/eth0.network @@ -4,3 +4,4 @@ Name=eth0 [Network] DHCP=yes IPv6AcceptRA=yes +IPv6PrivacyExtensions=no -- cgit v1.2.1