Dave Anderson
Dave Anderson
Part of #19. Once we can configure IPv6 on the overlay network, MagicDNS should have AAAA records for nodes. There is one minor complication, which is that we should _not_...
Found while implementing split DNS on Windows. Setup: enable MagicDNS on your domain, configure a resolver other than your LAN's resolver (e.g. 8.8.8.8), add search domains other than MagicDNS (e.g....
--accept-routes defaults to true on Windows, macOS, iOS and Android, but false on linux and other unixes. This is mostly for historical reasons, because accepting routes used to be fraught...
### What is the issue? Noticed that my systemd-resolved reports the following about quad-100: Dec 29 21:57:54 vega systemd-resolved[1463297]: Using degraded feature set UDP instead of UDP+EDNS0 for DNS server...
As a workaround for some limitations of our new DNS implementation, we've had to add fallback resolvers, which are like the old CorpDNS resolvers but only get used when we're...
Pixiecore currently plays nice with existing DHCP servers, which is great... but that means you have to do more work if you _don't_ have an existing DHCP server, e.g. when...
It would be nice to be able to magically boot directly from ISOs. This is _very_ hard/impossible to achieve in the general case, but it might be feasible to make...
EFI iPXE can only boot EFI binaries. This generally works because linux has CONFIG_EFI_STUB, a cool hack that makes bzImage kernels multi-format, executable as either bzImage or EFI applications. If...
UEFI firmwares know how to netboot over IPv6. The process is similar to IPv4, but different. Some braindumped notes at https://github.com/google/netboot/blob/master/pixiecore/README.ipv6.md .