Created issue #9966
https://github.com/opnsense/core/issues/9966
https://github.com/opnsense/core/issues/9966
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: meyergru on November 13, 2025, 10:16:25 AMIf you try a random IPv6, the Query Forwarding will not kick in. I actually tried a specific IPv6 within a delegated prefix. Then I pinged from that prefix and looked at the live firewall logs. Before I had the query forward, there was a reverse name, after, there was none - but still immediate.
You must get the ip6.arpa domain right, filling up the zeros and not set "forward first".
Quote from: meyergru on November 12, 2025, 06:39:50 PMHave you tried creating a "Query Forwarding" entry with the same reverse domain and 127.0.0.1 / 53 as the Server IP / Port? Works like a charm for me. I think this may even deliver the correct names if you used DHCPv6, but IDK.
;; communications error to 127.0.0.1#53: timed out
;; communications error to 127.0.0.1#53: timed outserver:
# Authoritative reverse zone for my /56
local-zone: "d.c.b.a.8.b.d.0.1.0.0.2.ip6.arpa." static2025-10-13T07:39:12-07:00 Notice firewall geoip updated (files: 496 lines: 4550698)2025-10-08T07:34:02-07:00 Notice firewall geoip updated (files: 502 lines: 1294241)Quote from: Maurice on October 12, 2025, 11:24:05 PMI guess that would work if I kept one of the interfaces to track and then pinged a host in that interface. My Guest Wifi would be good for that.Quote from: IsaacFL on October 12, 2025, 11:10:18 PMI think I am going to use static interface assignments and figure out a way to monitor if the prefix changes.
You can e. g. create a ping test, setting the source address to a LAN interface address. The ping will fail when your ISP changes your prefix delegation.
Quote from: Maurice on October 12, 2025, 10:33:55 PM@meyergru Agreed. From my experience, if #1 (IPv6-only with static GUAs) isn't viable, #2 (IPv6-only with dynamic GUAs + static ULAs) is the preferred option for advanced users. Having to deal with only one IP stack at a time makes so many things so much easier. I only fully realized this once I tried it.
On the other hand, #4 (Dual Stack with dynamic GUAs + static RFC1918) is still unrivaled for your average zero-configuration home network.
@Patrick M. Hausen Probably not an option for IsaacFL. ;-) For myself, this would be more than twice of what I pay with my current ISP - for the same bandwidth over the same fibre.
@IsaacFL I don't think that's a good idea. You'll still have to manually change the VIPs and DNS records when your PD changes. What's your concern with the other options we discussed?