7 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 20d 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 19d 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 18d agoAh great, thanks for the link! A very clearly-written RFC.