Ah, yes, you know it's fun when it has two prefixes before -DNS .
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: EricPerl on June 01, 2025, 09:31:41 PMThe /60 appears to only be used to satisfy some UI validation:
https://forum.netgate.com/post/962817 (post from deet)
The workaround in these threads is to request up to 8 /64 and manually assign them to interfaces...
The original thread started 5 years ago. AT&T has not "fixed" any of this yet???
This is definitely not following deployment recommendations...
My ISP is late deploying IPv6 (imminent according to some of their feeds) but at least they are doing it by the book.
Quote from: OPNenthu on June 01, 2025, 08:59:25 AMQuote from: fakebizprez on June 01, 2025, 08:17:48 AMNo need to apologize; the topic is essentially about AT&T.
https://www.reddit.com/r/opnsense/comments/17mw7ys/att_ipv6_and_multilan_oh_my/
https://github.com/lilchancep/att-pfsense-ipv6
https://forum.netgate.com/topic/153288/multiple-ipv6-prefix-delegation-over-at-t-residential-gateway-for-pfsense-2-4-5/11
https://www.perplexity.ai/search/cedf07dc-1fe2-44e3-b896-b61a13122db1 (Aggregated a ton of articles/posts)
Thanks- this was enlightening.
So apparently AT&T responds to a request for a /60 but they don't actually delegate the full range. They only hand out 8 prefixes, requiring users to manually override DHCP settings with custom config files.
(It seems that also AT&T gateways can't be put into bridge mode, leading users to bypass them with special SFP modules that emulate an ONT)
This sounds like a difficult ISP to deal with :-/
Quote from: Monviech (Cedrik) on June 01, 2025, 09:05:14 AMYou dont require dhcpv6 on the client side to have IPv6 connectivity, what you mostly use right now is radvd for RA to your LAN. Its separate from ISC.
So the combination of radvd + isc dhcpv6 = dnsmasqs capabilities (mostly).
With RA flags I mean this:
https://github.com/opnsense/docs/commit/a84eb16879ccd6ff21cd067856ce973bd8e30ba9
As you can see, different combinations will change RA and DHCPv6 behavior.
Quote from: Monviech (Cedrik) on June 01, 2025, 07:46:45 AMIt depends on why and where the connection stops to work.
Essentially DHCPv6 on the LAN side should not be required for IPV6 to work. All you need is Router Advertisements (RA) which advertises the default route and sets a flag that clients do SLAAC.
You should look into if the clients forget the default route or deprecate their SLAAC addresses prematurely, which will make IPv6 routing fail until they got a new one.
If you plan on using dnsmasq, it just tracks the prefix configured on interfaces and can do RA and optionally DHCPv6 for the clients.
I imagine most connectivity issues to be with the dhcpv6 client and rtsold on the WAN interface, which has nothing to do with dnsmasq. If the firewall itsel intermittently looses the default route to AT&T, using dnsmasq wont solve anything.
Quote from: OPNenthu on June 01, 2025, 07:38:47 AMhanks, and sorry to divert the topic.
Quote from: OPNenthu on June 01, 2025, 07:38:47 AMI don't understand what the issue with regard to the AT&T prefix delegation is after reading this thread and the one you linked in your OP. What do you mean by this?QuoteThe problem isn't that they delegate a /60 prefix, but rather the fragile and unorthodox way they expect their gateway to request it
Thanks, and sorry to divert the topic. It just want to be sure I understand because AT&T is one of the ISPs I would consider moving to eventually.
Quote from: Monviech (Cedrik) on May 31, 2025, 02:49:08 PMHello,
I think you are mixing up different IPv6 concepts, read through this article:
https://docs.opnsense.org/manual/ipv6.html#technical-background
(Dnsmasq is a dhcpv4 and 6 and RA server, not a client)
Quote from: Seimus on May 30, 2025, 06:57:46 PMhttps://docs.opnsense.org/troubleshooting/performance.html#receive-side-scalingWow. Interesting..........
Quote from: Lurick on May 15, 2025, 01:03:30 PMQuote from: fakebizprez on May 13, 2025, 06:42:04 AMQuote from: Taunt9930 on May 12, 2025, 08:03:51 PMQuote from: fakebizprez on May 09, 2025, 02:36:22 AMQuote from: sy on May 05, 2025, 12:40:57 PMHi,
Good news regarding multicore support. We have released a test binary. Kindly contact the support team via the "Have Feedback" option located in the bottom right corner of the UI if you wish to try it out.
Thank you, I will do this now.
Has it made a difference in your use-case?
I just set it up, per the instructions that were emailed to me, but there seem to be errors. I forwarded the logs to the ZenArmor team.
When they get back to me tomorrow I will troubleshoot and report back.
Similar boat for me. Tons of issues with IPv4 connectivity as well. Hopefully they can get some of this resolved :)
Quote from: Taunt9930 on May 12, 2025, 08:03:51 PMQuote from: fakebizprez on May 09, 2025, 02:36:22 AMQuote from: sy on May 05, 2025, 12:40:57 PMHi,
Good news regarding multicore support. We have released a test binary. Kindly contact the support team via the "Have Feedback" option located in the bottom right corner of the UI if you wish to try it out.
Thank you, I will do this now.
Has it made a difference in your use-case?