Server7: new yggdrasil address

This commit is contained in:
Ehmry - 2019-11-29 20:37:19 +01:00
parent 5b654c36cc
commit 05d79734de
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ let
autoStart = true;
privateNetwork = true;
hostBridge = "br0";
localAddress6 = "${yggaddr.prefix}:c3d2:${hextet0}:${hextet1}/64";
localAddress6 = "${yggaddr.prefix}:${hextet0}:${hextet1}:c3d2/64";
# Generate a deterministic IPv6 address for the container.
# This address is accessible within HQ and Yggdrasil but not from ARPANET.
config = import (./. + "/${name}");

View File

@ -1,4 +1,4 @@
{
address = "21d:5658:8cee:eb54:d9b6:84e6:9ed8:f07c";
prefix = "31d:5658:8cee:eb54:";
address = "210:5217:69c0:9afc:1b95:b9f:8718:c3d2";
prefix = "310:5217:69c0:9afc:";
}