Same issue here, upgrade borked on "waiting for configd". Rebooting, uninstalling the Intel CPU Microcode plugin, and then running the upgrade again worked. Surprised this wasn't handled automatically.
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 August 15, 2023, 12:09:30 AM
That is a well-known problem that was adressed by 23.7.
Quoteinterfaces: on forceful IPv6 reload do not lose the event handling
Aug 12 01:37:27 router.home.arpa radvd[44978]: exiting, 1 sigterm(s) received
Aug 12 01:37:27 router.home.arpa radvd[44978]: sending stop adverts
Aug 12 01:37:27 router.home.arpa radvd[44978]: removing /var/run/radvd.pid
Aug 12 01:37:27 router.home.arpa radvd[44978]: returning from radvd main
Aug 12 01:37:28 router.home.arpa dhcp6c[57660]: transmit failed: Network is down
Aug 12 01:37:29 router.home.arpa dhcp6c[57660]: transmit failed: Network is down
Aug 12 01:37:31 router.home.arpa dhcp6c[57660]: transmit failed: Network is downAug 12 01:37:35 router.home.arpa opnsense[99737]: /usr/local/etc/rc.linkup: DEVD: Ethernet attached event for wan(igb0)
Aug 12 01:37:35 router.home.arpa dhcp6c[15717]: RTSOLD script - Sending SIGHUP to dhcp6c
Aug 12 01:37:35 router.home.arpa opnsense[...]: [...snip bunch of etc/rc.linkup etc/rc.newwanip stuff...]
Aug 12 01:37:36 router.home.arpa opnsense[99737]: /usr/local/etc/rc.linkup: dhcpd_radvd_configure(manual) found no suitable IPv6 address on igb3
Aug 12 01:37:36 router.home.arpa radvd[33395]: version 2.19 started
Aug 12 01:37:36 router.home.arpa dhcp6c[40844]: RTSOLD script - Sending SIGHUP to dhcp6c
Aug 12 01:37:38 router.home.arpa dhcp6c[71649]: dhcp6c_script: REQUEST on igb0 executing
Aug 12 01:37:38 router.home.arpa dhcp6c[73996]: dhcp6c_script: REQUEST on igb0 renewal
Aug 12 01:37:38 router.home.arpa opnsense[74889]: /usr/local/etc/rc.newwanipv6: Failed to detect IP for WAN[wan]
Aug 12 01:37:35 router.home.arpa opnsense[...]: [...snip bunch of etc/rc.linkup etc/rc.newwanip stuff...]Aug 12 13:37:17 router.home.arpa dhcp6c[94122]: dhcp6c_script: RENEW on igb0 executing
Aug 12 13:37:17 router.home.arpa dhcp6c[96448]: dhcp6c_script: RENEW on igb0 executing
Aug 12 13:37:17 router.home.arpa opnsense[95010]: /usr/local/etc/rc.newwanipv6: No IP change detected (current: 2001:1970:4000:a2::xxxx, interface: WAN[wan])
Aug 12 13:37:17 router.home.arpa opnsense[177]: /usr/local/etc/rc.newwanipv6: No IP change detected (current: 2001:1970:4000:a2::xxxx, interface: WAN[wan])
Quote from: pmhausen on April 22, 2023, 12:30:34 AM
Coming in from any real interface? Why of course. It's not a valid source address on any wire.
Quote from: IsaacFL on April 21, 2023, 12:04:50 AM
I finally decided that you cannot use the Block Bogons for ipv6 as it breaks the protocol.
What I did was create an alias to download the bogons list directly from http://www.team-cymru.org/Services/Bogons/fullbogons-ipv6.txt
Then I created an alias for exclusions for !fe80::/10, !ff00::/8, !::1, and since I use NAT64 also !64:ff9b::/96. I also use ULA internally, so I have an exclusion for the ULA prefix I am using too.
Then I created a another alias for bogons with the exclusions.
Quote from: IsaacFL on April 20, 2023, 10:37:43 PM
The Bogons list includes 8000::/1 I think that includes the FE80
So yes block bogons will block link local.
Quote from: nghappiness on April 20, 2023, 01:31:43 PM
I am interested to take a closely look at the matching sample pcap and filter log, if possible. What version of opnsense are you running?the filter log you posted before looks different than the one on my firewall.
I found this in my filter log.
1 2023-04-07T20:16:46-07:00 opn.home.net filterlog 16947 - [meta sequenceId="151715"] 131,,,b8350fa47ada7fe6c07ace7650fc4dcc,vlan01,match,pass,in,6,0x00,0x00000,1,icmp,1,36,fe80::<redux>,ff02::16,truncated-ip6=36
I wonder if it is because truncated-ipv6 , the filter log just print out the protocol name incorrectly..
Quote from: nghappiness on April 20, 2023, 01:31:43 PM
See if you can find the rule matched under Firewall: Log files: Live View and apply filter like interface contains igb0 and action is block?
Just need to make sure those automatically generated rules are logged. (system > settings > Logging > Log packets matched from the default pass rules put in the ruleset is checked. )
Quote from: nghappiness on April 19, 2023, 04:22:49 PM
ICMPv6 type 1 is destination unreachable.
Quote from: nghappiness on April 19, 2023, 04:22:49 PM
ff02::1:ff00:1 is a solicited-node multicast address.
Which IPv6 device has the fe80::10 local address? Can you login to opnsense cli and check ndp -a output against the arp -a output for your ISP IPv4 router mac address?
Quote from: nghappiness on April 19, 2023, 04:22:49 PM
See if the fe80::10 is coming from your ISP?