Earlier quoted context omitted.
Don't use DCHPv6 at home. I tried: you will hate your life, lots of stuff doesn't support it. Android specifically has zero support for it, google says it never will. Use SLAAC. It just works.
How do you handle internal DNS? I'd really like `curl http://mylaptop.internal ` (or so) to work; that's easy with DHCP.
interface enp2s0f1 {
AdvSendAdvert on;
AdvManagedFlag off;
AdvOtherConfigFlag off;
IgnoreIfMissing on;
prefix ::/64 {
AdvOnLink on;
AdvAutonomous on;
};
RDNSS fddd:deca:fbad:1::10 {
AdvRDNSSLifetime infinity;
};
DNSSL internal.domain {
AdvDNSSLLifetime infinity;
};
};
I haven't yet found a way to specify a local NTP server though, which is a drag. So everything not manually configured (like the voip phone) talks to the local NTP over ipv4.