My ISP (5G wireless home internet / T-mobile) gives us a dumb modem that does not allow 'bridge mode' the ISP themselves doesn't do IPv6 prefix delegation. Looking for help fixing issues with http://ipv6-test.com/ and http://test-ipv6.com/ as they fail..../snip
This has nothing to do with DHCPv6 in the OPNsense LAN (which you don't even need). The issue is the 5G router being unable to "see" the hosts in the OPNsense LAN. You only have a single /64 which is used for the 5G router's LAN. The 5G router has no way of knowing that there are hosts using the same /64 in the OPNsense LAN. As mentioned, this would require an NDP proxy which OPNsense doesn't have.There is no great solution here. Options are:- Get a "better" Internet connection with more than just a single /64. I understand this is not available everywhere.- Use a firewall with an integrated 5G modem. Still limits you to a single LAN and I don't know if T-Mobile allows "bring your own modem".- Use a firewall which has an NDP proxy. Still limits you to a single LAN.- Use a VPN tunnel. Might have a performance impact.- Run OPNsense as a transparent filtering bridge. Severely limits its functionality and only allows a single LAN.- Use ULAs and IPv6 NAT. Results in IPv6 almost never being used.This is a common problem so if anyone has a better solution, I would be happy to hear about it.
- Use ULAs and IPv6 NAT. Results in IPv6 almost never being used.
I believe that I'm thinking in IPv6 as it were IPv4.
Now, I have a question. How can be achieved an IPv6 configuration with more than one VLAN?There should be some subnetting in the config
Asus routers have an IPv6 configuration called Passthrough. Maybe Opnsense should get something like that.Those also have an option called FLET'S IPv6 Service.If you know Asuswrt Merlin, you may ask Merlin how to do it, he develops third-party firmwares for Asus routers.
OpenWrt does have the aforementioned NDP proxy.Not sure what Asus is doing, probably the same.