Yes, I only have 2 physical interface and all vlans are on one(OPT1) and LAN with no vlans. Kea is active on all of them IPv6, and ipv4
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: cinergi on May 26, 2025, 12:28:30 AMWhat if I want only stateful DHCPv6 without SLAAC, which corresponds to the "Managed" mode under Services > Router Advertisements? None of the DNSmasq RA modes seem to do this. Possible using DNSmasq?
Quote from: franco on May 16, 2025, 09:26:16 AMPlease push this request to GitHub. Thanks!
Cheers,
Franco
{
"Dhcp6": {
"allocator": "iterative",
"pd-allocator": "random",
"subnet6": [
{
"id": 1,
"subnet": "2001:db8:1::/64",
"allocator": "random"
},
{
"id": 2,
"subnet": "2001:db8:2::/64",
"pd-allocator": "iterative"
}
]
}
}
Quote from: dMopp on May 09, 2025, 07:25:03 PMBut now a new issue: how do i get reverse lookups working with dnsmasq?
Quote from: IsaacFL on March 21, 2025, 07:33:22 PMQuote from: franco on March 17, 2025, 05:25:30 PMThe question in FreeBSD came up why these state creations are rejected. The other half of the story is the log does not actually record this at the moment either way. I wrote a small patch to diagnose: https://github.com/opnsense/src/commit/6f18c3b0164689d5cc83206499ade2f4f4016c6e
Would someone with the issue here try this kernel build and send in the plain filter log for the entries that cause spurious block log messages after boot?
# opnsense-update -zkr 25.1.3-reasonlog
(reboot)
Thanks in advance,
Franco
Im back in town and will try this patch today.
Update: Installed, can see the unexpected log entries again. Let me know when you would like me to send output of opnsense-log filter
Quote from: franco on March 17, 2025, 05:25:30 PMThe question in FreeBSD came up why these state creations are rejected. The other half of the story is the log does not actually record this at the moment either way. I wrote a small patch to diagnose: https://github.com/opnsense/src/commit/6f18c3b0164689d5cc83206499ade2f4f4016c6e
Would someone with the issue here try this kernel build and send in the plain filter log for the entries that cause spurious block log messages after boot?
# opnsense-update -zkr 25.1.3-reasonlog
(reboot)
Thanks in advance,
Franco
Quote from: gpb on March 11, 2025, 08:00:01 PMNot sure who you're asking. Here's my take...it seems like while these thousands of log messages are showing up (I have all logging disabled) I should still have connectivity and trying to hit a web page fails. My VLANs can't talk to my LAN. While some could be invalid states, as soon as we hit a certain elapsed time post-boot, suddenly all of them work and the logging stops (for the most part). It's more like the interfaces in opnsense are failing to initialize or something in the core functionality (log messages aside). So to be clear, I see two different symptoms. Much delayed connectivity (2 to 3 minutes) and log messaging that is unwanted/unselected. I haven't the first clue how to even try to debug this. This is a home network, so the thousands of messages seem excessive even if they were non-valid states...?