You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client should use stateful DHCPv6 to obtain an IPv6 address.
311
+
- ``O`` - Other configuration:
312
+
The client should use stateless DHCPv6 to obtain additional information (e.g., DNS server).
313
+
- ``A`` - Autonomous address-configuration:
314
+
The client can use SLAAC to self-assign an IPv6 address based on the advertised prefix.
315
+
316
+
.. Tip::
296
317
297
-
- ``ra-only``: Advertise IPv6 default route
298
-
- ``ra-names``: Advertise IPv6 default route, derive hostname from IPv4 lease and register it if possible. Can be combined with ra-stateless and slaac.
299
-
- ``ra-stateless``: (O + A bits) Advertise IPv6 default route, use SLAAC for IPv6 address, use stateless DHCPv6 for additional options
300
-
- ``slaac``: (A bit) Advertise IPv6 default route, use SLAAC for IPv6 address, use DHCPv6 for additional IPv6 address and options
318
+
For other RA modes not listed here, visit the `dnsmasq man page <https://thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html>`_.
301
319
302
-
For the less common options refer to the official dnsmasq man page.
0 commit comments