2 ms·
I’ve never even heard of the DHCP option for this. How widely adopted is it? It’s surprising to hear it called “the right way” when it wouldn’t work for a singl
by jcgl 29d ago
I’ve never even heard of the DHCP option for this. How widely adopted is it? It’s surprising to hear it called “the right way” when it wouldn’t work for a single-stack IPv6 (or IPv6-mostly, probably) network.
- deathanatos 29d agoDHCP works over IPv6, but there's also a corresponding RA option, too, if your v6-only network doesn't use DHCP. https://www.rfc-editor.org/info/rfc8910/ https://www.rfc-editor.org/info/rfc8910/ is, I think, the latest version of the standard.
- jcgl 28d agoAh great, thanks for the link! A very clearly-written RFC.