OPNsense Forum

English Forums => 25.1, 25.4 Series => Topic started by: ryp43 on July 15, 2025, 11:56:42 AM

Title: Dnsmasq returns only IPv4 addresses for Aliases
Post by: ryp43 on July 15, 2025, 11:56:42 AM
Hi!

Is it known that Dnsmasq returns only IPv4 addresses for Aliases?


host OpenMediaVault.localdomain
OpenMediaVault.localdomain has address 192.168.X.Y
OpenMediaVault.localdomain has IPv6 address 2a0Z:X::Y

host omv.localdomain
omv.localdomain has address 192.168.X.Y

Title: Re: Dnsmasq returns only IPv4 addresses for Aliases
Post by: Monviech (Cedrik) on July 15, 2025, 01:07:33 PM
Yeah, we introduced CNAMEs for this in addition, will come in a future release.

I expect you use partial IPv6 addresses.

https://github.com/opnsense/core/pull/8915

Also if they then do not get registered under the correct domain, there is another patch in the pipeline:

https://github.com/opnsense/core/pull/8814
Title: Re: Dnsmasq returns only IPv4 addresses for Aliases
Post by: franco on July 15, 2025, 01:53:45 PM
> future release

25.7 to be precise.


Cheers,
Franco
Title: Re: Dnsmasq returns only IPv4 addresses for Aliases
Post by: ryp43 on July 24, 2025, 11:50:35 AM
Franco, I have installed 25.7, and the issue persists.
Title: Re: Dnsmasq returns only IPv4 addresses for Aliases
Post by: franco on July 24, 2025, 12:14:57 PM
And you manually configured CNAMEs like you should?


Cheers,
Franco
Title: Re: Dnsmasq returns only IPv4 addresses for Aliases
Post by: ryp43 on July 27, 2025, 09:36:19 AM
My bad! After setting the CNAME, it works as expected. Thanks a lot!