Siebrand has uploaded a new change for review. https://gerrit.wikimedia.org/r/92683
Change subject: Add manual configuration for IPv6 ...................................................................... Add manual configuration for IPv6 Change-Id: I6bc531a4e8d3aca2b8bfa004888295c54c7fda76 --- M puppet/README 1 file changed, 17 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/translatewiki refs/changes/83/92683/1 diff --git a/puppet/README b/puppet/README index 909a657..935480c 100644 --- a/puppet/README +++ b/puppet/README @@ -26,3 +26,20 @@ extension=wikidiff2.so And restart php5-fpm if needed. + +------------------ + +Add to /etc/network/interfaces: +--- +iface eth0 inet6 static + address 2a03:4000:6:55::1 + netmask 64 + + up ip -6 ro add 2a03:4000:6:55::2 dev eth0 + up ip -6 ro add default via 2a03:4000:6:55::1 dev eth0 + up ip -6 addr add 2a03:4000:6:55::2/64 dev eth0 +--- +Restart enable the IPv6 addresses: +/etc/init.d/networking restart + +------------------ -- To view, visit https://gerrit.wikimedia.org/r/92683 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6bc531a4e8d3aca2b8bfa004888295c54c7fda76 Gerrit-PatchSet: 1 Gerrit-Project: translatewiki Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
