Rapsys Git
/
distcook
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6948502
)
Add information about private ipv6 network
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 21 Jun 2016 12:23:55 +0000
(14:23 +0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 21 Jun 2016 12:23:55 +0000
(14:23 +0200)
config/network.conf
patch
|
blob
|
history
diff --git
a/config/network.conf
b/config/network.conf
index bdd3cf9174c35ff2da6467507006757ca36b17f1..74aba469752333e572fd755dcd5b82bf7c17ea6a 100644
(file)
--- 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