Hi,
Since the latest Connect Box 3 Fiber firmware update, local connections to my Loxone Smart Home system no longer work on my home network. Before the update, everything worked flawlessly for years. Nothing changed on my side — same devices, same configuration. Remote access via mobile data still works, which isolates the problem to the Sunrise router.
What the update broke: Loxone devices are reached locally via hostnames like 192-168-x-yy.<serial>.dyndns.loxonecloud.com, which resolve to the device’s internal IP. This is a standard, RFC-compliant technique used industry-wide (Loxone, Plex, and many other vendors) to enable valid HTTPS certificates for local connections. Since the firmware update, the Connect Box intercepts all port-53 DNS traffic and silently drops A-record responses containing private IPs — including queries explicitly directed at third-party resolvers like 8.8.8.8, which the router has no business intercepting or modifying.
Evidence:
- From the LAN, A queries time out regardless of which DNS server is queried:
$$
nslookup 192-168-x-yy.<serial>.dyndns.loxonecloud.com 8.8.8.8
DNS request timed out.
Name: 192-168-x-yy.<serial>.dyndns.loxonecloud.com
Address: ::ffff:192.168.x.yy
$$
- The identical A query over DNS-over-HTTPS (
https://dns.google/resolve?name=...&type=A), which the router cannot intercept, resolves instantly to 192.168.x.yy. From outside the Sunrise network it also resolves fine. The DNS records are valid and healthy — the Connect Box is discarding legitimate answers in transit.
Note that the filtering isn’t even consistent: the AAAA record with the IPv4-mapped form (::ffff:192.168.x.yy) passes through. So this provides no actual security benefit — it just randomly breaks devices depending on how their OS resolver behaves.
As far as I can tell, the Connect Box offers no setting to disable this filtering and no option to configure custom DNS servers — so I haven’t found any clean way to get local access working again since the update.
Question: Is there any workaround or solution for this? For example a hidden setting to disable the DNS filtering, a whitelist for domains like dyndns.loxonecloud.com, a way to stop the router from intercepting queries to third-party resolvers, or a planned firmware fix/rollback? This all worked before the update, so I’m hoping Sunrise can restore the previous behavior or at least point me to an official workaround.
Thanks!