PPPoE DHCPv6 Prefix Delegation immediately after being received
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
- [ X] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md
- [ X] I am convinced that my issue is new after having checked both open and closed issues at https://github.com/opnsense/core/issues?q=is%3Aissue , though it might be related to other IPv6 issues currently open (difficult for me to tell).
Describe the bug Trying to get my PPPoE WAN working with DHCPv6 PD. I'm receiving a /128 for my WAN interface (pppoe0) and a /56 prefix which gets split into multiple /64 for my virtual interfaces (vlans1-5) from my ISP (Digi RCS/RDS Romania), together with default nameservers, but they're getting removed immediately afterwards. See screenshots below from log file (anonymized - I can send the raw log file to developer's e-mail on request):
Interface overview screenshot (showing /56 PD):
To Reproduce
Steps to reproduce the behavior:
-
Wan config:
-
Lan config:
Virtual (vlan) interfaces same as Lan config, only increasing IPv6 Prefix ID for each.
- Firewall enabled for IPv6:
Expected behavior
WAN interface should have a /128 IPv6 address from dhcp (not link-local it has now), /56 prefix should not be removed.
Describe alternatives you considered
I have tried enabling/disabling Prefix Hint - same outcome. Tried setting smaller prefix request (i.e. /60 or /64) - I receive /56 regardless. Also, ocasionally the prefix delegation works - after multiple disconnect/reconnect of the PPPoE connection. But the addresses still got removed after ~20 minutes (didn't change logging to Notice when this happened, so no log entries from this occurence).
Environment
Software version used and hardware type if relevant, e.g.: OPNsense 23.1.11-amd64 FreeBSD 13.1-RELEASE-p8 OpenSSL 1.1.1u 30 May 2023 Intel(R) Xeon(R) CPU E3-1230 v5 @ 3.40GHz (4 cores, 8 threads) Network Intel® Ethernet Controller I210-AT - (2 out of 4 interfaces enabled)
Well, for whatever reason the interface is actively recycling. Could be same timing issue as #6637, but to some degree these tickets very quickly exhaust the community support scope.
Could be same timing issue as https://github.com/opnsense/core/issues/6637
Might be, but I'm not sure. The log messages I get are somewhat different and the proposed solution in that issue doesn't work for me (restarting radvd). Patch 9e4463a also does not seem to resolve the issue for me.
to some degree these tickets very quickly exhaust the community support scope.
Sorry, if this issue is not confirmed by anyone else or you judge it to be fundamentally related to #6637 please close this ticket.
Let's try to pin this down a bit more first. The release you see can be normal when the connectivity has to reload for any external reason. Essentially a reload is issues which forces dhcp6c to release and request again but maybe the second request is then ignored. Can you share a full log? Perhaps via mail: franco AT opnsense DOT org
There is also the "Prevent release" option which does exactly what it says and your address should stick although that is more of a workaround than a solution to the unknown issue here.
Cheers, Franco
I have the exact same issue. I did try "Prevent release", same outcome. I also noticed while playing around with configs that I can no longer specify a range for my dhcpv6 server:
I am receiving a /56 prefix from the ISP, and was able to edit that range in the past (actually, my config had the range in there, but after I edited it, I can't save it anymore). And, like @the-mrd mentioned, it does work sometimes
I can provide logs if needed.
After updating to 23.7 and applying @fichtner 's suggestion below
In the tunables GUI add "net.inet6.ip6.dad_count" with value "10" and reboot to see if that makes a difference. I've gotten it to work most of the time (not always though).
With the above changes (update + dad_count), if I disconnect the PPPoE interface and reconnect, 2/3 times I get a workable prefix delegation. On a full system restart it's hit or miss (mostly miss) though.
I suggest @unkn you also try to update and set the dad_count (it's under System > Settings > Tunables). Also try to powercycle the ISP's ONT if you're not getting a PD.
I'm marking this as a bug, but still unsure how to fix. Somehow we need to prevent the PPPoE connection from renegotiating after successful connect.
Cheers, Franco
I'm on 23.7.1_3, so I set net.inet6.ip6.dad_count to 10 (was 1, originally). Things seem to working again. I'll update as soon as i know more.
After setting dad_count to 10, I am able to keep the ipv6 address, for me this works every time when doing it from Interfaces -> Overview -> WAN -> Reload. However, it does not when I reboot, I still have to do it from Overview after the system is up. I also noticed that it loses the ipv6 address if I disconnect a LAN interface. This happens when I reboot a different router that's connected to one of opnsense LAN interface, it takes that interface down, and after a while, it also removes the ipv6 from the other LAN (I have two). I also tried with Prevent release on, but that made no difference.
Other than these two issues, I had no problems, I've been using it for ~2 weeks now, I am glad that it works even with these little hiccups.
@unkn would you mind sending me your system log from a reboot attempt where it gets stuck? franco AT opnsense DOT org
For now the common denominator might be Netmap use by Zenarmor or Intrusion Detection IPS mode. It brings the attached interfaces down and forces dhcp6c into a cycle which it cannot recover from fully.
For now the common denominator might be Netmap use by Zenarmor or Intrusion Detection IPS mode. It brings the attached interfaces down and forces dhcp6c into a cycle which it cannot recover from fully.
Are these components enabled by default? I haven't tinkered with any IDS/IPS explicitly. And to reitereate, like @unkn I get an working v6PD (almost) every time I reload the PPPoE interface manually, but never automatically after a reboot.
@the-mrd I have IDS and Zenarmor enabled. I disabled those to test, but still experience the same issues.
@fichtner Hi Franco as you mentioned here there might be a relation to this bug. I also have Zenarmor installed with the native NMAP driver.
I enabled debug logging and catched /var/log/routing/latest.log does this help?
<30>1 2023-11-09T21:52:23+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1595"] <rtsock_input> rtmsg
<31>1 2023-11-09T21:52:37+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1748"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:52:38+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1749"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:52:38+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1750"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:52:38+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1751"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:52:38+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1752"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:52:38+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1753"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:52:38+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1754"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:52:38+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1755"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:52:38+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1756"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:52:38+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1757"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:52:38+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1758"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:52:38+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1759"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:52:38+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1760"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:52:54+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1761"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:52:54+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1762"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:52:54+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1763"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:52:54+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1764"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:52:54+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1765"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:52:54+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1766"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:52:54+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1767"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:52:54+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1768"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:52:54+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1769"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:52:54+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1770"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:52:54+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1771"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:52:54+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1772"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1773"] <rtsock_input> rtmsg type 1, len=240
<31>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1774"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1775"] <rtsock_input> rtmsg type 13, len=124
<31>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1776"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1777"] <rtsock_input> rtmsg type 2, len=184
<31>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1778"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1779"] <rtsock_input> rtmsg type 16, len=88
<31>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1780"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1781"] <rtsock_input> rtmsg type 4, len=240
<31>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1782"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1783"] <rtsock_input> rtmsg type 4, len=344
<31>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1784"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1785"] <rtsock_input> rtmsg type 2, len=240
<31>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1786"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1787"] <rtsock_input> rtmsg type 16, len=104
<31>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1788"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1789"] <rtsock_input> rtmsg type 16, len=104
<31>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1790"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1791"] <rtsock_input> rtmsg type 13, len=148
<31>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1792"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1793"] <rtsock_input> rtmsg type 2, len=232
<31>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1794"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1795"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1796"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1797"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:03+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1798"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:04+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1799"] <rtsock_input> rtmsg type 16, len=104
<31>1 2023-11-09T21:53:04+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1800"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:04+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1801"] <rtsock_input> rtmsg type 16, len=104
<31>1 2023-11-09T21:53:04+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1802"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:04+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1803"] <rtsock_input> rtmsg type 16, len=104
<31>1 2023-11-09T21:53:04+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1804"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1805"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1806"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1807"] <rtsock_input> rtmsg type 17, len=24
<28>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1808"] <rtsock_input_ifannounce> interface pppoe1 removed
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1809"] <rtsock_input_ifannounce> bring interface pppoe1 to DOWN state
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1810"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1811"] <rtsock_input> rtmsg type 17, len=24
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1812"] <rtsock_input_ifannounce> interface ng0 inserted
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1813"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1814"] <rtsock_input> rtmsg type 17, len=24
<28>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1815"] <rtsock_input_ifannounce> interface ng0 removed
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1816"] <rtsock_input_ifannounce> bring interface ng0 to DOWN state
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1817"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1818"] <rtsock_input> rtmsg type 17, len=24
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1819"] <rtsock_input_ifannounce> interface pppoe1 inserted
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1820"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1821"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1822"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1823"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1824"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1825"] <rtsock_input> rtmsg type 1, len=240
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1826"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1827"] <rtsock_input> rtmsg type 15, len=104
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1828"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1829"] <rtsock_input> rtmsg type 15, len=104
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1830"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1831"] <rtsock_input> rtmsg type 15, len=104
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1832"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1833"] <rtsock_input> rtmsg type 15, len=104
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1834"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1835"] <rtsock_input> rtmsg type 15, len=104
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1836"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1837"] <rtsock_input> rtmsg type 12, len=148
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1838"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1839"] <rtsock_input> rtmsg type 1, len=240
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1840"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1841"] <rtsock_input> rtmsg type 1, len=232
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1842"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1843"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1844"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1845"] <rtsock_input> rtmsg type 2, len=216
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1846"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1847"] <rtsock_input> rtmsg type 1, len=248
<31>1 2023-11-09T21:53:05+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1848"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:06+01:00 OPNsense.high.local radvd 58213 - [meta sequenceId="1849"] attempting to reread config file
<31>1 2023-11-09T21:53:06+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1850"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:06+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1851"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:53:06+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1852"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:06+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1853"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:53:06+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1854"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:06+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1855"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:53:06+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1856"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:06+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1857"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:53:06+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1858"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:06+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1859"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:06+01:00 OPNsense.high.local radvd 58213 - [meta sequenceId="1860"] resuming normal operation
<31>1 2023-11-09T21:53:06+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1861"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:06+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1862"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:08+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1863"] <rtsock_input> rtmsg type 12, len=124
<31>1 2023-11-09T21:53:08+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1864"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:08+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1865"] <rtsock_input> rtmsg type 1, len=184
<31>1 2023-11-09T21:53:08+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1866"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:08+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1867"] <rtsock_input> rtmsg type 15, len=88
<31>1 2023-11-09T21:53:08+01:00 OPNsense.high.local rtsold 41076 - [meta sequenceId="1868"] <rtsol_check_timer> there is no timer
<28>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1869"] <autoifprobe> probing pppoe1
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1870"] <make_packet> link-layer address option has null length on pppoe1. Treat as not included.
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1871"] <interface_up> checking if pppoe1 is ready...
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1872"] <interface_up> pppoe1 is ready
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1873"] <rtsol_timer_update> set timer for pppoe1 to 1s
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1874"] <rtsol_check_timer> New timer is 1s
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1875"] <rtsock_input> rtmsg type 2, len=184
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1876"] <rtsol_check_timer> New timer is 0s
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1877"] <rtsock_input> rtmsg type 1, len=200
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1878"] <rtsol_check_timer> New timer is 0s
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1879"] <rtsol_check_timer> timer expiration on pppoe1, state = 1
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1880"] <rtsol_timer_update> set timer for pppoe1 to 4s
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1881"] <rtsol_check_timer> New timer is 4s
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1882"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1883"] <rtsol_check_timer> New timer is 4s
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1884"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1885"] <rtsol_check_timer> New timer is 4s
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1886"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1887"] <rtsol_check_timer> New timer is 4s
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1888"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1889"] <rtsol_check_timer> New timer is 4s
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1890"] <rtsock_input> rtmsg type 16, len=144
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1891"] <rtsol_check_timer> New timer is 4s
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1892"] <rtsock_input> rtmsg type 16, len=144
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1893"] <rtsol_check_timer> New timer is 4s
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1894"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1895"] <rtsol_check_timer> New timer is 4s
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1896"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1897"] <rtsol_check_timer> New timer is 4s
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1898"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1899"] <rtsol_check_timer> New timer is 4s
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1900"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1901"] <rtsol_check_timer> New timer is 4s
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1902"] <rtsock_input> rtmsg type 15, len=144
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1903"] <rtsol_check_timer> New timer is 4s
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1904"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1905"] <rtsol_check_timer> New timer is 4s
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1906"] <rtsock_input> rtmsg type 15, len=144
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1907"] <rtsol_check_timer> New timer is 4s
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1908"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1909"] <rtsol_check_timer> New timer is 4s
<30>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1910"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:09+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1911"] <rtsol_check_timer> New timer is 4s
<31>1 2023-11-09T21:53:13+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1912"] <rtsol_check_timer> timer expiration on pppoe1, state = 2
<31>1 2023-11-09T21:53:13+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1913"] <rtsol_timer_update> set timer for pppoe1 to 4s
<31>1 2023-11-09T21:53:13+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1914"] <rtsol_check_timer> New timer is 4s
<31>1 2023-11-09T21:53:17+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1915"] <rtsol_check_timer> timer expiration on pppoe1, state = 2
<31>1 2023-11-09T21:53:17+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1916"] <rtsol_timer_update> set timer for pppoe1 to 1s
<31>1 2023-11-09T21:53:17+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1917"] <rtsol_check_timer> New timer is 1s
<31>1 2023-11-09T21:53:18+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1918"] <rtsol_check_timer> timer expiration on pppoe1, state = 2
<30>1 2023-11-09T21:53:18+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1919"] <rtsol_check_timer> No answer after sending 3 RSs
<31>1 2023-11-09T21:53:18+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1920"] <rtsol_timer_update> stop timer for pppoe1
<31>1 2023-11-09T21:53:18+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1921"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:53:22+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1922"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:22+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1923"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:53:22+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1924"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:22+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1925"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:53:22+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1926"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:22+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1927"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:53:22+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1928"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:22+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1929"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:53:22+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1930"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:22+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1931"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:53:22+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1932"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:22+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1933"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:26+01:00 OPNsense.high.local radvd 58213 - [meta sequenceId="1934"] attempting to reread config file
<31>1 2023-11-09T21:53:26+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1935"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:26+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1936"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:53:26+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1937"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:26+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1938"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:53:26+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1939"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:26+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1940"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:53:26+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1941"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:26+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1942"] <rtsol_check_timer> there is no timer
<31>1 2023-11-09T21:53:26+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1943"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:26+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1944"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:26+01:00 OPNsense.high.local radvd 58213 - [meta sequenceId="1945"] resuming normal operation
<31>1 2023-11-09T21:53:26+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1946"] <rtsol_input> received RA from fe80::7e2b:e1ff:fe13:7adb on an unexpected IF((null))
<31>1 2023-11-09T21:53:26+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1947"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1948"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1949"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1950"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1951"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1952"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1953"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1954"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1955"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1956"] <rtsock_input> rtmsg type 16, len=144
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1957"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1958"] <rtsock_input> rtmsg type 16, len=144
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1959"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1960"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1961"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1962"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1963"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1964"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1965"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1966"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1967"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1968"] <rtsock_input> rtmsg type 15, len=144
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1969"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1970"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1971"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1972"] <rtsock_input> rtmsg type 15, len=144
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1973"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1974"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1975"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1976"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1977"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1978"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1979"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1980"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1981"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1982"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1983"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1984"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1985"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1986"] <rtsock_input> rtmsg type 16, len=144
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1987"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1988"] <rtsock_input> rtmsg type 16, len=144
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1989"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1990"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1991"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1992"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1993"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1994"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1995"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1996"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1997"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1998"] <rtsock_input> rtmsg type 15, len=144
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="1999"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2000"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2001"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2002"] <rtsock_input> rtmsg type 15, len=144
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2003"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2004"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2005"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2006"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2007"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2008"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2009"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2010"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2011"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2012"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2013"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2014"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2015"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2016"] <rtsock_input> rtmsg type 16, len=144
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2017"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2018"] <rtsock_input> rtmsg type 16, len=144
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2019"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2020"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2021"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2022"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2023"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2024"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2025"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2026"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2027"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2028"] <rtsock_input> rtmsg type 15, len=144
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2029"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2030"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2031"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2032"] <rtsock_input> rtmsg type 15, len=144
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2033"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2034"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2035"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2036"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2037"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2038"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2039"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2040"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2041"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2042"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2043"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2044"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2045"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2046"] <rtsock_input> rtmsg type 16, len=144
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2047"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2048"] <rtsock_input> rtmsg type 16, len=144
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2049"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2050"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2051"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2052"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2053"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2054"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2055"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2056"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2057"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2058"] <rtsock_input> rtmsg type 15, len=144
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2059"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2060"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2061"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2062"] <rtsock_input> rtmsg type 15, len=144
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2063"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2064"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2065"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2066"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:27+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2067"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2068"] <rtsock_input> rtmsg type 1, len=240
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2069"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2070"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2071"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2072"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2073"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2074"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2075"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2076"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2077"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2078"] <rtsock_input> rtmsg type 16, len=144
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2079"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2080"] <rtsock_input> rtmsg type 16, len=144
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2081"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2082"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2083"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2084"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2085"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2086"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2087"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2088"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2089"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2090"] <rtsock_input> rtmsg type 15, len=144
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2091"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2092"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2093"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2094"] <rtsock_input> rtmsg type 15, len=144
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2095"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2096"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2097"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2098"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2099"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2100"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2101"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2102"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2103"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2104"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2105"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2106"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2107"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2108"] <rtsock_input> rtmsg type 16, len=144
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2109"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2110"] <rtsock_input> rtmsg type 16, len=144
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2111"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2112"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2113"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2114"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2115"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2116"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2117"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2118"] <rtsock_input> rtmsg type 14, len=168
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2119"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2120"] <rtsock_input> rtmsg type 15, len=144
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2121"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2122"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2123"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2124"] <rtsock_input> rtmsg type 15, len=144
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2125"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2126"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2127"] <rtsol_check_timer> there is no timer
<30>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2128"] <rtsock_input> rtmsg type 15, len=128
<31>1 2023-11-09T21:53:28+01:00 OPNsense.high.local rtsold 94590 - [meta sequenceId="2129"] <rtsol_check_timer> there is no timer
Could it be in my case OPN is looking for a public IP while my ISP only provide DHCPv6-PD /64 for the LAN interface? My PPPoE session only knows the link local (encapsulated in PPPoE/ use IPv4 connectivity)
<13>1 2023-11-10T08:09:39+01:00 OPNsensel opnsense 53182 - [meta sequenceId="186"] /usr/local/etc/rc.newwanipv6: No IP change detected (current: fe80::7e2b:e1ff:fe13:7adb%pppoe1, interface: wan)
I'm closing this for now since the last comment was Nov 10 and 24.1.2 is out now...