From a069b103a0f81381608469160a9b276b19a3327f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 21 Jun 2016 14:23:55 +0200 Subject: [PATCH] Add information about private ipv6 network --- config/network.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/network.conf b/config/network.conf index bdd3cf9..74aba46 100644 --- a/config/network.conf +++ b/config/network.conf @@ -8,6 +8,8 @@ NETCONFIG=static NETADDRESS4=`printf '192.168.2.%d/24' $[RANDOM%253+2]` # IP v4 gateway NETGATEWAY4='192.168.2.1' +# You can use the following to help pick a random private IP subnet to use: +# http://simpledns.com/private-ipv6.aspx # IP v6 address with mask NETADDRESS6=`printf 'fd4b:842b:7f35:f1ba::%x/64' $[RANDOM%65534+2]` # IP v6 gateway -- 2.41.0