Like nuclear fusion, IPv6 is one of those things that feels like it's constantly about 20 years away, no matter how long we work on it.
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
lol
Set the LAN ipv6 to track interface and it should work. You will likely also need to set a static ipv6 address on your LAN that is within the address given. SLAAC should take care of the rest.
Is it a subnet level address or only a single interface level address. Many ISPs, in the US at least, don't supply a block of addresses, just one. If you're only getting a single IP address or it's using 6rd (like my ISP) or similar really old, transitional technologies, then you won't be able to assign a unique GUA to your LAN (separate from the WAN address) and so you'll need additional routing configuration like NAT to properly route to locally defined IPv6 addresses.
Personally, I gave up on trying to get things to work with 6rd since NAT is way easier on IPv4 since it was never intended to be necessary on IPv6. But ISPs are just cheap, lazy, or actively trying to make self-hosting on residential plans more difficult in order to drive people to business plans and prevent businesses from using cheaper residential plans by keeping IP addresses dynamic and thus complicating DNS.
If you are getting a subnet of addresses, then ensure that configuration on the LAN side is set up properly https://docs.opnsense.org/manual/ipv6.html
How do I find out if the ISP is handling me a single address or a /64 or whatever?
Not familiar with opnSense, but on your PC, you can check the address it assigns - if it's /128, it's a single address.
My ISP does not assign a prefix for delegation unless you specifically ask for it. I had to add "request_prefix 1" to my dhclient.conf file to get a /64 I assume opnSense has a friendly setting somewhere for that. For me, the key phrase was 'prefix delegation.' After I got that, I could search around and get my solution.
What IPv6 Configuration Type are you using on the WAN interface? The Interfaces -> Overview page should also show it based on the /48 or whatever at the end of the IP and if you're using DHCPv6 then often you can request how many with the Prefix Delegation Size option, though it's not guaranteed they'll actually give you that large of a block or even pay any attention to that option.
shot in the dark, because I've made that mistake before, if you got dyndns setup, it needs to be from the server not the router for ipv6 to work.
Mm no, not using dyndns. I am missing IPv6 support on the LAN side... But I have it on the wan side
Are you using a VPN? A lot of the VPN vendors disallow IPV6.
Nope, no vpn