DHCPv6 option6 for downstreams

Hi,

I've been trying to configure openwrt dnsmasq to hand out dhcpv6 options to my clients.

For my specific interface I'm trying to set:

option dhcp_option 'option6:42,[2a00:8a60:0:20::123]'

or

option dhcp_option 'option6:ntp-server,[2a00:8a60:0:20::123]'

For reference:
https://thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html

The dnsmasq crashes though. Is it possible that openwrt does not implement this option6?

Junicast

That option (ipv6 dhcp server) is by default included if you install dnsmasq-full.

And remove standard dnsmasq and the default ipv6 server and client.

But you need a device with large flash to run dnsmasq-full, as far as I understand this is the main reason we don’t have the full dnsmasq package included as default.

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.