Domain= and IPv6 address

domain=domain1.aa,::103

This is not the solution for the IPv6 adress. When I configer this, all my IPv6 station get the domain domain1.aa.
I also tried with the full IPv6 fd00:... but this is the same effect. All station use the domain domain1.aa.
For IPv4 I have no problem, this works.

Is there a bug for the IPv6? Or what I do wrong?

Best regards
Maik

You should specify the full address. ::103 means nothing else than address 0000:0000:0000:0000:0000:0000:0000:0103 which is likely not what you want.

But, yes, there might be a dnsmasq bug here with handling the IPv6 variant of the domain option.

Please try again with adding a netmask like

domain=domain1.aa,fd00:...103/128

If this turns out to work and omitting /128 doesn't work, we should submit a bug report upstream to the dnsmasq project.

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