Update to new IPv6 prefix

This commit is contained in:
chris 2025-03-02 22:00:19 +01:00
commit 3fc170389d
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
2 changed files with 6 additions and 6 deletions

View file

@ -11,14 +11,14 @@
]; ];
ipv6.addresses = [ ipv6.addresses = [
{ {
address = "2a07:c480:0:1d0::66"; address = "2a07:c481:1:2::66";
prefixLength = 64; prefixLength = 64;
} }
]; ];
}; };
defaultGateway = "10.31.208.1"; defaultGateway = "10.31.208.1";
defaultGateway6 = "2a07:c480:0:1d0::1"; defaultGateway6 = "2a07:c481:1:2::66";
nameservers = [ "10.31.208.1" "2a07:c480:0:1d0::1" ]; nameservers = [ "10.31.208.1" "2a07:c481:1:2::66" ];
search = [ "z9.ccchh.net" ]; search = [ "z9.ccchh.net" ];
}; };

View file

@ -11,14 +11,14 @@
]; ];
ipv6.addresses = [ ipv6.addresses = [
{ {
address = "2a07:c480:0:1ce::f"; address = "2a07:c481:1:1::a";
prefixLength = 64; prefixLength = 64;
} }
]; ];
}; };
defaultGateway = "10.31.206.1"; defaultGateway = "10.31.206.1";
defaultGateway6 = "2a07:c480:0:1ce::1"; defaultGateway6 = "2a07:c481:1:1::1";
nameservers = [ "10.31.206.1" "2a07:c480:0:1ce::1" ]; nameservers = [ "10.31.206.1" "2a07:c481:1:1::1" ];
search = [ "z9.ccchh.net" ]; search = [ "z9.ccchh.net" ];
}; };