1
0

hosts/carbon: Readvertise prefixes often enough

Advertise current prefixes more often than claimed addresses expire.
Also increased lifetimes for claimed addresses.
This commit is contained in:
2024-11-10 19:52:47 +01:00
parent bf294bee3a
commit 6840548833
4 changed files with 12 additions and 8 deletions

View File

@@ -23,9 +23,10 @@
services.radvd.config = ''
interface net-iot {
AdvSendAdvert on;
MaxRtrAdvInterval 30;
prefix ::/64 {
AdvValidLifetime 60;
AdvPreferredLifetime 30;
AdvValidLifetime 300;
AdvPreferredLifetime 120;
};
RDNSS fd00:152:152::1 {};
DNSSL iot.clerie.de {};