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

@@ -20,9 +20,10 @@
services.radvd.config = ''
interface net-gastnetz {
AdvSendAdvert on;
MaxRtrAdvInterval 30;
prefix ::/64 {
AdvValidLifetime 60;
AdvPreferredLifetime 30;
AdvValidLifetime 300;
AdvPreferredLifetime 120;
};
RDNSS 2620:fe::fe 2620:fe::9 {}; # Quad 9
};