1
0
Fork 0

Migrate Heimnetz IPv6 network to native prefix

This commit is contained in:
clerie 2022-04-03 13:54:18 +02:00
parent 791c1a8d90
commit c55be6f01a
1 changed files with 3 additions and 2 deletions

View File

@ -49,7 +49,8 @@
};
networking.interfaces."enp1s0.201".ipv6.addresses = [
{ address = "fd00:152:152:4::1"; prefixLength = 64; }
{ address = "2a01:4f8:1c0c:8221::1"; prefixLength = 64; } # public IPs for local network
{ address = "2001:4cd8:100:1337::1"; prefixLength = 64; } # public IPs for local network
{ address = "2a01:4f8:1c0c:8221::1"; prefixLength = 64; } # public IPs for services
];
networking.interfaces."enp1s0.201".ipv4.addresses = [
{ address = "10.152.4.1"; prefixLength = 24; }
@ -89,7 +90,7 @@
services.radvd.config = ''
interface enp1s0.201 {
AdvSendAdvert on;
prefix 2a01:4f8:1c0c:8221::/64 {};
prefix 2001:4cd8:100:1337::/64 {};
route ::/0 {};
RDNSS fd00:152:152::1 {};
DNSSL net.clerie.de {};