A SLAAC WAN can only provide IPv6 connectivity for OPNsense itself, not for devices in its LANs. You'll need DHCPv6 Prefix Delegation for this, which also needs to be supported by the upstream router.CheersMaurice
Does the upstream DHCPv6 server (= your brother's router) support Prefix Delegation and is it configured correctly?
If you connect your laptop directly to the WLAN bridge, no Prefix Delegation is required - the laptop gets an IPv6 address from your brother's router.But if you connect the OPNsense WAN to the WLAN bridge and your laptop to the OPNsense LAN, Prefix Delegation is required so OPNsense can provide an IPv6 address to your laptop.If Prefix Delegation isn't set up on the other router and you don't have access to it, this unfortunately won't work.If you're desperate, you could configure IPv6 outbound NAT in OPNsense.
- configure the OPNsense LAN interface with a static IPv6 address, like 2001:db8::1/64- set the Router Advertisements mode to "Unmanaged"- enable hybrid outbound NAT rule generation- create an IPv6 outbound NAT rule for the WAN interface
The outbound NAT rule should work with default settings, you only need to set the TCP/IP version to IPv6.
Yes, everything visible in the screenshot is correct.